Can my faucet be approved without me adding funds to it first? I want to add funds once I am approved
no I am sure u need to add funds first so they see ur faucet is working but grrrrrrr that darn dash keeps giving me problem I never had with doge or btc
Dash has nothing to do with it. The code responsible for checking it is:
1089 if($data['captcha'] && $data['apikey'] && $data['rewards'])
1090 $data['enabled'] = true;
Where apikey and rewards are taken straight from the admin panel and captcha is based on the admin panel. So you forgot to configure something or you're setting invalid apikey so it's not saving it.