Pages:
Author

Topic: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet - page 10. (Read 119971 times)

legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley
Just use basic css. Here's the code I use for 2 468x90 banners.
Code:


banner1here


banner2here


What code I have to use if I want to place two 160x600 banners in a row?
Code:


banner1here


banner2here



It's just about editing the 'width:' and 'height:' items in each 'style = ' tag.
member
Activity: 98
Merit: 10
Faucet owner
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley
Just use basic css. Here's the code I use for 2 468x90 banners.
Code:


banner1here


banner2here


What code I have to use if I want to place two 160x600 banners in a row?
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
do you can help me? i want block traffics from a address,i think he use from bot, becasue i cant see source at google analytics, and google analytics cant show source,
Just put this in your index.php file:
Code:
$blockedAddresses = array('ADDRESS1', 'ADDRESS2');

if(in_array($_GET['r'], $blockedAddresses)){
die('You cannot claim, sorry.');
}
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley

Size?
do you can help me? i want block traffics from a address,i think he use from bot, becasue i cant see source at google analytics, and google analytics cant show source,

Post the address he is withdrawing Bitcoin to in your ANN thread, not here and PM me that link.
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley
Just use basic css. Here's the code I use for 2 468x90 banners.
Code:


banner1here


banner2here


full member
Activity: 200
Merit: 100
Presale Starting May 1st
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley

Size?
do you can help me? i want block traffics from a address,i think he use from bot, becasue i cant see source at google analytics, and google analytics cant show source,
member
Activity: 154
Merit: 10
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley

I have a lot of problems with ads from different ad systems. Each one has it own behaviour and they do not listen to simple html/css. The one you mentioned is one thing.
I have a problem with an adsense banner jumping out of typical bootstrap grid structure http:/faucet.dsgnrt.net

It would be nice If someone would make a tutorial on the ad placement, but that would be a bit of work Smiley
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley

Size?
member
Activity: 98
Merit: 10
Faucet owner
Wow, you are so helpful! Cheesy
But what I got from https://www.fasturl.com/support/htaccess.html is that I must have url of that rotator, right? I don't know it.. I just know that it's rotator, because it's giving referral commissions to this https://faucetbox.com/en/check/1BDSf6T17iCRFkSwXbWUFWqsr29j24KqGu address
You could block the address using PHP, though if the user changed the address you would have to change the code blocking it.
i have this problem, but i dont know her/his reffer address, i just know her/his bitcoin address, do u  can help more? thank you.

Block all faucet rotators but it may decrease traffic.

Edit: @nano-btc: The rotator is http://ifaucet.net/. Blacklist it. FYI: I found the connection between the address you posted and this rotator by a simple Google search -- https://bitcointalksearch.org/user/alantar-374945. You may want to try it before asking here. Wink
Thank you so much, I blocked it  Smiley
sr. member
Activity: 336
Merit: 250
Sorry for my English if It is Bad✌✌
Anyone here knows how to put two Adbit banners in a Row ?
They always appears in the Center in column. I tried removing the "center" tag from Adbit ad code but still it won't happens.

Any help will be Appreciated Smiley
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
Wow, you are so helpful! Cheesy
But what I got from https://www.fasturl.com/support/htaccess.html is that I must have url of that rotator, right? I don't know it.. I just know that it's rotator, because it's giving referral commissions to this https://faucetbox.com/en/check/1BDSf6T17iCRFkSwXbWUFWqsr29j24KqGu address
You could block the address using PHP, though if the user changed the address you would have to change the code blocking it.
i have this problem, but i dont know her/his reffer address, i just know her/his bitcoin address, do u  can help more? thank you.

Block all faucet rotators but it may decrease traffic.

Edit: @nano-btc: The rotator is http://ifaucet.net/. Blacklist it. FYI: I found the connection between the address you posted and this rotator by a simple Google search -- https://bitcointalksearch.org/user/alantar-374945. You may want to try it before asking here. Wink
full member
Activity: 200
Merit: 100
Presale Starting May 1st
Wow, you are so helpful! Cheesy
But what I got from https://www.fasturl.com/support/htaccess.html is that I must have url of that rotator, right? I don't know it.. I just know that it's rotator, because it's giving referral commissions to this https://faucetbox.com/en/check/1BDSf6T17iCRFkSwXbWUFWqsr29j24KqGu address
You could block the address using PHP, though if the user changed the address you would have to change the code blocking it.
i have this problem, but i dont know her/his reffer address, i just know her/his bitcoin address, do u  can help more? thank you.
legendary
Activity: 2324
Merit: 1267
In Memory of Zepher
Wow, you are so helpful! Cheesy
But what I got from https://www.fasturl.com/support/htaccess.html is that I must have url of that rotator, right? I don't know it.. I just know that it's rotator, because it's giving referral commissions to this https://faucetbox.com/en/check/1BDSf6T17iCRFkSwXbWUFWqsr29j24KqGu address
You could block the address using PHP, though if the user changed the address you would have to change the code blocking it.
member
Activity: 98
Merit: 10
Faucet owner
Important: looks like some custom faucet scripts don't handle P2SH addresses properly. FaucetBOX.com supports Bitcoin and Dogecoin P2SH addresses, so we'll wait about a week or two and make a policy to only list faucets that supports them correctly. Example Bitcoin P2SH address: https://blockchain.info/address/3NukJ6fYZJ5Kk8bPjycAnruZkE5Q7UW7i8
How to address like this?

You can create a multisg address using:

• Armory
• Electrum
https://coinb.in/#newMultiSig
• Bitcoin core.

How can I block traffic from rotators? Or at least Russian traffic? They are emptying my faucet everytime I deposit something, but ad revenue is 0  Shocked

http://serverfault.com/questions/22462/relatively-easy-way-to-block-all-traffic-from-a-specific-country
I want more to block traffic form rotators, but this can maybe help too, thanks Smiley

https://www.fasturl.com/support/htaccess.html
Wow, you are so helpful! Cheesy
But what I got from https://www.fasturl.com/support/htaccess.html is that I must have url of that rotator, right? I don't know it.. I just know that it's rotator, because it's giving referral commissions to this https://faucetbox.com/en/check/1BDSf6T17iCRFkSwXbWUFWqsr29j24KqGu address
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
Important: looks like some custom faucet scripts don't handle P2SH addresses properly. FaucetBOX.com supports Bitcoin and Dogecoin P2SH addresses, so we'll wait about a week or two and make a policy to only list faucets that supports them correctly. Example Bitcoin P2SH address: https://blockchain.info/address/3NukJ6fYZJ5Kk8bPjycAnruZkE5Q7UW7i8
How to address like this?

You can create a multisg address using:

• Armory
• Electrum
https://coinb.in/#newMultiSig
• Bitcoin core.

How can I block traffic from rotators? Or at least Russian traffic? They are emptying my faucet everytime I deposit something, but ad revenue is 0  Shocked

http://serverfault.com/questions/22462/relatively-easy-way-to-block-all-traffic-from-a-specific-country
I want more to block traffic form rotators, but this can maybe help too, thanks Smiley

https://www.fasturl.com/support/htaccess.html
full member
Activity: 196
Merit: 100
How can I block traffic from rotators? Or at least Russian traffic? They are emptying my faucet everytime I deposit something, but ad revenue is 0  Shocked

Try this - very easy and free: http://www.blockacountry.com/

Edit:
I run this faucet with this blocade: www. bitcoinrush .tk (without space)

Down of the page is visitor counter with info about countries - you can see there is no entry from Russia and Ukraine.
member
Activity: 98
Merit: 10
Faucet owner
Important: looks like some custom faucet scripts don't handle P2SH addresses properly. FaucetBOX.com supports Bitcoin and Dogecoin P2SH addresses, so we'll wait about a week or two and make a policy to only list faucets that supports them correctly. Example Bitcoin P2SH address: https://blockchain.info/address/3NukJ6fYZJ5Kk8bPjycAnruZkE5Q7UW7i8
How to get an address like this?

How can I block traffic from rotators? Or at least Russian traffic? They are emptying my faucet everytime I deposit something, but ad revenue is 0  Shocked

http://serverfault.com/questions/22462/relatively-easy-way-to-block-all-traffic-from-a-specific-country
I want more to block traffic form rotators, but this can maybe help too, thanks Smiley
legendary
Activity: 971
Merit: 1000
Important: looks like some custom faucet scripts don't handle P2SH addresses properly. FaucetBOX.com supports Bitcoin and Dogecoin P2SH addresses, so we'll wait about a week or two and make a policy to only list faucets that supports them correctly. Example Bitcoin P2SH address: https://blockchain.info/address/3NukJ6fYZJ5Kk8bPjycAnruZkE5Q7UW7i8
legendary
Activity: 971
Merit: 1000
I have a question, I was recently removed from the faucetbox rotator because my faucet is "broken." However, I have double checked, and all the satoshi claims, timer, etc., are still working. The only thing that seemed to be weird is it didn't show the faucet balance for a few minutes, but when I refreshed the page the balance showed up again. Any reason why this might have happened? My faucet is working fine, it is 100% functional.

I also resubmitted my faucet to be added to the rotator, hope it gets approved soon.

It probably wasn't functional for some time, for example your hosting could be down for a few minutes or something.
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
How can I block traffic from rotators? Or at least Russian traffic? They are emptying my faucet everytime I deposit something, but ad revenue is 0  Shocked

http://serverfault.com/questions/22462/relatively-easy-way-to-block-all-traffic-from-a-specific-country
Pages:
Jump to: