-
This suite provides you with very fast, secure and easy to use, authentication components that you can use to protect your website. Auth Suite implements three methods of user authentication. The first one simply allows or denys access to protected pages by checking a user account on a database. The second way allows you to group your users, that way ...
-
Simple class to generate random passwords on the fly. You can specify the minimum length, maximum length, and an array of characters to use in the constructor.
-
Port Scanner is meant to help server administrators to check whether its networking services are up or down.Port scanning may also be used to make preliminary security checks by detecting which services may be running in a server that may be susceptible of security vulnerabilities.Port Scanner can scan multiple ports at once as well as returning the name of the ...
-
phpsecureweb class helps you to Protect your sites or intranet. It is database independent as what adODB supports.You are required to have a database of your liking. Simply install the tables, sign on as an Admin, create users and groups, assign users and actions to the groups, and you are almost done.Now write 4-5 lines of code for the pages ...
-
XML Document is meant for manipulating XML documents. It may be useful for manipulating XML documents that contain application configuration values, security role definitions or even use the XML documents to store information like in databases.XML Document can parse a XML document and build and object oriented structure that can be manipulated to apply any changes that many be needed. ...
-
E-Mail Encoder Class is meant to encode mailto: links in a way that makes it difficult for spammers to harvest e-mail addresses by using crawling robots.The resulting HTML uses character entities using the ASCII codes of the e-mail address characters that are replaced.E-Mail Encoder Class lets you specify the link e-mail address, the link data and a CSS style name ...
-
Request flood protection can be used to detect access floods using a MySQL database to keep track of accesses of site users. It stores in a MySQL database table records of the time and IP address of each access.Request flood protection can detects floods if the last access from the current user IP address occurred in a period less than ...
-
Password Generate is a simple class that can generate random password strings that satisfies agiven criteria.The generated password has a given length and may include an optional user defined prefix, upper case letters, lower case letters, digits and special symbols.
-
FloodDam can be used to protect a site against an abusive number of accesses. It determines the IP address of each user accessing the site PHP scripts and keeps the access counts stored in distinct files per each IP address.When the number of accesses from an IP address exceeds a configurable limit, the class exits the current script and the ...
-
phpSecurityAdmin is a PHP application that was designed to be implemented in custom Content Management Systems (CMS). The ease of use allows the CMS programmer to concentrate on creating a quality application without having to waste a lot of time on the security access side of the system.This application can be used for restricting access to web pages based on ...
-
AdminPro is an user authentication class based on a MySQL database and the PHP Session functions. It was written for Web sites that need some password protected area.AdminPro class includes an user management application script, as well a MySQL table setup application script.Functions of AdminPro class:- Login and logout a user via Web based forms.- Expire the session of an ...
-
Simple Login class is meant to manage the access permissions of multiple users to Web pages of a site. It can be used to ask for your site users to authenticate to have access to protected pages. You only need to insert one line of code at the top of your site protected pages to use this system.Simple Login class ...
-
SSH in PHP implements a SSH client to securely execute shell commands in a remote server using an encrypted communications channel. This class is not based on any PHP extension specifically meant to implement the SSH protocol. It only requires the PHP extensions bcmath and mcrypt.SSH in PHP can connect to a SSH server, authenticate with given user and password, ...
-
MD5 Checksum File Parser Class is a PHP class that helps you to parse and output checksums from the files generated by FastSum checksum utility. As well as the regular checksum files created by other similar utilities this class extends limits and can also handle extra information that may be stored in these files. See FastSum documentation to add additional ...
-
RubberwaLL is a free watertight anti-leech solution for your site. All files sit in a protected directory, which only the script itself has login permissions for. Upon receipt of a file request, the script checks the visitor has actually come from YOUR site.If they do originate from your site, the script logs on to the protected folder, loading the requested ...

