This topic is locked

Captcha problem

8/29/2008 5:44:03 AM
PHPRunner General questions
P
Pierre DAC author

Hello,
I have a problem with captcha.
It works on FireFox

It works on Safari
It don't work with Explorer (on Vista).
Have a look here :
http://guillaume.castre.free.fr/register.php
Any Ideas ?
Thank you for ypur help.
Regards.

J
Jane 8/29/2008

Pierre,
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

J
Jim Scharff 9/7/2008

Pierre,

Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.


Hi Pierre - I have the same problem (using Vista). I can see the the link shows your project now works. What did you do ti fix it?
Thanks

P
Pierre DAC author 9/8/2008



Hi Pierre - I have the same problem (using Vista). I can see the the link shows your project now works. What did you do ti fix it?
Thanks


Jim,
In some cases CAPTCHA doesn't work on the pages modified in Visual Editor.

To get your pages woring modify generated templates\register.htm file with a text editor.

Find this code there:

---------------------------------------------------------

<OBJECT type=application/x-shockwave-flash

height=65 width=210

data=securitycode.swf?ext=php>

---------------------------------------------------------

and insert this line just after:

---------------------------------------------------------

<param name="movie" value="securitycode.swf?ext=php" />

---------------------------------------------------------
Regards.