|
||||||||||||||
|
||||||||||||||
| Comments |
| k.v.siva kishore posted on April 2, 2007, 1:33 pm |
| hai, I tried your captcha, but I can't make it worked...It is not displaying any image in html page.Porbably I do not understand correctly how to do. Thanks & Regards, Siva kishore. ------------------------------- Veselin: can you send me your website URL |
| John Robinson posted on April 2, 2007, 11:14 am |
| Hello, and thanks for such a great script, I'm new to PHP and would like to change the background color to a background image, I want to use a cross hatch image like some other sites use with captcha forms - Thanks again |
| kourkch mhand posted on March 13, 2007, 5:14 pm |
| i m trying to use your script , it work no problem but i m interested by your javascript code that control this form ( that we use to send you a mail) to check if all mandatory field are filled . thank you . ----------------------- Veselin: you can view the source code of the contact page and see how it works :) |
| Raj posted on February 8, 2007, 1:35 am |
| Thank you for the script ! The problem I am facing is that in IE after I click 'Back' button, upon getting the 'incorrect code..' message, the verification image code is refreshed, but with Firefox this does not happen. Can you please help ? ------------------------ Veselin: why do you click the Back button? The message for incorrect code in my example is printed on the same page where the form is so the image should be refreshed. Also you can try this <img src="captcha.php?<? echo time(); ?>"> it should load different image |
| ian Hartten posted on February 2, 2007, 2:53 pm |
| I am interested in using this and will pay a fee to have it added to one of our forms as an example. Thanks --------------------- Veselin: let me know the form that you want to use it on |
| jermaine posted on January 30, 2007, 6:28 pm |
| I have a CGI Membership Form on one of my client's website. From your instructions will it allow me to add the image captcha or is that someting you have to do? Thanks Dave ------------------------- Veselin: our image captcha uses PHP |
| Prachung Rai posted on January 21, 2007, 10:26 pm |
| I need to open my Mysql database page when the user input his password ----------------------------- Veselin: you can combine <a href="http://www.phpjabbers.com/create-user-login-in-php-php23.html">Create user login in PHP</a> tutorial and <a href="http://www.phpjabbers.com/ask118-how-to-connect-php-with-html.html">How to connect PHP with MySQL</a> one to make your login page and connect to mysql database |
| Shiva posted on January 13, 2007, 5:34 pm |
| Great! |
| Laura Zielke posted on January 11, 2007, 5:00 pm |
| Could you please either call me or write to me regarding this script? I'm willing to pay you to help me get it working on one of my sites. Please. Thanks. 1-336-788-7746 (pacific time) Laura Zielke ---------------------------- PHPjabbers.com : we've sent you an email |
| Rob posted on January 10, 2007, 9:36 am |
| I have the same issue as Scott but i dont understand what you mean in your reply? After submit.php has verified the user has added the correct number, how do i get it to then use formmail.pl to actually send the information to the email? What script do i need to add to submit.php? ----------------------------- Veselin Stoilov: you can make few things: 1) make the submit sends the email instead of your formmail.cgi script 2) using <a href='http://www.php.net/curl' target='_blank'>CURL</a> post the data from submit.php to formmail.cgi 3) using javascript, make the submit.php script generates a web form and auto submit it using formmail.cgi as form action. However, this is the most unsecure method because someone may find out what you are doing and using http post injection to spam your formmail.cgi script I would recommed using option 1 |