This topic is locked

CAPTCHA problem

2/9/2010 10:51:26 AM
PHPRunner General questions
G
glazer author

I have a working PHPRunner 5.1 application that has been running well so far. However, today I noticed that the CAPTCHA has stopped producing a visible code. It is activated by doing a screen refresh in the browser. There was a fix for this published in this forum :
Go to C:\Program Files\PHPRunner5.1\source (or wherever you installed PHPRunner to) and open securitycode.php with your favorite text editor. At the top of the page you will see 3 lines like the following:
header("Expires: Thu, 01 Jan 1970 00:00:01 GMT");

header("Pragma: no-cache");

header("Cache-Control: no-cache");
You need to comment these out by placing "//" before each one like this:
//header("Expires: Thu, 01 Jan 1970 00:00:01 GMT");

//header("Pragma: no-cache");

//header("Cache-Control: no-cache");
However, i did this some time ago and this got it working originally. I can see that it has not changed. Any ideas as to why CAPTCHA has stopped updating properly?

K
KevinMillican 2/9/2010



I have a working PHPRunner 5.1 application that has been running well so far. However, today I noticed that the CAPTCHA has stopped producing a visible code. It is activated by doing a screen refresh in the browser.


I noticed this problem as well.

G
glazer author 2/9/2010



I noticed this problem as well.


Now that is very odd.

A
acpan 2/9/2010

i have the same problem. Currently, i put a red line below the captcha,

"if you do not see the code/character, please refresh the browser".

Looking forward for a fix.

N
nix386 2/10/2010



i have the same problem. Currently, i put a red line below the captcha,

"if you do not see the code/character, please refresh the browser".

Looking forward for a fix.


Flash is the problem? New flash update recently?

G
glazer author 2/11/2010



Flash is the problem? New flash update recently?



Yes there was aflash update recently. Can Sergey or Jane add some sort of refresh command?

N
nix386 2/14/2010

I'm not sure if flash is the best solution for captcha given it's dependence on 3rd party plugin. I'm looking to replace the default captcha (does not work at all for iPhones)and any advise or suggestions would be appreciated. If I work this out before anyone else I'll post a solution in this thread.

J
Jane 2/15/2010

Hi,
could you send a link to this page and a detailed description on how to reproduce this problem to support@xlinesoft.com?