![]() |
Advanced PHP Protection Script |
![]() Works with any .php file. Completely customizable password page. Well documented functions. Can easily be integrated into a database set up with multiple users. Single line mode, protect any page by simply including the file. Passwords can be set as either a md5 of sha1 hash or plain text if you prefer. Key Features: * Works with any .php file. * Completely customizable password page. * Well documented functions. * Can easily be integrated into a database set up with multiple users. * Single line mode, protect any page by simply including the file. * Passwords can be set as either a md5 of sha1 hash or plain text if you prefer. * Server side brute force protection, with options to change the maximum number of attempts and the block duration. * No database or installation required. * Email support provided. * Light weight. NOTE : The session is used to store the username and password so you dont have to login again when the page is reloaded. The variables $_SESSION[‘username’] and $_SESSION[‘password’] are used by default, if you need to use these in the script being protected you can set custom names using the customsessionkeys() function, see documentation for more information. Example Useage: Standard Mode include('secure/security.class.inc.php'); $pass = new secure; // Set the username and password, in this case as a sha1 hash $pass->credentials('admin', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8'); // set the hash type $pass->hashtype('sha1'); // set some custom session keys $pass->customsessionkeys('name', 'pass'); // enable brute force protection, dissabled as default. $pass->bruteforceprotect(); // set a custom page for the user to be sent to if the password it entered incorrectly. $pass->redir('http://yourdomain.com/denied.html'); // finally apply protection to the page. $pass->protect(); echo 'protected content here.'; Single Line Mode include('secure/security.class.inc.php'); echo 'protected content here.' NOTE : this script will only work if you have PHP version greater than 5.1. You can check you version by using the following code. <?php echo phpversion(); ?> Download Advanced PHP Protection Script |
15 people say it works. |
![]() |
Advanced Domain Manager - PHP Scripts CodeCanyon Advanced domain manager is client and domain management tool which will help you to never forget about upcoming domain name renewal. Adjustable cron script allows to set notifications for any amount o ... |
| Hacking Attemptz Module v1.3 (DLE 8.3 and 8.5) Module is designed to detect attempts to brute force passwords or hacking password through brute force. Every time someone enters, intentionally or not, incorrect password (to which only the administr ... |
![]() |
Secure File Sharer V1.0.1 This script helps you share files with others in secure and simple way using your own PHP host. The idea is simple. You are a website owner, and you want to send a file to others with your own site.Th ... |
![]() |
Anypage SEO Admin - PHP Scripts CodeCanyon This script will allow you to easily manage meta data (titles, keywords, descriptions) for any page on your website. Password secured administration area where you can add new page (you don’t actual ... |
![]() |
The Point Market System 3.0.Gold The Point Market System 3.0 Gold is a stand alone "store" or "shop" hack for vBulletin 4x series. This hack is considered a major addition that allows for you to install one or mu ... |
Information! Members of Guest cannot leave comments.
