|
This script will generate an encrypted password for .htpasswd and .htaccess files...click here for more |
|
|
|
|
Make PHP generated web content available only to your users! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. userLogged() returns true if the cookies named UserName and PassWord exist in the MySQL database as a pair. If not, it displa...click here for more |
|
|
|
|
Make PHP generated web content availabe only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are the same as $UserName and $PassWord, the first 2 paramters of ...click here for more |
|
|
|
|
New Version 1.2: Creates a secure members` area for your site, which runs from an Invision Board member database. Allow users to use a login universally throughout your website. Simply add users to the appropriate board usergroup, and their password will work both on your forums, and on your protect...click here for more |
|
|
|
|
Make PHP generated web content available only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are not null, and successfully create a database connection when ...click here for more |
|
|
|
|
iScramble is a PHP script that allows you to protect sections of your HTML code from prying eyes. It scrambles the text into a form that is not human readable, and generates some JavaScript code to descramble it. It is particularly useful for hiding email addresses from email address harvesting robo...click here for more |
|
|
|
|
Verifies that a given string is a good password. If it is a good password, the function returns an empty string. If it isn`t, it returns a text string describing the flaws. The function is relatively permissive, but was written to take additional constraints....click here for more |
|
|
|
|
phpAuthent is a PHP interface for securing web sites. It handles users and groups management (one user can be assigned to several groups) and provides an API to be easilly integrated into existing websites. It requires MySQL support and PHP >= 4, is fairly simple to setup and integrate. A web bas...click here for more |
|
|
|
