Bitcoin Forum
May 12, 2024, 10:52:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Faucet Owner-Do you want to put shortlink on claim button ?  (Read 2303 times)
tungaqhd (OP)
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 508


View Profile
April 04, 2017, 08:16:40 AM
 #21

hi everyone

you can put ANY url shortener srevice to your claim button.
i will explain you how.. (avoid adyou.me service - it's scam!)
the best option is to put url shortener, that pays multiple times / show / day  , because it pays for every claim

but there is a workaround to use more url shortener services to one single claim button - but you need some DB skills

ok let's show how to do it with single url shortener..

put a button tag inside <form>  </form> tags where form action address will contain url shortener generated link...
this shortener link will point to (for example) claimcheck.php on your faucet.

your claimcheck.php can look like this:

Code:
<?php
$rlink 
=$_SERVER['HTTP_REFERER'];  //you will assign to $rlink variable the page fro where you are redirected to claimcheck.php
if (($rlink=='http://yourutlshortener/blah'//note that some url shorteners have a little different return address - test it first, before running for public
{
//put here your payout code to microwallet or add credits to your balance

header('Location: ./index.php?msg=you claimed xy satoshis'); //?msg = optional - you can parse on main page how much satoshis claimed (if you are giving random amount of satoshis)
//put to index.php $msg = $_GET['msg]   then echo $msg as php code somewhere to your index.php
}
//if the claimcheck.php was NOT redirected from your URL shortener service, simply go back to index.php, maybe with some error code
header('Location: ./index.php?msg=your claim was not successful')
?>

i did try it on my faucet ( +cookie to cotrol) and some people start to use boot traffic tool with http referer fake and rape my site
1715511174
Hero Member
*
Offline Offline

Posts: 1715511174

View Profile Personal Message (Offline)

Ignore
1715511174
Reply with quote  #2

1715511174
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715511174
Hero Member
*
Offline Offline

Posts: 1715511174

View Profile Personal Message (Offline)

Ignore
1715511174
Reply with quote  #2

1715511174
Report to moderator
1715511174
Hero Member
*
Offline Offline

Posts: 1715511174

View Profile Personal Message (Offline)

Ignore
1715511174
Reply with quote  #2

1715511174
Report to moderator
tomos81
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
April 04, 2017, 08:18:35 AM
 #22

hi everyone

you can put ANY url shortener srevice to your claim button.
i will explain you how.. (avoid adyou.me service - it's scam!)
the best option is to put url shortener, that pays multiple times / show / day  , because it pays for every claim

but there is a workaround to use more url shortener services to one single claim button - but you need some DB skills

ok let's show how to do it with single url shortener..

put a button tag inside <form>  </form> tags where form action address will contain url shortener generated link...
this shortener link will point to (for example) claimcheck.php on your faucet.

your claimcheck.php can look like this:

Code:
<?php
$rlink 
=$_SERVER['HTTP_REFERER'];  //you will assign to $rlink variable the page fro where you are redirected to claimcheck.php
if (($rlink=='http://yourutlshortener/blah'//note that some url shorteners have a little different return address - test it first, before running for public
{
//put here your payout code to microwallet or add credits to your balance

header('Location: ./index.php?msg=you claimed xy satoshis'); //?msg = optional - you can parse on main page how much satoshis claimed (if you are giving random amount of satoshis)
//put to index.php $msg = $_GET['msg]   then echo $msg as php code somewhere to your index.php
}
//if the claimcheck.php was NOT redirected from your URL shortener service, simply go back to index.php, maybe with some error code
header('Location: ./index.php?msg=your claim was not successful')
?>

i did try it on my faucet ( +cookie to cotrol) and some people start to use boot traffic tool with http referer fake and rape my site

of course you can add more if conditions (for example timer etc)
btw you dont need to put captcha this way to your faucet, if the shortener has its own captcha = easier for you
tungaqhd (OP)
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 508


View Profile
April 04, 2017, 08:21:10 AM
 #23

hi everyone

you can put ANY url shortener srevice to your claim button.
i will explain you how.. (avoid adyou.me service - it's scam!)
the best option is to put url shortener, that pays multiple times / show / day  , because it pays for every claim

but there is a workaround to use more url shortener services to one single claim button - but you need some DB skills

ok let's show how to do it with single url shortener..

put a button tag inside <form>  </form> tags where form action address will contain url shortener generated link...
this shortener link will point to (for example) claimcheck.php on your faucet.

your claimcheck.php can look like this:

Code:
<?php
$rlink 
=$_SERVER['HTTP_REFERER'];  //you will assign to $rlink variable the page fro where you are redirected to claimcheck.php
if (($rlink=='http://yourutlshortener/blah'//note that some url shorteners have a little different return address - test it first, before running for public
{
//put here your payout code to microwallet or add credits to your balance

header('Location: ./index.php?msg=you claimed xy satoshis'); //?msg = optional - you can parse on main page how much satoshis claimed (if you are giving random amount of satoshis)
//put to index.php $msg = $_GET['msg]   then echo $msg as php code somewhere to your index.php
}
//if the claimcheck.php was NOT redirected from your URL shortener service, simply go back to index.php, maybe with some error code
header('Location: ./index.php?msg=your claim was not successful')
?>

i did try it on my faucet ( +cookie to cotrol) and some people start to use boot traffic tool with http referer fake and rape my site

of course you can add more if conditions (for example timer etc)
btw you dont need to put captcha this way to your faucet, if the shortener has its own captcha = easier for you
i think my service is good for guys who don't know coding lol hehe  Grin
wnj4
Sr. Member
****
Offline Offline

Activity: 660
Merit: 350


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
April 06, 2017, 09:44:38 PM
 #24

Seems it is interesting method but the problem is redirect the user to other site,so how can users get rewards? 

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
dibon
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile WWW
April 09, 2017, 04:06:46 PM
 #25

It doesnt work for adf.ly, because they dont send HTTP_REFERER header.

http://hotcoins.cf - Free Bitcoins every 10 minutes, Jackpots, Bonuses.
dosio
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 25, 2017, 06:58:52 PM
 #26

hi everyone

you can put ANY url shortener srevice to your claim button.
i will explain you how.. (avoid adyou.me service - it's scam!)
the best option is to put url shortener, that pays multiple times / show / day  , because it pays for every claim

but there is a workaround to use more url shortener services to one single claim button - but you need some DB skills

ok let's show how to do it with single url shortener..

put a button tag inside <form>  </form> tags where form action address will contain url shortener generated link...
this shortener link will point to (for example) claimcheck.php on your faucet.

your claimcheck.php can look like this:

Code:
<?php
$rlink 
=$_SERVER['HTTP_REFERER'];  //you will assign to $rlink variable the page fro where you are redirected to claimcheck.php
if (($rlink=='http://yourutlshortener/blah'//note that some url shorteners have a little different return address - test it first, before running for public
{
//put here your payout code to microwallet or add credits to your balance

header('Location: ./index.php?msg=you claimed xy satoshis'); //?msg = optional - you can parse on main page how much satoshis claimed (if you are giving random amount of satoshis)
//put to index.php $msg = $_GET['msg]   then echo $msg as php code somewhere to your index.php
}
//if the claimcheck.php was NOT redirected from your URL shortener service, simply go back to index.php, maybe with some error code
header('Location: ./index.php?msg=your claim was not successful')
?>


great idea...
but it doesn't work for me:
- i put my shortlink in an action tag, that was actually missing at all in the form;
- the final link was messed up, basically added to host url;
- i don't have enough skill to fix it... ;-)
jubanong
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile WWW
September 17, 2017, 12:46:24 AM
 #27

need help how to add this in wordpress bitcoin faucet by 99bitcoin.
just a newbie here so a step by step process would be greatly appreciated.
thanks in advance.
iSoPlay
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile WWW
October 04, 2017, 06:15:19 PM
 #28

where can I fix the code and instructions for the shorlink
is for plugin wordress
https://wordpress.org/plugins/bitcoin-faucet/
xavierh18
Full Member
***
Offline Offline

Activity: 252
Merit: 100

Kiixer


View Profile WWW
October 05, 2017, 01:05:30 AM
 #29

Thanks for the information, very good friend.  Grin Grin

Free Bitcoin per Captcha https://kiixa.com/
acaua
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
November 13, 2017, 01:28:16 PM
 #30

i want to put it on my faucet, how can i put it ?
tungaqhd (OP)
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 508


View Profile
November 13, 2017, 02:03:47 PM
 #31

i want to put it on my faucet, how can i put it ?
I don't have time to write a toturial for this now, but you can check my script http://coinbox.club/threads/free-coinbox-faucet-script.5/
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!