Post
Topic
Board Micro Earnings
Re: [Question] Alpha Faucet Script | Integrated with Short links
by
cr3at1v3
on 30/07/2017, 03:46:03 UTC
hello guys.

to those who are having problems with Short Link. as we all know prol.ink no longer exists and it is replaced with btc.ms.

from your folder ../links, kindly open file link.php

look for:
Code:
$api_url = "http://prol.ink/api/?api=$prolink_api&url=$site_url/links/verifier.php?id=$rnd&format=text";

and replace with:
Code:
$api_url = "https://btc.ms/api/?api=$prolink_api&url=$site_url/links/verifier.php?id=$rnd&format=text";

then save.

assuming you already have "Short Links Patch for v1.00 and v1.01"
kindly open file verifier.php, still from your folder ../links

look for:
Code:
$lnk_lnk = "lnk/$userip.xxx"; //link path

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

again save.

that's all, you can try now if it works.