“PHPMyLicense” Documentation by “David Morrison” v2012.2


“PHPMyLicense”

Created: 13/05/2012
By: David Morrison
Email: support@phpmylicense.net

Thank you for purchasing PHPMyLicense. If you have any questions that are beyond the scope of this help file, please feel free to send an email via my user page contact form here. Thanks so much!


Table of Contents

  1. Server Requirements
  2. Installation/Configuration
  3. Dashboard
  4. Product Management
  5. Paypal API

A) Server Requirements - top

  1. PHP 5+
  2. MySQL 5+
  3. Enable fopen in php.ini

B) Installation/Configuration - top

Simply extract and upload all contents from the PHPMyLicense .zip file to your FTP folder.
Navigate to yourdomain.com/path/to/phpmylicense/setup - The index.php page will load and show 3 tabs.
Simply fill out your database and account information and the system does the rest.... You really will be setup in under 3 minutes.


C) Dashboard- top

The dashboard contains a few quick-launch icons at the top of the page 1 for adding new products and another for adding new licesnes.

It also contains an overview in a pagination table that lists all license records held in the database.

You also have an option to enable a CHART, The chart must be enabled from the settings tab and a QUERY can be written from here to, Be sure you use the two mandatory fields, domain_name and value when writing the SQL QUERY or the chart will fail to load.
e.g to see a count of all requests per domain, Use the query

  1. select domain as domain_name,count(domain) as value from `licenselog` where result = `License Valid` group by domain

D) License Keys - top

This menu contains a list of Sub-menus:-

the information releated to each sub-menu is detailed below.

Manage Products

This page allows you to setup an unlimited number of products and these products are used on the add a license key section.
Once you have logged in an


Once again, thank you so much for purchasing PHPMyLicense. Feel free to contact us if you have any questions or issues.

David Morrison

Go To Table of Contents