Post
Topic
Board Micro Earnings
Re: [Question] Alpha Faucet Script | Integrated with Short links
by
cr3at1v3
on 31/07/2017, 20:00:28 UTC
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.php

look for:
Code:
$msg = "ua=$addy&s=t&a=$amount&o=fh";
header('Location: ../index.php?'.$msg.'');

for adf_dot_ly users replace code with:
Code:
$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_SITE


for btc_dot_ms users replace code with:
Code:
$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_SITE

for madpay_dot_net users replace code with:
Code:
$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_SITE

then save.

Thats all, test if it works. DEMO LINK



sorry guys, please refrain from using this. seems to be having some issues. my apologies.