A protected software administration front-end and API written in PHP.
Go to file
Brandon Scott 41085a174e
Create README.md
2021-02-15 10:11:32 -06:00
css Initial commit 2018-07-20 18:33:59 -05:00
database Adding database schema. 2018-07-20 19:57:48 -05:00
img Initial commit 2018-07-20 18:33:59 -05:00
include Initial commit 2018-07-20 18:33:59 -05: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 Initial commit 2018-07-20 18:33:59 -05: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
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.