Pages:
Author

Topic: FaucetBOX.com Discussion - page 82. (Read 237001 times)

legendary
Activity: 1274
Merit: 1000
January 03, 2016, 08:33:33 AM
I got it working with this guide.


Greetings, in /libs/faucetbox.php where it says ads you can insert ads, only supports html not php

Code:
public function send($to, $amount, $referral = "false") {
        $r = $this->__exec("send", array("to" => $to, "amount" => $amount, "referral" => $referral));
        if (is_array($r) && array_key_exists("status", $r) && $r["status"] == 200) {
            return array(
                'success' => true,
                'message' => 'Payment sent to you using FaucetBOX.com',
                'html' => '
--------->ADS
' . htmlspecialchars($amount) . ' satoshi was sent to you on FaucetBOX.com.

--------->ADS
',
                'html_coin' => '
' . htmlspecialchars(rtrim(rtrim(sprintf("%.8f", $amount/100000000), '0'), '.')) . ' '.$this->currency.' was sent to you on FaucetBOX.com.
',
                'balance' => $r["balance"],
                'balance_bitcoin' => $r["balance_bitcoin"],
                'response' => json_encode($r)
            );
        }
member
Activity: 120
Merit: 10
January 03, 2016, 07:47:29 AM
How can I edit this page? (add ads to it)

snip
Find this line of code in your template file:

And edit under that.

I tried to add my ad code there but after that I couldn't access to my faucet at all, error 500.


Do the following in Code

Code:
break; case "paid":
                        echo 
$data["paid"] . "
Insert Your Code here
"
;

Server 500 error is due to your double quotes problem I think

 if you have double quotes in your HTML you must use single quote like

Code:
break; case "paid":
                        echo 
$data["paid"] . '
Insert Your Code here
'
;

if not you have to escape double qoutes like with
Code:
  type=\"text\" 

I hope this may help you on payout page Under Alert Success




legendary
Activity: 1274
Merit: 1000
January 02, 2016, 03:23:33 PM
How can I edit this page? (add ads to it)

snip
Find this line of code in your template file:

And edit under that.

I tried to add my ad code there but after that I couldn't access to my faucet at all, error 500.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
January 02, 2016, 02:55:41 PM
How can I edit this page? (add ads to it)

snip
Find this line of code in your template file:

And edit under that.
legendary
Activity: 1059
Merit: 1020
January 02, 2016, 02:48:44 PM
How can I edit this page? (add ads to it)


I'm not sure but you can change it in the template code.
It's in the directory /templates/.
legendary
Activity: 1274
Merit: 1000
January 02, 2016, 01:07:34 PM
How can I edit this page? (add ads to it)

hero member
Activity: 868
Merit: 500
January 02, 2016, 06:24:33 AM

Hello normally  <1 or 2 % maybe bots  if your wallet going empty again and again too fast and your visitors are less then maybe bot or proxy


I am talking about honest users vs users who use proxies/vpns.

I have a small faucet. Today I have 6 normal claims, 150 proxies/vpns. That's less than 5% of actual users. When I check their wallet addresses I see so many faucets being "abused". Sad


Try to claim on my faucet using proxy I blocked proxy claiming Sato shi but they can access my site .

now proxy will not get reward but if they visit site then overall Alexa rank will be good and free impressions for ads.

so blocking proxy from accessing whole website is not good idea better block them claiming free satoshi.
hero member
Activity: 1218
Merit: 534
January 02, 2016, 05:50:51 AM

Hello normally  <1 or 2 % maybe bots  if your wallet going empty again and again too fast and your visitors are less then maybe bot or proxy


I am talking about honest users vs users who use proxies/vpns.

I have a small faucet. Today I have 6 normal claims, 150 proxies/vpns. That's less than 5% of actual users. When I check their wallet addresses I see so many faucets being "abused". Sad
hero member
Activity: 868
Merit: 500
January 02, 2016, 05:28:43 AM
Guys, I'm stuck with a real dilemma.

I started my own faucet to earn some money. My goal is to own/earn 1 BTC. A few days ago I wondered: How many of my users are honest actual users, how many of them are scammers?

Can you, as a faucet owner, answer that question? Do you have the slightest idea?


The FaucetBOX script is a good and decent script, but it is lacking some features:
- Transparency (actual claims, blocked claims, ...)
- Extra security measurements


This is where my dilemma comes in. A part of me wants to share my countermeasures and my addon scripts/modifications. For a little price that is; I still aim for my 1 BTC.

On the other hand: If I do so, I risk exposing my own security measurements on my site, rendering all my efforts useless in the long run.


Any thoughts? Keep it clean and decent please, I am aiming for a positive conversation here. Thanks.

Hello normally  <1 or 2 % maybe bots  if your wallet going empty again and again too fast and your visitors are less then maybe bot or proxy
hero member
Activity: 1218
Merit: 534
January 02, 2016, 04:00:45 AM
Guys, I'm stuck with a real dilemma.

I started my own faucet to earn some money. My goal is to own/earn 1 BTC. A few days ago I wondered: How many of my users are honest actual users, how many of them are scammers?

Can you, as a faucet owner, answer that question? Do you have the slightest idea?


The FaucetBOX script is a good and decent script, but it is lacking some features:
- Transparency (actual claims, blocked claims, ...)
- Extra security measurements


This is where my dilemma comes in. A part of me wants to share my countermeasures and my addon scripts/modifications. For a little price that is; I still aim for my 1 BTC.

On the other hand: If I do so, I risk exposing my own security measurements on my site, rendering all my efforts useless in the long run.


Any thoughts? Keep it clean and decent please, I am aiming for a positive conversation here. Thanks.
member
Activity: 84
Merit: 10
January 02, 2016, 03:30:45 AM
Old style was better than current style.we was seeing which faucet pays the highest amount
member
Activity: 95
Merit: 10
January 01, 2016, 03:24:41 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199

NastyHosts doesn't block this address: http://v1.nastyhosts.com/92.112.233.199 (suggestion: allow).
Do you have anything in "List of hostnames to ban" in your admin panel? Disabling NastyHosts also disables checking hostnames, so maybe you've blocked yourself through that.
Yes I have the list posted by BitcoinFX earlier in this discussion here https://bitcointalksearch.org/topic/m.13125867
But actually the problem resolved for now. I can login admin panel and Nastyhosts is enabled. Hope everything will be ok

Remove ukrtel.net from that list.
If I got it right your hostname is pool.ukrtel.net and partial match is enough to block you so removing that should fix it.
There is no ukrtel in this list and you're right its my hostname. Anyway thanks )

Yes there is:


Hmm, you're right. I see I'm very attentive today  Wink Thanks again
legendary
Activity: 1274
Merit: 1000
January 01, 2016, 02:55:06 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199

NastyHosts doesn't block this address: http://v1.nastyhosts.com/92.112.233.199 (suggestion: allow).
Do you have anything in "List of hostnames to ban" in your admin panel? Disabling NastyHosts also disables checking hostnames, so maybe you've blocked yourself through that.
Yes I have the list posted by BitcoinFX earlier in this discussion here https://bitcointalksearch.org/topic/m.13125867
But actually the problem resolved for now. I can login admin panel and Nastyhosts is enabled. Hope everything will be ok

Remove ukrtel.net from that list.
If I got it right your hostname is pool.ukrtel.net and partial match is enough to block you so removing that should fix it.
There is no ukrtel in this list and you're right its my hostname. Anyway thanks )

Yes there is:

member
Activity: 95
Merit: 10
January 01, 2016, 02:27:46 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199

NastyHosts doesn't block this address: http://v1.nastyhosts.com/92.112.233.199 (suggestion: allow).
Do you have anything in "List of hostnames to ban" in your admin panel? Disabling NastyHosts also disables checking hostnames, so maybe you've blocked yourself through that.
Yes I have the list posted by BitcoinFX earlier in this discussion here https://bitcointalksearch.org/topic/m.13125867
But actually the problem resolved for now. I can login admin panel and Nastyhosts is enabled. Hope everything will be ok

Remove ukrtel.net from that list.
If I got it right your hostname is pool.ukrtel.net and partial match is enough to block you so removing that should fix it.
There is no ukrtel in this list and you're right its my hostname. Anyway thanks )
legendary
Activity: 1274
Merit: 1000
January 01, 2016, 02:11:48 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199

NastyHosts doesn't block this address: http://v1.nastyhosts.com/92.112.233.199 (suggestion: allow).
Do you have anything in "List of hostnames to ban" in your admin panel? Disabling NastyHosts also disables checking hostnames, so maybe you've blocked yourself through that.
Yes I have the list posted by BitcoinFX earlier in this discussion here https://bitcointalksearch.org/topic/m.13125867
But actually the problem resolved for now. I can login admin panel and Nastyhosts is enabled. Hope everything will be ok

Remove ukrtel.net from that list.
If I got it right your hostname is pool.ukrtel.net and partial match is enough to block you so removing that should fix it.
member
Activity: 95
Merit: 10
January 01, 2016, 02:09:23 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199

NastyHosts doesn't block this address: http://v1.nastyhosts.com/92.112.233.199 (suggestion: allow).
Do you have anything in "List of hostnames to ban" in your admin panel? Disabling NastyHosts also disables checking hostnames, so maybe you've blocked yourself through that.
Yes I have the list posted by BitcoinFX earlier in this discussion here https://bitcointalksearch.org/topic/m.13125867
But actually the problem resolved for now. I can login admin panel and Nastyhosts is enabled. Hope everything will be ok
legendary
Activity: 971
Merit: 1000
January 01, 2016, 01:34:39 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199

NastyHosts doesn't block this address: http://v1.nastyhosts.com/92.112.233.199 (suggestion: allow).
Do you have anything in "List of hostnames to ban" in your admin panel? Disabling NastyHosts also disables checking hostnames, so maybe you've blocked yourself through that.
member
Activity: 95
Merit: 10
January 01, 2016, 01:29:11 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
92.112.233.199
But for now I don't have that problem though NastyHosts enabled
legendary
Activity: 971
Merit: 1000
January 01, 2016, 01:13:43 PM
Who knows the problem? Can't login to admin panel. The error is: Notice: Banned: SOME_IP_HERE
Is the IP yours? You may have been put on the NastyHosts blacklist
Yes, its mine. I think so too. I managed to solve this problem by disabling Nastyhosts through database. But its not a solution. Why my IP is in blacklist?  Cry

What IP do you see there exactly? I will check why it's banned. Unfortunately false-positives may happen, that's why Nastyhosts is disabled by default.
hero member
Activity: 868
Merit: 500
January 01, 2016, 11:53:11 AM
Anybody here used xapo api use once because email based payout reduces bot attack . obviously bot can't create many xapo accounts because they have their own security.

A xapo user can use his funds only if he have fully verified account.

Xapo doesn't only require email.
It also require your social security number and bunch of other info.

What ? I nothing gave them like that info and I'm doing pretty much better with xapo . Xapo is reputed company .
Pages:
Jump to:
© 2020, Bitcointalksearch.org