| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #26 (permalink) | ||||
| i love automation Join Date: Nov 2007 Location: xrvel.com
Posts: 1,620
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
For example in e-mail registration (such as Yahoo mail) usually we must enter image verification. If we do not enter the correct image text, the registration fails. You can use this to protect your registration page / login page / comment page. But you need to modify your old PHP script. I have put an example in the download link. For example you want to add captcha to your login page. This is your old "login.php" PHP Code: PHP Code:
__________________
Last edited by xrvel; 11-19-2008 at 12:59 AM.
| ||||
| |