Bitcoin Forum
May 06, 2024, 05:49:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [New] Integrate Short Links in FaucetBOX, Dice and FaucetSystem Script!  (Read 1356 times)
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
April 27, 2017, 06:35:56 PM
Last edit: September 22, 2017, 07:25:06 AM by alamin99
 #1

For FaucetBOX Script, go here: http://cointalk.club/faucet-scripts-add-ons-plugins/integration-of-short-links-in-faucetbox-script/

For Dice Script, go here: http://cointalk.club/faucet-scripts-add-ons-plugins/integration-of-short-links-in-dice-script/

For FaucetSyatem Script, go here: https://cointalk.club/faucet-scripts-add-ons-plugins/how-to-use-faucetsystem-com's-script-for-faucethub-io-faucets/msg1823/#msg1823 [Thanks to kema00]
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715017747
Hero Member
*
Offline Offline

Posts: 1715017747

View Profile Personal Message (Offline)

Ignore
1715017747
Reply with quote  #2

1715017747
Report to moderator
1715017747
Hero Member
*
Offline Offline

Posts: 1715017747

View Profile Personal Message (Offline)

Ignore
1715017747
Reply with quote  #2

1715017747
Report to moderator
Flash1997
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
April 28, 2017, 06:08:54 AM
 #2

Can you make this for faucetsystem script as well? As there are many owners like me who use that script.
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
April 28, 2017, 08:32:25 AM
 #3

Can you make this for faucetsystem script as well? As there are many owners like me who use that script.
okay, no problem, I will try to make for faucetsystem script... Smiley
xnd
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


@DEVRAWL


View Profile
April 29, 2017, 04:55:50 AM
 #4

+1 for faucetsystem integration Smiley

alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
April 29, 2017, 06:45:59 AM
 #5

+1 for faucetsystem integration Smiley
okay okay okay...!!!
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
April 30, 2017, 05:05:59 PM
 #6

Updated
vaibhavsingh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile WWW
April 30, 2017, 06:00:56 PM
 #7

but isn't faucetbox dead already?
I thought they closed after adsense banning them  Huh

alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
April 30, 2017, 07:51:45 PM
 #8

FaucetBOX is closed but a lot of people are still using their script...
RektCoins
Member
**
Offline Offline

Activity: 110
Merit: 10

There's always an alternative. Rektcoins is back!


View Profile
May 01, 2017, 09:43:24 AM
 #9

i just tried it with a test faucet what i have, it works perfectly, but it supports other coins like LTC and DOGE?

Back again with Express Crypto! http://rektcoins.pw/ | COMING SOON : FAUCETPAY & FAUCETFLY! | http://rektcoins.pw/ | Official Threat https://bitcointalk.org/index.php?topic=2032849 Wink
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
May 01, 2017, 12:59:17 PM
 #10

i just tried it with a test faucet what i have, it works perfectly, but it supports other coins like LTC and DOGE?
yeah, just test... Wink
Flash1997
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
May 03, 2017, 05:23:03 PM
 #11

Anyway to integrate this with faucetsystem script? I have pretty good amount of users claiming on my faucet and i would like to use you service Smiley
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
May 04, 2017, 03:09:28 PM
 #12

Anyway to integrate this with faucetsystem script? I have pretty good amount of users claiming on my faucet and i would like to use you service Smiley
RektCoins
Member
**
Offline Offline

Activity: 110
Merit: 10

There's always an alternative. Rektcoins is back!


View Profile
May 09, 2017, 04:45:55 AM
 #13

i just tried it with a test faucet what i have, it works perfectly, but it supports other coins like LTC and DOGE?
yeah, just test... Wink

I tried and i just got the message "You will recive 650 litoshi extra in your next claim" (i modified the message) but it doesn't pay it :/

Back again with Express Crypto! http://rektcoins.pw/ | COMING SOON : FAUCETPAY & FAUCETFLY! | http://rektcoins.pw/ | Official Threat https://bitcointalk.org/index.php?topic=2032849 Wink
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
May 09, 2017, 05:01:18 AM
 #14

i just tried it with a test faucet what i have, it works perfectly, but it supports other coins like LTC and DOGE?
yeah, just test... Wink

I tried and i just got the message "You will recive 650 litoshi extra in your next claim" (i modified the message) but it doesn't pay it :/
Perhaps your index.php is unable to connect with configuration file. anyway, check this code:
Code:
require_once("links/config.php");

function getUserIP()
{
    $client  = @$_SERVER['HTTP_CLIENT_IP'];
    $forward = @$_SERVER['HTTP_X_FORWARDED_FOR'];
    $remote  = $_SERVER['REMOTE_ADDR'];

    if(filter_var($client, FILTER_VALIDATE_IP))
    {
        $getip = $client;
    }
    elseif(filter_var($forward, FILTER_VALIDATE_IP))
    {
        $getip = $forward;
    }
    else
    {
        $getip = $remote;
    }
    return $getip;
}
$userip = getUserIP();
$lnk_lnk = "links/lnk/$userip.xxx"; //link path
if (file_exists($lnk_lnk)) {
     $check_link = file_get_contents($lnk_lnk); //check status
     if ($check_link == 200) {
         $reward += $extra;
     }
}
Remove this require_once("links/config.php"); and add there $extra = 650; //Extra Litoshi
RektCoins
Member
**
Offline Offline

Activity: 110
Merit: 10

There's always an alternative. Rektcoins is back!


View Profile
May 09, 2017, 06:50:46 AM
 #15

i just tried it with a test faucet what i have, it works perfectly, but it supports other coins like LTC and DOGE?
yeah, just test... Wink

I tried and i just got the message "You will recive 650 litoshi extra in your next claim" (i modified the message) but it doesn't pay it :/
Perhaps your index.php is unable to connect with configuration file. anyway, check this code:
Code:
require_once("links/config.php");

function getUserIP()
{
    $client  = @$_SERVER['HTTP_CLIENT_IP'];
    $forward = @$_SERVER['HTTP_X_FORWARDED_FOR'];
    $remote  = $_SERVER['REMOTE_ADDR'];

    if(filter_var($client, FILTER_VALIDATE_IP))
    {
        $getip = $client;
    }
    elseif(filter_var($forward, FILTER_VALIDATE_IP))
    {
        $getip = $forward;
    }
    else
    {
        $getip = $remote;
    }
    return $getip;
}
$userip = getUserIP();
$lnk_lnk = "links/lnk/$userip.xxx"; //link path
if (file_exists($lnk_lnk)) {
     $check_link = file_get_contents($lnk_lnk); //check status
     if ($check_link == 200) {
         $reward += $extra;
     }
}
Remove this require_once("links/config.php"); and add there $extra = 650; //Extra Litoshi

Oh thanks, i forgot to add the code in my main Index file, thanks a lot!

Back again with Express Crypto! http://rektcoins.pw/ | COMING SOON : FAUCETPAY & FAUCETFLY! | http://rektcoins.pw/ | Official Threat https://bitcointalk.org/index.php?topic=2032849 Wink
Kema
Full Member
***
Offline Offline

Activity: 630
Merit: 100



View Profile WWW
September 22, 2017, 07:28:15 AM
 #16

I just made a post on how to include short links with the faucetsystem script over at Cointalk for those who might be interested.
Cointalk Post

Don't just short links, ezLink them!
alamin99 (OP)
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 500


View Profile
September 22, 2017, 07:32:28 AM
 #17

I just made a post on how to include short links with the faucetsystem script over at Cointalk for those who might be interested.
Cointalk Post

Well done Kema. Thank you. Smiley
dan5189
Member
**
Offline Offline

Activity: 196
Merit: 10

TcAs4B8SaPTQJqmKU8pYisV8RuNdh6cXZT


View Profile
October 20, 2017, 09:17:36 PM
 #18

Can someone link the FaucetBox Link Shortner Option?
Cause Forum Has closed and i don't find a proper way to do it.

Kema
Full Member
***
Offline Offline

Activity: 630
Merit: 100



View Profile WWW
October 21, 2017, 12:34:48 PM
 #19

Can someone link the FaucetBox Link Shortner Option?
Cause Forum Has closed and i don't find a proper way to do it.

I don't know anything about that particular script but if you figure out how to use the Developer API for the short links, the rest will be easy.
The tricky part is figuring out how file_get_contents or curl works. So, start by reading up on that.  Wink

Don't just short links, ezLink them!
sumair7230
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile WWW
January 01, 2018, 11:52:11 PM
 #20

can u please intergrate shortlink on claim button ?

http://Coinsteacher.com a simple blog for simple readers .
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!