Bitcoin Forum

Economy => Micro Earnings => Topic started by: FaucetRank.com on February 19, 2016, 04:46:32 PM



Title: Disable Copy paste on your faucet.
Post by: FaucetRank.com on February 19, 2016, 04:46:32 PM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.


Title: Re: Disable Copy paste on your faucet.
Post by: khalized on February 19, 2016, 04:53:03 PM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.

Nice! There are a lot of bot surfing web right now...
But anyway I find this solution on http://stackoverflow.com/questions/1226574/disable-copy-paste-into-html-form-using-javascript

This can be a good approach to avoid the referral copying, but a good programmer could "create" by itself from the domain.
For e.g.User BBB make a request on www.aaa.com Then referral url : www.aaa.com/?ref=BBB
They don't need to copy I think.... Or even they can put manually... but yes the trick work because they have to lost time (and human need to interact with bot)


Title: Re: Disable Copy paste on your faucet.
Post by: FaucetRank.com on February 19, 2016, 05:04:14 PM
Yes  its not 100% bot stopping idea but helps to prevent those copy paste bots .


Title: Re: Disable Copy paste on your faucet.
Post by: jackg on February 19, 2016, 05:08:58 PM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.

What about when people want to add Bitcoin Addresses? They need to copy and paste then, will this disable that?


Title: Re: Disable Copy paste on your faucet.
Post by: FaucetRank.com on February 19, 2016, 05:24:54 PM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.

What about when people want to add Bitcoin Addresses? They need to copy and paste then, will this disable that?

I didn't said disable Copy paste in input form area .
just disable copy function so bot can't copy text of referral URL from your faucet  .


Title: Re: Disable Copy paste on your faucet.
Post by: apoorvlathey on February 19, 2016, 05:27:33 PM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.

What about when people want to add Bitcoin Addresses? They need to copy and paste then, will this disable that?

I didn't said disable Copy paste in input form area .
just disable copy function so bot can't copy text of referral URL from your faucet  .
The code only disables the area here the Java Script script is used. For eg. It can diable the copy-pasting of email address or something like that by using attributes of input element.


Title: Re: Disable Copy paste on your faucet.
Post by: siwakotisaurav on February 19, 2016, 05:50:46 PM
Anyone can easily disable Javascript(if you're not using a pop-up JS script for displaying the ref link) or just inspect element  ::) . You can't get around a botter, it just shows how determined he is just for a few sats


Title: Re: Disable Copy paste on your faucet.
Post by: mavenraven on February 19, 2016, 07:05:58 PM
Normally bots automatically copy paste referral link

I don't know where you got that idea, but that's absolutely incorrect. copy & paste is something only humans do. bots operate in computer memory, they don't care.

and even if that was true, do you really think doing something like

Quote
ref_address = site_address + "?r=" + btc_address

is hard for a programmer, who can actually beat your captcha?

on the other hand, you're making it hard on your visitors.

just my 2 cents.


Title: Re: Disable Copy paste on your faucet.
Post by: creepland on February 20, 2016, 08:12:46 AM
Yea, nice idea, thanks. It will be nice if someone solve problem with bots on all 100%. :/


Title: Re: Disable Copy paste on your faucet.
Post by: FaucetRank.com on February 20, 2016, 09:09:43 AM
Yea, nice idea, thanks. It will be nice if someone solve problem with bots on all 100%. :/
It's not 100% stop bots probably even do not stop bots but its safety as I feel so .

a programmer can make his bot in any way .


Title: Re: Disable Copy paste on your faucet.
Post by: netplus on February 20, 2016, 10:16:43 AM
hahahahaha  ;D
Copy / paste ?
bitcoin address ?
lol




Title: Re: Disable Copy paste on your faucet.
Post by: coins-rotator.tk on February 20, 2016, 10:26:51 AM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.
I'm pretty sure that bots aren't copying them because they already have it when they download faucet webpage (javascript won't help either). Such silly things only annoy normal users.


Title: Re: Disable Copy paste on your faucet.
Post by: FaucetRank.com on February 20, 2016, 11:59:10 AM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.
I'm pretty sure that bots aren't copying them because they already have it when they download faucet webpage (javascript won't help either). Such silly things only annoy normal users.
nothing is annoying for users they can copy - paste their address in input text field but only they can't copy any text from website .


Title: Re: Disable Copy paste on your faucet.
Post by: jackg on February 20, 2016, 09:31:05 PM
Normally bots automatically copy paste referral link to get referral rewards but you can disable copy paste using a java script just Google it you'll get that script in top results.
I'm pretty sure that bots aren't copying them because they already have it when they download faucet webpage (javascript won't help either). Such silly things only annoy normal users.
nothing is annoying for users they can copy - paste their address in input text field but only they can't copy any text from website .

So you are stopping them from copying from the website. Meaning, that they cannot copy their reerral links or any other information. Meaning, that they will probably go elsewhere depending on the length of the referral link of course.


Title: Re: Disable Copy paste on your faucet.
Post by: felicita on February 20, 2016, 11:48:35 PM
thanks for simple idee ;)


Title: Re: Disable Copy paste on your faucet.
Post by: LyQaN on February 20, 2016, 11:58:51 PM
I want to learn how bots work.