hello guys, is me again.
now we will integrate some short url in alpha faucet when claiming for rewards.
note: backup everything first. something might go wrong during the process.Step 1. from your folder
../libs, kindly open file
send_fh.phplook for:
$msg = "ua=$addy&s=t&a=$amount&o=fh";
header('Location: ../index.php?'.$msg.'');
for adf_dot_ly users replace code with:
$msg = "ua=$addy&s=t&a=$amount&o=fh";
header('Location: http://adf_dot_ly/YOUR_ID/YOUR_SITE?'.$msg.'');
replace
_dot_ with period and just input
YOUR_ID and
YOUR_SITEfor btc_dot_ms users replace code with:
$msg = "ua=$addy&s=t&a=$amount&o=fh";
header('Location: http://btc_dot_ms/st/?api=YOUR_API_CODE&url=YOUR_SITE?'.$msg.'');
replace
_dot_ with period and just input
YOUR_API_CODE and
YOUR_SITEfor madpay_dot_net users replace code with:
$msg = "ua=$addy&s=t&a=$amount&o=fh";
header('Location: https://madpay_dot_net/st/?api=YOUR_API_CODE&url=YOUR_SITE?'.$msg.'');
replace
_dot_ with period and just input
YOUR_API_CODE and
YOUR_SITEthen
save.
Thats all, test if it works.
DEMO LINKsorry guys, please refrain from using this. seems to be having some issues. my apologies.