Search found 29 matches

by ganesha
Wed 4. Jan 2006, 17:59
Forum: phpwcms Support English
Topic: guestbook spamming
Replies: 18
Views: 15870

Rainer G wrote:This tool can help with this perverted spamming:
http://qvpage.gnuelps.de/index.php?guestbook
?
yes
I had exactly those kind of spamming

and the 'installation' is very easy :wink:
by ganesha
Thu 29. Dec 2005, 19:35
Forum: phpwcms Support English
Topic: guestbook spamming
Replies: 18
Views: 15870

i've copied the bad-behaviour folder in the root of my site.

then, at the begining of the file include/inc_front/content/cnt18.article.inc.php (phpcwms rel 1.1-RC4),
i've added this line of code:

require_once("bad-behavior/bad-behavior-generic.php"); //Bad-Behavior hack against spambot



IT ...
by ganesha
Tue 27. Dec 2005, 15:50
Forum: phpwcms Feature Requests
Topic: Guestbook / comments approval
Replies: 32
Views: 33469

i really need this feature!

how could i help to develop it?
by ganesha
Tue 27. Dec 2005, 11:44
Forum: phpwcms Support English
Topic: guestbook spamming
Replies: 18
Views: 15870

however, i hope it will come, too
:mrgreen:
by ganesha
Tue 27. Dec 2005, 00:19
Forum: phpwcms Support English
Topic: guestbook spamming
Replies: 18
Views: 15870

Pappnase wrote:i also pleased oli g. to add an feat. that will stop this bullshit! something like automatic generated numbers... hopefully this will come!
it would be great
it's what i was looking for
;)
by ganesha
Mon 26. Dec 2005, 17:13
Forum: phpwcms Support English
Topic: guestbook spamming
Replies: 18
Views: 15870

squidi wrote:hi,

install the GB-AdminHack and manage the gbentry

squidi
thank you. where can i find it?

..ok, found ;)
by ganesha
Mon 26. Dec 2005, 12:13
Forum: phpwcms Support English
Topic: guestbook spamming
Replies: 18
Views: 15870

guestbook spamming

hello,

how can i avoid guestbook spamming?

i can't filter by ip-address cos it's alway different

i noticed that my statistic system is not able to track these kind of 'spammers'. why?

any idea, please?
by ganesha
Mon 19. Dec 2005, 12:19
Forum: phpwcms Feature Requests
Topic: Guestbook / comments approval
Replies: 32
Views: 33469

But what about having a field where you have to put in 3 numbers that are generated every time you reload the page...

If you don´t understand my then look here:
http://phpbb2plus.phpbb2.de/profile.php?mode=register&agreed=true

check the validation field or anti-robot field --- maybe a light ...
by ganesha
Mon 12. Dec 2005, 00:55
Forum: phpwcms Support English
Topic: Problem uploading images
Replies: 8
Views: 2337

solved!

the problem was due to php 4.4.1 and the function imagejpeg

i fixed it this way:

in file include/inc_ext/ss_image/ss_image.class.php line 202
change this:
} else {

imagejpeg($image, $where, $this->cfg_JPEG_QUALITY);
}


in this:
} else {
$fh=fopen($where,'w'); //fix for php 4.4.1 ...
by ganesha
Mon 21. Nov 2005, 19:19
Forum: phpwcms Support English
Topic: Problem uploading images
Replies: 8
Views: 2337

i can upload only the images that are below the following values of conf.inc.php
// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 800; //max width of the article content column
$phpwcms["img_list_width"] = 100; //max with of the list ...
by ganesha
Sun 20. Nov 2005, 20:41
Forum: phpwcms Support English
Topic: Problem uploading images
Replies: 8
Views: 2337

another thing

i've discovered that there are images that i'm able to upload..
by ganesha
Sun 20. Nov 2005, 20:17
Forum: phpwcms Support English
Topic: Problem uploading images
Replies: 8
Views: 2337

no, the rights aren't the problem...

uploading manually the file in the /phpwcms_ftp folder, the permissions are correct (666) but the warnings remain and the problen is the same...
by ganesha
Sun 20. Nov 2005, 19:59
Forum: phpwcms Support English
Topic: Problem uploading images
Replies: 8
Views: 2337

Problem uploading images

the problem is this:

when i upload a picture from the File section of the phpwcms (1.2.5) beckend,
i receive this warning:

Warning: imagejpeg(): Unable to access .../httpdocs/125/content/images/dc9db16f9119f9c7cf60d3b1483c1005.jpg in .../httpdocs/125/include/inc_ext/ss_image/ss_image.class.php ...
by ganesha
Tue 26. Apr 2005, 11:15
Forum: phpwcms Support English
Topic: Encoding problem
Replies: 1
Views: 706

Encoding problem

I have this problem:

not always, but very often, the encoding settings of my browser go to Japanese

It happens either with IE6 or FF1.0.2

these are my phpwcms settings:

$phpwcms["default_lang"] = "it"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset 'iso-8859-1'

what ...
by ganesha
Fri 8. Apr 2005, 10:10
Forum: phpwcms Support English
Topic: Encoding problems
Replies: 7
Views: 1730

up