 |
 |
 |
Insure yourself from spam! The Anti Spam Insurance Company - ProtectWebForm!
Forum - Smart Captcha broken
|
|
The Smart Captcha javascript is broken. The URL to the javascript that
is meant to automatically fill in the web form field does not work.
From http://protectwebform.com/javascript/6044/ comes the
javascript:
function protectwebform_load_smart_script() {
// loading smart script
if(protectwebform_smartcaptcha) {
var script = document.createElement('script');
script.src =
"http://www.protectwebform.com/smartjavascript/6044/?rand=" +
protectwebform_random_code;
script.type = 'text/javascript';
script.defer = true;
var head = document.getElementsByTagName('head').item(0);
head.appendChild(script);
}
However, the URL
http://www.protectwebform.com/smartjavascript/6044/?rand=xxx does not
work. It returns a 404 error.
I know I can work around the problem by turning off Smart Captcha,
but that's only a temporary workaround. Please fix this ASAP. |
| hafnerdesigns |
| 2008-05-09 23:31:58 |
|
I am having trouble with Smart CAPTCHA also. I have been able to nail
it down to the java script.
I use the perl and html scripts ... when I changed to the HTML lite
version my script works well.
My error log says "script not found or unable to stat:
/home/cordi/public_html/cgi-bin/images"
I don't have an images folder in the cgi-bin... never have... but now
it says it needs it.
Any idea what has happened?
Thank you,
HafnerDesigns |
Post Reply:
You must be logged in to reply.
|
|
Registered users: 9707
Forms protected: 21739
Further Reading & Anti Spam Resources:
Directory
|
 |