Viewing 3 replies - 1 through 3 (of 3 total)
  • common taylor. we are giving you some suggestions. Do I need to rework 20 websites? I hope not.
    cheers,

    is here some programmer who found how to perhaps help taylor with the spam problem? I am not a programmer, but is it realy hard of resolving it, ? perhaps its just one line of coding…. ;o)

    Hi guys,
    the answer is in another similar post. Your are correct okolubos, just a line of code.I tried it. the captcha changes..as for it’s effectiveness, I can’t say.

    Find the following code in images.php

    if (!$_SESSION[$captcha_name])
    	$_SESSION[$captcha_name] = $str;
    else
    	$str = $_SESSION[$captcha_name];

    and replace it with this code:
    $_SESSION[$captcha_name] = $str;

    happy coding!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Contact Forms] Capchya being defeated / *Plugin Unusable*’ is closed to new replies.