PHP Security System
Free and open source PHP Security Systems Scripts. Kepp your site server security in every respect such as XSS, SQL injuection, spam and so on.-
E-mail addresses, phone numbers and URLs can be validated. PHP Data Validation may also filter HTML data to remove tags and attributes that could be used to perform Cross-Site Scripting (XSS) exploits.Requirements:PHP 5.0 or higher
-
Login Class can present an HTML form to submit the user name and password when the user is not yet authenticated. The user credentials are checked against records stored in a MySQL table.If the user is authenticated successfully, the class sets some session variables with the user details. The MySQL database table fields to check are configurable.Requirements:PHP 5.0 or higher
-
A signature generator great for having matching clan/guild signatures on forums, or for use on private servers. Comes with 2 files, you'll need to edit index.html and change the text inputs as required as well as the graphic options as required.You'll also need to edit the siggy.php and change which graphics as used as the base, as well as the ...
-
PHPStopFlood is a library that can be used to detect and protect a Web site from attempts to flood it with too many requests. It also allows to protect the site from automatic downloading many pages or files from the same IP address, with the same session id or with whatever same identification token provided by you. The detection of ...
-
A PHP class that can generate a code valid for a limited time. Based on a secret key you can generate a code that is valid only for a limited period of time or as a one time password (OTP), so this class extends the OTP to support the valability of the code in time.The password generated can be verified ...
-
Chmod Setter can be used to set the permissions of files and folders recursively. It traverses the list of files of a given directory and changes the permissions mode to a given value. The sub-directories are processed recursively.Chmod Setter keeps track of the changed files and directories in a log array class variable.Requirements: PHP 5.0
-
HackerTrap is the first step towards protecting your site. The web today is a jungle of hackers and script kiddies trying to take over any servers they can. They blast your site with multiple requests for different applications and check which get a response - and then exploit its known weaknesses. Even if you don't run the application, the error ...
-
Defensive Attack can be used to get and set information about the current user HTTP request details to help protecting against unintended accesses.Functions of Defensive Attack:- Determine the user machine real IP address even when it is behind a proxy.- Check whether the user IP address is the same as the Web server IP address- Determine whether the user is ...
-
Password Checker can be used to generate and test passwords to check whether they are easy to discover.Password Checker can perform several types of tests to check whether a password is easy to guess. It can also perform tests to check whether the password is easy to guess due to similarities to a given a user name.Password Checker can also ...
-
From the developer who brought you tinyMuw CMS comes the tinyMuw Password Generator! Just like the CMS, this utility was fully developed in a combat theater (specifically Baghdad, Iraq by an American Infantryman). This script comes with powerful default character sets and standardized bit lengths, but enables the user to easily create their own character set and specify any password ...
-
You can protect your files (eg: admin panel) with user name and password. You can develope this script by write a new modules.
-
Password Generator class can generate random passwords using the current time as randomizing seed.The generated passwords have a given fixed length and can have only numbers, or only letters or both numbers and letters.
-
Link Obfuscator is meant to generate obfuscated HTML links in a way that is possible to detect whether the a page was accessed following a real link or went directly to a given page.This way the class can be used to disallow users to freely navigate in a site without going through the intended pages, preventing direct access to pages ...
-
requestUtils acts as acentral place to retrieve user submitted data to a page access via the request, form inputs or cookies.Instead of using the super-global variables $_POST, _$GET, $_REQUEST and $_COOKIE, this class can be used instead so the submitted data can be sanitized to prevent well known security attacks like cross-site scripting and SQL injections.requestUtils may also check whether ...
-
Web Site Ping is a simple class that determines the response time of a server by sending ICMP ping packets. It uses the ping command to send the packets and parses the output of the command to retrieve the server response time.

