-
DBI MySQL is MySQL database access wrapper.It can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows.
-
sIPb can keep track of a list of IP addresses of HTTP clients that are not welcome to access a Web Server. It can start blocking the current user IP address and keep the block for a given period.sIPb takes note of the user IP address and the time of the moment when the blocking is started. That information is ...
-
easy.mysql.class is a simple MySQL database access wrapper class that can execute the most common types of SQL queries with a single function call.It has functions for opening and closing database connections and also individual functions to execute SQL queries of type INSERT, SELECT, UPDATE, REPLACE and DELETE.
-
LSM Check and Repair can be used to access a MySQL database check its tables in order to perform tasks like repairing tables, recover lost indexes and table data files, taking backups and optimize the tables.LSM Check and Repair also generates a Web interface to let the user choose the actions to take and see the result of the operations.
-
classMySQL is intended to simplify the access to MySQL Databases. In a complex application, you should need only one instance of the class making it global.
-
mysql_db classes conforms a mysql access frame for a multiple result environment as a group of base classes (connection, recordset and command) and some extra TOOL interfaces to perform management and informative tasks.
-
Access Counter classes is a simple class that can keep track of page accesses by storing the number of user accesses in server side files.Access Counter classes can store the access counts of multiple pages of a site in single file. That file contains a serialized array with entries that store the number of accesses for each of the site ...
-
My session is a class that manages user access sessions by storing session data in a MySQL database.This session storage method is more secure than the session system of PHP that by default stores session data in files.The class may optionally encrypt the stored session data.
-
Access Data Object is meant to provide an API that abstracts the access to SQL based databases.It is intended to let applications work with different types of databases only with minimal changes in the application code, just changing the name of the class that corresponds to the type of database that you want to access.Access Data Object provides several classes ...
-
mydna class is a simple MySQL database access wrapper class.It can establish database connections, execute queries and returning all the results in bidimensional array.
-
Anti-Hacking Session Manager can manage user access sessions providing some security features. It verifies whethers the IP address and the browser identification (user agent) are not different from those used when the session is created. Otherwise, the session is flagged as invalid. An exception is opened for users accessing the site via AOL, due to the rotating proxy problem.Anti-Hacking Session ...
-
MySQL Dialog is a simple MySQL database access wrapper to execute SQL queries and display results in HTML tables.The class connects to a MySQL Server, sends SQL statements and gets the results as an array. A table with the data from the result sets can be displayed too.MySQL Dialog may optionally returns error messages on failure based on the mysql_error() ...
-
Access MySQL database is a simple wrapper to access MySQL databases.Access MySQL database provides functions to establish connections, execute select queries sorted by the primary key value, insert table rows using given values, retrieve the primary key of the last inserted record, delete table rows given the primary key value, retrieve the number of affected rows by a query, count ...
-
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 ...
-
Database access class is a class for interchanging data between databases and forms.Features of Database access class:- Inserting a new row into a database table with data from forms.- Loading form fields from database table row.- Updating database table rows from form fields.- Deleting database table rows with criteria defined by values from form field.- Building list in an array ...

