Quick Search for:  in language:    
signup,some,sites,like,paypalcom,they,require
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
PHP Stats

 Code: 113,010. lines
 Jobs: 41. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login





Latest Code Ticker for PHP.
Simplest Web-Counter
By Kamran Riaz on 1/18


Easy Webcomic System
By Kyle Temkin on 1/17


Click here to see a screenshot of this code!AutoIndex PHP Script (Directory Indexer)
By J J H on 1/17

(Screen Shot)

DB Selector
By Martyn Merrett on 1/17


MapQuest Link Generator
By Steve Schoenfeld on 1/15


Click here to see a screenshot of this code!A Simple FTP Solution
By Marcelo Valle Franco on 1/15

(Screen Shot)

Web Blog / Content Updater
By Matthew Sparrow on 1/14


Current Users Online v1
By Robert Peterson on 1/13


Click here to see a screenshot of this code!Blobsy : MSN Messenger Bot
By JawishHameed on 1/12

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

Form security verification

Print
Email
 
winzip icon
Submitted on: 10/26/2002 8:02:59 PM
By: Christian Mallette  
Level: Intermediate
User Rating: By 1 Users
Compatibility:PHP 4.0

Users have accessed this code 2456 times.
 
(About the author)
 
     When you signup on some sites (like paypal.com), they require you to look at a picture and write in a input box what word or characters are in the picture (usualy numbers and letters). They do that so people can't make bots that register multiple accounts in a short period of time. My code will teach you how to add a verification like that to your signup script. Update version: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=1088&lngWId;=8

 
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!

    //**************************************
    //     
    // for :Form security verification
    //**************************************
    //     
    Made by EZScripts.net (http://www.EZScripts.net)
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 6 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
10/27/2002 12:34:17 PM:John Manavalan
5* from Me
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/27/2002 1:05:23 PM:Christian Mallette
I made a little bug in example script 
(test.php), I hard coded the picture 
URL by mistake. Simply replace 
http://wc3.skreel.org/test.php to 
test.php.
Also, here is what the zip 
contains:
  - ConfirmPNG.php: class 
that generates the picture and stores 
the codes into MySQL.
  - Config.php: 
this contains your MySQL information, 
which you must edit.
  - Test.php: is 
somewhat a SDK on how to use the 
class.
If you have any suggestions, 
let me know.
Thanks.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/5/2002 6:11:32 AM:
You forgot to give us the SQL info for 
creating the table ;)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/5/2002 4:34:19 PM:Christian Mallette
# Table structure for table 
`ezcounter_hashes`
CREATE TABLE 
ezcounter_hashes ( autoid int(11) NOT 
NULL auto_increment, hashid text NOT 
NULL, confnum int(11) NOT NULL default 
'0', KEY autoid (autoid) );
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/14/2002 12:59:46 PM:
how to created the credit-card in php 
....It is to hard to code ......
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/18/2003 3:44:28 PM:
It looks to me that the Schema is 
missing a "time" field.  Please correct 
me if I am wrong.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | PHP Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.