| TOTAL: 115 Page: 1 of 6 |
|
OO Auth - Heiko Di
This class is meant to create and manage sessions used for authentication of users at a given site. The class manages the storage of some control values in the session and also any variables defined by the developers and set by the application scripts. It can create a session and validate its integrity to prevent stealing by verifying the if the IP address of the user that created the session is the same during all accesses, thus enforcing an additional security level. It can also limit


| Hits: | 161 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Page Counter - Russell
This class can be used to display a graphical page hit counter. It read, update and stores the page hit counts in text files. The counter is displayed a sequence of HTML tags for images that represent each digit of the current page hit count. The counter digits may display trailing zeros. The width and height of the digit images can also be configured. The class comes with a set of digit image files but it can also be configured to use a set of the digit files from custom image direc


| Hits: | 173 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
PasswdAuth - Daniel K
Uses the .htpasswd to authenticate access to your PHP script


| Hits: | 197 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
PasswordGenerator - Kevin Gi
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


| Hits: | 186 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Perfect Authentication Class - Igor Rib
This class is meant to authenticate users and store authentication session identifiers in cookies. The class is also capable of managing the list of authorized users in a file stored in the server. The authentication identifier contains an hash value that is stored in user computer by the means of cookies. The hash value is also stored on a temporary file on the server to verify that the authenticity of the user. This is meant to prevent that unauthorized users forge authentication cookies


| Hits: | 173 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Permissions - Keith
This class uses integer bit masks to represent user access permissions. Each bit of an integer permission value represents one condition that determines whether the user can read, write, delete, etc. an associated resource. This allows easy and acurate storage of complex sets permissions in a single integer value. The class can convert back and forth between permission bit mask values and an associative array of boolean values that has separate entries for each permission bit.


| Hits: | 180 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
PGSQL_Login - Daniel A
This is a PHP/PostgreSQL 'Login' class, to control users sessions.


| Hits: | 195 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
PHP Auth - Lucas Ca
This class is meant to manage the records of a directory of users and provide users authentication services. It can create, edit, delete and search a directory of users with properties stored in records of a SQL database. It provides pre-built registration and user record editing HTML forms. It may also authenticate a user presenting a login form and logout the user when needed, keeping an authentication log in a separate database table


| Hits: | 184 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
PHP Parameters List - Vagharsh
This class can be used to store and retrieve persistent session values that can be recovered even after sessions expire. It uses PHP sessions to store the values while the user navigates in the site. It uses cookies to store the values for specified period of time (10 days by default), so that those values can be recovered when the user visits the site later using a new session


| Hits: | 194 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
phpBB login - MARY Mat
This class is meant to provide user authentication to sites that have already installed the phpBB forum application database. This class avoids the need to create or install another authentication system if you already have installed or plan to install phpBB. For now, this class supports only user authetication but not to add, update or delete user records. These features are planned to be supported in future versions of this class.


| Hits: | 137 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
PHPBB Login Integration - Duncan G
This class allows you to integrate your own login system with phpBB forum system. Meaning that you can have one login valid across both your Web site and phpBB. The class lets your site create a phpBB login session to be associate with the same user that has logged in a existing login system of your site. To take full advantage of this PHPBB_Login class you just need to modify your own login system to include a call to the class functions to login or logout a given user. The way this cl


| Hits: | 77 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
phpHitCounter - Vedanta
phpHitCounter is a class that can that can logs and display the number of users that visited a site. The count of hits is stored in one file. The log of the visitors IP address and access time can be optionally recorded in another file. The class can display an hit count either using images or text digits. Feature List: - Simple Hit Counter with just three lines of code - Two modes of operation: image or text based - Logging visitor IP address and access time to be able to count th


| Hits: | 106 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
phpMyAuth - Jeff Joh
A easy to use class based on MySQL for developing sites that require the users to login.


| Hits: | 107 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
phpsecureweb - Bulent T
Protect your sites or intranet with the power of PHP Secure Web. It is database independent as what adODB supports. You 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 you want to protect (you can copy it from the examples) and you are done. You will love the powerful and advanced Administration features. We are not compat


| Hits: | 971 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
phpSecurityAdmin - Justin K
Version 3 releases are available at http://sourceforge.net/projects/phpsecurityadm Version 3 now uses Metabase as a database abstraction layer. Version 2.2.3 is located at this site. 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


| Hits: | 113 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Plottable Online Class - Chua Yon
This class uses a database table to keep track of several statistics about the users online of a site. Features: - Uses a MySql as backend - Determines a new visitor based on IP address and session id - Supports different modes of detect a new visitor - Keep track of the maximum number of users that were online since it is started - Creates the statistics table on demand. There is no need to use phpmyadmin or other program to initialize the database table. - The class methods are comp


| Hits: | 130 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
POPAuth - Rosinei
This class is meant to perform authentication of Web site users by validating the users names and passwords accessing to a POP3 e-mail server.


| Hits: | 95 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Power 2 Protect - Igor Feg
This package is meant to restrict the access of users to the Web pages of a site according to a definition of user role based permissions stored in a database. The users are authenticated in login form when they try to access a protected page. If a user attempts to access a page to which he as no permission, the browser is redirected to access an error page. Each protected protected Web page has an entry in the database that establishes an association with an integer key value that defi


| Hits: | 117 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Private Sessions - Vagharsh
This class can be used as session handler to store session data in private directories or in a MySQL database table, instead of the default system temporary directory. When using a MySQL database table as a container for the session data, the class takes care of opening the database connections and perform the SQL queries as needed. It can also create the database table to store the session data. When using a private directory as a container for the session data, the class takes care of op


| Hits: | 135 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |
Protect picture - MARY Mat
This class is meant to protect the path of your site pictures in order to prevent that somebody eventually using robot scripts steals the images by accessing the pictures directly.
The class changes the URL of the images used in HTML or
tags using a new URL through which real browsers can retrieve the picture files.
The class requires php 4.0 or later with session support enabled.
To use this class put the protect_picture.php script in the same directory of th


| Hits: | 110 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-05-17 |