| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Create Password Class | PHP 3.0, PHP 4.0, PHP 5.0 | Intermediate / Veign | 5979 since 10/25/2006 3:28:59 AM |
By 3 Users 2 Excellent Ratings
|
| |
A simple drop-in class to create random passwords. Outputs the password as well as a SHA1, MD5 and salted hashed password if request. Simply drop this class into a folder and reference the Usage section in the PHP file for information on how to use. I als ...(description truncated) |
| |
| |
| |
 |
cUser - PHP User Auth Class (Using MySQL) | PHP 4.0 | Intermediate / TV2kNET.net | 6749 since 8/30/2003 8:59:22 AM |
By 2 Users
|
| |
With this class it won't be hard to create a user registration/identification powered website!
Insert the table, include the class, and you are ready to go!
Just dont forget to edit your config file! |
| |
| |
| |
 |
Domain License | PHP 4.0, PHP 5.0 | Intermediate / Erick Kalangit | 4723 since 6/17/2007 3:57:56 PM |
By 2 Users
|
| |
A script for checking domain license.If you have a script was need for sale but dont know how to protect for each domain license,this code perhaps help you out..
Sorry I forgot the description of details, but as soon as possible would I update.This code w ...(description truncated) |
| |
| |
| |
 |
Easy CAPTCHA Control for PHP | PHP 3.0, PHP 4.0, PHP 5.0 | Intermediate / Matt DeKok | 8095 since 11/28/2007 2:16:59 PM | Unrated
|
| |
This is a CAPTCHA control for the PHP language. It outputs an image for "img" tags and is 100% customizable. Simply set the settings and reference the path to the php file from an "img" tag's src attribute. |
| |
| |
| |
 |
Email Address Verifier | PHP 3.0, PHP 4.0 | Beginner / Kinghobo | 4676 since 3/13/2003 8:27:49 AM |
By 2 Users
|
| |
Verifies a Given Email address is correct, if it's incorrect an error is displayed and the user is returned to a specified page |
| |
| |
| |
 |
Encode and decode sessions | PHP 4.0 | Beginner / Amigura | 4858 since 2/14/2007 7:51:26 AM | Unrated
|
| |
This is a simple class that can be used to encode and decode session values to make it harder to obtain private session values for people with access to session data.
It uses base64 encoding and mcrypt_encrypt encryption to set the values of one or more s ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Encryption | PHP 3.0, PHP 4.0 | Beginner / A.K.Karthikeyan | 4377 since 12/28/2004 11:04:31 PM | Unrated
|
| |
The Code has a class with two functions one for encrypting plain text and other decrypting crypted text.
|
| |
| |
| |
 |
FabsCrypt | PHP 3.0, PHP 4.0 | Intermediate / Fabian Kranen | 5131 since 8/30/2001 5:38:22 AM |
By 3 Users 3 Excellent Ratings
|
| |
Crypt and decrypt a string without the standard PHP functions. |
| |
| |
| |
 |
Fraudulance check for online orders using RESTful API | PHP 4.0, PHP 5.0 | Advanced / ChrisLim2888 | 633 since 3/4/2013 3:41:14 PM | Unrated
|
| |
This sample code show you how to add the fraud check feature into your solution (e.g, shopping cart solution) leveraging the free RESTful API getting from fraudlabspro.com. The fraud check feature only applicable you are writing online payment solution, f ...(description truncated) |
| |
| |
| |
 |
Function: Switch Character Pair | PHP 3.0, PHP 4.0 | Beginner / Scorpion B. | 2902 since 12/22/2004 4:31:44 PM |
By 1 Users
|
| |
This function will switch around the characters of a string a little bit, which will add extra security to encrypted passwords.
This function is useful when ecrypting (or hashing) passwords with md5(). If an attacker
finds the md5() hash of a password, i ...(description truncated) |
| |