Requirements
- API KEY
- CURL POST (Value must not encode)
- File_get_contents (Value must encode)
- All DATE Format (YYYYMMDD)
HOW TO?
* Go to download page, upload script to your hosting* Open and edit file CONFIG.PHP on directory ADMIN
* FINISH
Example CONFIG.PHP (Verified License)
$API_KEY = 'YOUR-API-KEY-HERE';$API_SCRIPT_URL = 'http://api.mswhmcs.exe.bz/mining/api/admin.json';
$API_SCRIPT_URL_CLIENT = 'http://api.mswhmcs.exe.bz/mining/api/client.json';
Example CONFIG.PHP (DEMO License)
$API_KEY = 'demo';$API_SCRIPT_URL = 'http://api.mswhmcs.exe.bz/mining/api/demo/admin.json';
$API_SCRIPT_URL_CLIENT = 'http://api.mswhmcs.exe.bz/mining/api/demo/client.json';