Bitcoin Forum
May 02, 2024, 11:13:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I need help with faucet rotator script.  (Read 490 times)
didshc (OP)
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile WWW
July 19, 2017, 02:10:00 AM
 #1

I'm using the script https://github.com/ExploreBTC/BitcoinGrind and I'm having issues with some faucets. They just do not open. I've seen this happen in other rotators and I know it's not exactly a script problem, but in some rotators when this happens they simply load a page saying "this faucet needs to be opened in another window", like a link. Does anyone know how to do this?
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714691624
Hero Member
*
Offline Offline

Posts: 1714691624

View Profile Personal Message (Offline)

Ignore
1714691624
Reply with quote  #2

1714691624
Report to moderator
1714691624
Hero Member
*
Offline Offline

Posts: 1714691624

View Profile Personal Message (Offline)

Ignore
1714691624
Reply with quote  #2

1714691624
Report to moderator
krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
July 19, 2017, 05:16:13 AM
 #2

I'm using the script https://github.com/ExploreBTC/BitcoinGrind and I'm having issues with some faucets. They just do not open. I've seen this happen in other rotators and I know it's not exactly a script problem, but in some rotators when this happens they simply load a page saying "this faucet needs to be opened in another window", like a link. Does anyone know how to do this?

Some faucets can't be opened inside iframes. You have to add sandbox attribute to the iframe.

Code:
<iframe src="url" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>

https://www.w3schools.com/tags/att_iframe_sandbox.asp

Instead of Bitcoin Grind you can use this faucet rotator script, https://github.com/rattfieldnz/bitcoin-faucet-rotator

Demo: http://freebtc.website

There is another rotator script similar to grind, https://bitcointalk.org/index.php?topic=1241349.0
didshc (OP)
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile WWW
July 20, 2017, 06:01:55 AM
 #3

I'm using the script https://github.com/ExploreBTC/BitcoinGrind and I'm having issues with some faucets. They just do not open. I've seen this happen in other rotators and I know it's not exactly a script problem, but in some rotators when this happens they simply load a page saying "this faucet needs to be opened in another window", like a link. Does anyone know how to do this?

Some faucets can't be opened inside iframes. You have to add sandbox attribute to the iframe.

Code:
<iframe src="url" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>

https://www.w3schools.com/tags/att_iframe_sandbox.asp

Instead of Bitcoin Grind you can use this faucet rotator script, https://github.com/rattfieldnz/bitcoin-faucet-rotator

Demo: http://freebtc.website

There is another rotator script similar to grind, https://bitcointalk.org/index.php?topic=1241349.0

Thanks!! I will try this rotators.
Pages: [1]
  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!