A protected software administration front-end and API written in PHP.
Go to file
Brandon Scott 5300569001
Merge pull request #14 from xeons/dependabot/composer/smarty/smarty-3.1.47
Bump smarty/smarty from 3.1.45 to 3.1.47
2022-10-10 11:27:39 -05:00
css Initial commit 2018-07-20 18:33:59 -05:00
database Fixed database schema file. 2018-08-03 15:39:11 -04:00
img Initial commit 2018-07-20 18:33:59 -05:00
include Removed instance of Smarty that was embedded in project. Updated global to make use of composer managed Smarty. 2018-08-03 15:07:48 -04:00
js Initial commit 2018-07-20 18:33:59 -05:00
templates Initial commit 2018-07-20 18:33:59 -05:00
update Initial commit 2018-07-20 18:33:59 -05:00
.gitignore Adding composer.json to project and updated .gitignore 2018-08-03 14:32:46 -04:00
README.md Create README.md 2021-02-15 10:11:32 -06:00
access.php Initial commit 2018-07-20 18:33:59 -05:00
activity_log.php Initial commit 2018-07-20 18:33:59 -05:00
api.php Initial commit 2018-07-20 18:33:59 -05:00
bans.php Initial commit 2018-07-20 18:33:59 -05:00
composer.json Removed instance of Smarty that was embedded in project. Updated global to make use of composer managed Smarty. 2018-08-03 15:07:48 -04:00
composer.lock Bump smarty/smarty from 3.1.45 to 3.1.47 2022-09-17 00:02:51 +00:00
exception_log.php Initial commit 2018-07-20 18:33:59 -05:00
favicon.ico Initial commit 2018-07-20 18:33:59 -05:00
groups.php Initial commit 2018-07-20 18:33:59 -05:00
index.php Initial commit 2018-07-20 18:33:59 -05:00
link_log.php Initial commit 2018-07-20 18:33:59 -05:00
login.php Initial commit 2018-07-20 18:33:59 -05:00
programs.php Initial commit 2018-07-20 18:33:59 -05:00
sessions.php Initial commit 2018-07-20 18:33:59 -05:00
settings.php Initial commit 2018-07-20 18:33:59 -05:00
users.php Initial commit 2018-07-20 18:33:59 -05:00

README.md

Software Admin Panel

A protected software administration front-end and API written in PHP.

This script was written for managing paid software authorization. The software would often times prompt for a login, and then check for authorization to run. The programs would often periodically ping the API and verify the software was still authorized to run. The software was built primarily for affiliate programs, which is why there is a link tracking section.

This script makes use of the Smarty templating engine.