Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (42) | Download .zip | Reputation | Support forum (8) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
69% | Total: 9,740 This week: 1 | All time: 147 This week: 197 |
Version | License | Categories | ||||
padl 1.0.0 | GNU Lesser Genera... | Utilities and Tools, Security |
Description | Author | |||
This class can used to generate license style keys to control the distribution and functionality of PHP applications. Recommendations What is the best PHP license key generator script? Innovation Award
|
This class can used to generate license style keys to control the distribution and functionality of PHP applications. It generates license strings that can bind PHP applications to specific domains, specific servers, can only be executed during limited time period, or to restrictions placed on a home server within the license key. 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. PADL also attempts to use information from $_SERVER variable to encode that server name, server IP, server application path and server application url to the license key. Part of the process also binds the IP Address from the $_SERVER variable if found, but it also attempts to parse the server config file (the same used to get the MAC address) for any more IPs. The 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 also possible to dial home to check the license key on your own PADL License Server, examples are given. 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 to enable you to place restrictive features in your application to allow the creation of trialware or demoware. This class is still in development however it is stable. A GUI is to follow. --------------------------- The original class has now been broken down into seperate classes, both for security and ease of use. The demo folder contains a demo single file application, you should note that both the app folder and server also contain seperate demo files. The App folder contains the classes that would be required by the application using this class. And the Server folder contains the class that would be used by your license server setup. The additional folder, Shared, contains the main distributionLicense class and is needed by both the app and server classes. The demo files should explain the new setup. I have added new features removed some old redundant ones, and updated others. I do eventually want to evolve this class into an application with a gui, and will be looking for help with that if anybody cares to offer. |
Screenshots | ||
Files | / | app |
File | Role | Description |
---|---|---|
class.license.app.php | Class | Subclass Source |
class.license.gen.php | Class | Subclass Source |
example.callhome.php | Example | Demo file |
example.generate.php | Example | Demo file |
example.oninstall.php | Example | Demo file |
example.security.lang.php | Example | Demo file |
example.security.php | Example | Demo file |
example.supplied.php | Example | Demo file |
license.generated.dat | Output | License Key File |
license.oninstall.dat | Output | License Key File |
license.supplied.dat | Output | License Key File |
Files | / | app_demo |
File | Role | Description |
---|---|---|
demo.app.lang.php | Example | Demo App Language File |
demo.app.php | Example | Demo App |
license.dat | Data | Demo App License Key |
results_alert.gif | Icon | Demo GIF |
results_bottom.gif | Icon | Demo GIF |
results_empty.gif | Icon | Demo GIF |
results_error.gif | Icon | Demo GIF |
results_expired.gif | Icon | Demo GIF |
results_illegal.gif | Icon | Demo GIF |
results_invalid.gif | Icon | Demo GIF |
results_left.gif | Icon | Demo GIF |
results_ok.gif | Icon | Demo GIF |
results_right.gif | Icon | Demo GIF |
results_tminus.gif | Icon | Demo GIF |
results_top.gif | Icon | Demo GIF |
spacer.gif | Icon | Demo GIF |
Files | / | server |
File | Role | Description |
---|---|---|
class.license.janitor.php | Class | Subclass Source |
class.license.server.php | Class | Subclass Source |
db.config.php | Aux. | Database config |
db.installer.php | Aux. | SQL installer |
db.mysql.sql | Data | License Server SQL |
example.maintenance.php | Example | Demo file |
example.receive.php | Example | Demo file |
example.register.php | Example | Demo file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
imageWeaver CMS Gallery Content Management Software for Flash Galleries |
Yabsoft PHP Licenser A GUI based on PADL (Commercial) |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
How to protect your php applications for free ? Did you developed a very cool application, and maybe thought about selling it ?... |
PHP code protection I’m looking for PHP encoding application to encrypt some of my PHP code... |