Important UpdateI made some changes for bitcoin faucets, to prevent from paying high fees for send to bitcoin addresses. admin can set minimum queue in setting and whenever number of withdrawal requests reached to this number. cron_withdrawal.php send payments to bitcoin addresses.
This feature allow you to pay one miner fee for multiple payments. also the fees will not deducted when user want to withdrawal.
you can download project from github and make a fresh installation but if your script is running now, follow the update instruction :
How to update1. Run this query on your database
INSERT INTO 'tbl_config' (
'config_id' ,
'header' ,
'value'
)
VALUES (
NULL , 'requestcount', '10'
);
2. Update these files.
admcenter/setting.php
cron_withdrawal.php
includes/AsmoneyAPI.php
withdrawal.php