phpfaucet / faucet

CryptoCurrency Faucet
http://phpfaucet.org
MIT License
30 stars 45 forks source link

Faucet .. #4

Open vhaleandra opened 9 years ago

vhaleandra commented 9 years ago

How to set prize and time prize ? How to set pay out ?

phpfaucet commented 9 years ago

Go to admin panel (yourdomain/admcenter/) and in setting section, set currency and prize. for payout to faucet players, you can browse cron_withdrawal.php or set a cronjob to browse this file every specified time. if you set correct asmoney api in setting, withdrawals automatically will be proceed.

vhaleandra commented 9 years ago

what is cron job ? i not understand php

phpfaucet commented 9 years ago

Cronjob can browse or run php code every specified time, if you are using cpanel you can set a cronjob easily , search in google or ask your host provider to set a cronjob for browse cron_withdrawal.php every 5 mins or any interval you want.

thomasaffiliate commented 8 years ago

i am getting an error message when i execute register.php "Parse error: syntax error, unexpected '"header.php"' (T_CONSTANT_ENCAPSED_STRING) in /home/u711828278/public_html/register.php on line 1" please give a solution

thomasaffiliate commented 8 years ago

i solved thank you