 |
Sponsors |
|
|
 |
| Total: 206 Displaying: 81 - 100 |
Pages: 1 2 3 4 5 6 7 8 9 10 11  |
 |
 |
 |
|
|
| |
simply add or include() the PHP Pass code to the top of your file(s), change the password to what you want it to be, and it's done - any time someone connects to that script, they'll be given a login form.
It works across sessions, so they only have to enter the password once.
It can be used to protect multiple files, and it can use multiple passwords.
It can email you when a user enters an incorrect password, or it can write log data to a file of your choice.
Now with optional session timeout - force users to re-enter password after certain idle time elapses.
|
Free
Version: 1.1 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Aug 29 2005 |
|
 |
|
 |
 |
 |
Member Reviews (1) |
 |
 |
 |
Visitor Ratings |
 |
 |
|
 |
 |
 |
 |
|
|
| |
This class can used to generate keys to control the distribution PHP applications that are enable according to a license.
It generates license strings that can bind PHP applications to specific servers or can only be executed during limited time period or to restrictions placed on a home server.
The binding to server process attempts to use the server network card MAC address. This feature was tested on servers are Mac OS X (Darwin), Linux, Windows XP, although it may also work for FreeBSD, NetBSD, Solaris.
The class also attempts to use information from $_SERVER variable to encode that server name, server IP, server user path and server url to the application folder. This server binding can be disabled if required, and it also possible to block the key being generated for the localhost address (127.0.0.1)
The time limiting of the license uses a start period (and a given start offset to allow for time discrepancies) and an expiry date if required.
If required when validating a key it is possible to dial home to check the license key on your own server. (see demo2.license.php file)
The PHP_OS and PHP_VERSION of the php that the key was generated for is also encrypted into the key.
It is also possible to encrypt additional information into the license key.
This class is still in development however it is stable.
|
Free
Version: 0.5.2 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Jun 22 2005 |
|
 |
|
 |
 |
 |
Member Reviews (0) |
 |
 |
 |
Visitor Ratings |
 |
 |
|
 |
| Total: 206 Displaying: 81 - 100 |
Pages: 1 2 3 4 5 6 7 8 9 10 11  |
 |
Share |
|