Hello.
I'm having a problem with my faucet, It's new and ready to go , but testing has revealed a problem with the actual faucet script itself . Or at least my implementation of it.
When I attempt to use the faucet as a user, The attempt fails, The page appears to reload , but instead of presenting me with the "x satoshis was sent to your address" message it reverts back to the original page and no payment goes through .
Interestingly , after Kazuldur suggested that i turn on error display in my config.php file ,The faucet mechanism began to operate properly , a payment was sent successfully to my faucetbox account on a test, but 3 errors print to top of the page and an error log appears in my Public_html directory ...as follows:
[23-Jun-2016 09:08:51 UTC] PHP Notice: Undefined index: ip_check_server in/ ####/######/public_html/index.php on line 1570
[23-Jun-2016 09:08:51 UTC] PHP Notice: Undefined index: ip_check_server in /####/######/public_html/index.php on line 1586
[23-Jun-2016 09:08:51 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /#####/#######/public_html/index.php:1570) in /home/#######/public_html/index.php on line 1620
When I turn off the error display parameter in config.php ...the faucet stops working again???!!!
I know very little about coding , but I've tried to identify the problems . I think i've located the correct lines of code and it looks to me that something is not right with the retrieval of the NastyHosts.com list. I'm not sure what the header warning is all about though .
I've requested help from the faucetbos guru's , but they seem a little busy at the moment ...can anyone else offer a suggestion on what I might do to rectify this fault?
I'm very much a novice when it comes to coding so you'll need to be pretty specific ...sorry