Post
Topic
Board Micro Earnings
Re: [Question] Alpha Faucet Script | Integrated with Short links
by
chawlav
on 31/07/2017, 19:04:57 UTC
HI,

I have added the codes as stated, it is taking me to [BTC dot ms] that is working great. But, not showing the status on the page while returning! not in the URL as well.

What I mean that [10 Sat has been sent to FaucetHub.io] is not visible on page.

Please see the page for better understanding: http://aalyafaucet.com/test/

maybe you have not applied the patch. here is the link: http://cointalk.club/downloads/?sa=view;down=14

apply first the patch, look for:
Code:
$lnk_lnk = "lnk/$userip.xxx"; //link path

and replace with:
Code:
$lnk_lnk = "../xxx/lnk/$userip.xxx"; //link path

Thanks for your help, but it is not showing the notification to users that the amount has been sent to FH. I am trying to find out how this can be enabled. May be I am missing something.