Hello,
I keep having a problem with the way the Spam Prevention Image displays when someone views my blog.
It will start off with a display like this... A H 4 K 7 - Great!!
A few hours later, it will display like this... CAPTCHA1...CAPTCHA2...CAPTCHA3...CAPTCHA4...CAPTCHA5
So comments can't be added to the blog. Can anyone provide help? Thanks!
Lester
SPAM PREVENTION IMAGE PROBLEM
SPAM PREVENTION IMAGE PROBLEM
Lester
Diversity Spotlight
Diversity Spotlight
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: SPAM PREVENTION IMAGE PROBLEM
Hi!
If you only see "CAPTCHA1..." this means your blog is unable to render the images for the captcha string. This might be related to server trouble or so.
It definitely should not happen sporadically, there must have been made a change which made your captchas broken. Did you change settins, update your PHP server configuration?
What's your URL?
Regards,
Garvin
If you only see "CAPTCHA1..." this means your blog is unable to render the images for the captcha string. This might be related to server trouble or so.
It definitely should not happen sporadically, there must have been made a change which made your captchas broken. Did you change settins, update your PHP server configuration?
What's your URL?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
SPAM PREVENTION IMAGE PROBLEM
Hi Garvin,
The URL for the blog is
http://www.diversityspotlight.com/cblog/
It's very strange...Sometimes you can see the image (string) and minutes later they vanish - minutes later you can see them again.
Lester
The URL for the blog is
http://www.diversityspotlight.com/cblog/
It's very strange...Sometimes you can see the image (string) and minutes later they vanish - minutes later you can see them again.
Lester
Lester
Diversity Spotlight
Diversity Spotlight
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: SPAM PREVENTION IMAGE PROBLEM
Hi!
Could it be that inside your plugins/serendipity_event_spamblock/ directory the *.png files do not exist like they do in the s9y release and maybe they are not readable?
When I open a URL like:
http://diversityspotlight.com/cblog/ind ... aa172c1094
I should usually get an image, but I only get an empty document. This would only happen if the files cannot be read, do not exist or a Fatal PHP error occurs...
Regards,
Garvin
Could it be that inside your plugins/serendipity_event_spamblock/ directory the *.png files do not exist like they do in the s9y release and maybe they are not readable?
When I open a URL like:
http://diversityspotlight.com/cblog/ind ... aa172c1094
I should usually get an image, but I only get an empty document. This would only happen if the files cannot be read, do not exist or a Fatal PHP error occurs...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
SPAM PREVENTION IMAGE PROBLEM
Hi Garvin,
I was able to get aplus.net to fix the image issue. I can now see the spam image string which has an updated look.
However, its created another problem. Once you put the security code and hit submit, you get the following message
Permission deniedPermission denied
Not sure why this is happening. Any suggestions?
http://www.diversityspotlight.com/cblog/
Lester
I was able to get aplus.net to fix the image issue. I can now see the spam image string which has an updated look.
However, its created another problem. Once you put the security code and hit submit, you get the following message
Permission deniedPermission denied
Not sure why this is happening. Any suggestions?
http://www.diversityspotlight.com/cblog/
Lester
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: SPAM PREVENTION IMAGE PROBLEM
Hi!
This can happen if you have configured the antispam plugin to use any "foreign" webservices like Akismet, Remote IP check, DNS blacklists or others.
Your server is firewalled, and thus you cannot seem to connect webservices like akismet to check for spam.
If you don't find the appropriate setting in your antispam pluign, tell me your configuration (take a screenshot) and I can tell you the ones you should change.
Regards,
Garvin
This can happen if you have configured the antispam plugin to use any "foreign" webservices like Akismet, Remote IP check, DNS blacklists or others.
Your server is firewalled, and thus you cannot seem to connect webservices like akismet to check for spam.
If you don't find the appropriate setting in your antispam pluign, tell me your configuration (take a screenshot) and I can tell you the ones you should change.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
adamcharnock
- Regular
- Posts: 22
- Joined: Sat Mar 08, 2008 1:02 am
- Location: London, England
- Contact:
Hi Lester,
I guess you have probably sorted this out by know, but I thought I would just mention that this seems like a fairly typical load balancing problem:
http://en.wikipedia.org/wiki/Load_balancing_(computing)
The problem occurs because the site is served from several machines, which each (generally) have their own copy of the files in your web root directory. This can lead to problems when the web server writes a file to disk because the new file (i.e. the CAPTCHA image) will not be distributed to other servers in the cluster - which can result in the behaviour you saw.
I didn't think that this was common in shared hosting environments (partly for this reason), but having a look at aplus.net it seems that they do offer this service to their ded server customers - so maybe they apply it to their shared servers too.
Anyway, just my input in case you (or anyone else) finds it useful!
Adam
PS. Of course, this could be caused by something completely different! :p
I guess you have probably sorted this out by know, but I thought I would just mention that this seems like a fairly typical load balancing problem:
http://en.wikipedia.org/wiki/Load_balancing_(computing)
The problem occurs because the site is served from several machines, which each (generally) have their own copy of the files in your web root directory. This can lead to problems when the web server writes a file to disk because the new file (i.e. the CAPTCHA image) will not be distributed to other servers in the cluster - which can result in the behaviour you saw.
I didn't think that this was common in shared hosting environments (partly for this reason), but having a look at aplus.net it seems that they do offer this service to their ded server customers - so maybe they apply it to their shared servers too.
Anyway, just my input in case you (or anyone else) finds it useful!
Adam
PS. Of course, this could be caused by something completely different! :p
Adam Charnock
Did I help you? You could link to my
blog or leave a comment: http://porteightyeight.com
Did I help you? You could link to my
blog or leave a comment: http://porteightyeight.com