Pages:
Author

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

hero member
Activity: 1092
Merit: 501
Anyone able to login to Bitmedia ?? I can't Undecided

I have no problem accessing it here

oops can't either and ads not showing up on my faucets either
legendary
Activity: 971
Merit: 1000
What script do you use to get payments for Dogecoin?

What do you mean?
legendary
Activity: 1059
Merit: 1020
What script do you use to get payments for Dogecoin?
hero member
Activity: 524
Merit: 502
Anyone else's website just break and show "This webpage is not available" when adding google adsense into the template boxes? I cant even log into cpanel. It will stay like this for a few hours. I think I get IP banned for a while or something.

You can see my adsense is working with it currently: http://makingmoneyhoney.com/index.php
I have adsense else where but when adding code to the template boxes it just does this.
hero member
Activity: 504
Merit: 500
Anyone else's website just break and show "This webpage is not available" when adding google adsense into the template boxes? I cant even log into cpanel. It will stay like this for a few hours. I think I get IP banned for a while or something.

You can see my adsense is working with it currently: http://makingmoneyhoney.com/index.php
hero member
Activity: 524
Merit: 502
Anyone else's website just break and show "This webpage is not available" when adding google adsense into the template boxes? I cant even log into cpanel. It will stay like this for a few hours. I think I get IP banned for a while or something.
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
@Kazuldur: would you approve http://bitfountain.net (I've changed description and timer)?

It will be updated in 24 hours. They are fast. Be patient. Mine got approved faster than I though.
newbie
Activity: 11
Merit: 0
@Kazuldur: would you approve http://bitfountain.net (I've changed description and timer)?
 
hero member
Activity: 504
Merit: 500
My faucet is here: http://makingmoneyhoney.com/index.php

It keeps getting de-listed from the list, with the error saying it's broken.

I tried it out and it worked, so I submitted it, got it re-listed, and it was listed as broken again today. I haven't been changing anything with it, so what would cause it to keep getting de-listed?

Either unstable hosting or too small hosting plan probably. Use something like pingdom.com (with keyword check) to monitor your sites.

Well, I signed up with Pingdom to watch it, and re-applied to be on the list yesterday. So far Pingdom says it's been up the whole time.
sr. member
Activity: 336
Merit: 250
Sorry for my English if It is Bad✌✌

Hmm, ok, next try - please find:
Code:
break; case "paid":
   echo 
$data["paid"];
in your template index.php file, and after that "echo" please add:
Code:
?>

Example text example url


so that part of code after change would be:
Code:
break; case "paid":
   echo 
$data["paid"];
?>


Example text example url


break; case "eligible":


Can't find :
Code:
break; case "paid":
   echo 
$data["paid"];
legendary
Activity: 971
Merit: 1000
My faucet is here: http://makingmoneyhoney.com/index.php

It keeps getting de-listed from the list, with the error saying it's broken.

I tried it out and it worked, so I submitted it, got it re-listed, and it was listed as broken again today. I haven't been changing anything with it, so what would cause it to keep getting de-listed?

Either unstable hosting or too small hosting plan probably. Use something like pingdom.com (with keyword check) to monitor your sites.
hero member
Activity: 504
Merit: 500
My faucet is here: http://makingmoneyhoney.com/index.php

It keeps getting de-listed from the list, with the error saying it's broken.

I tried it out and it worked, so I submitted it, got it re-listed, and it was listed as broken again today. I haven't been changing anything with it, so what would cause it to keep getting de-listed?
newbie
Activity: 11
Merit: 0
legendary
Activity: 971
Merit: 1000
I got this reply when sending an application to faucet box, " your faucet seem to be broken please check your hosting and configuration file" the fauset seem to be working, I am new to this, can anyone help me?
this is the faucet I created http://dogenetai.netai.net/

I am using ooowebhost the free hosting service, free? yes as I said before "just started" wanna see how things go, thanks for the help.

Try submitting again. Maybe when the Admin was reviewing your site he found something broken and rejected your application
Downtimes and errors always happens with a free Hosting Wink

Random short downtimes are usually the reason working faucets get rejected as broken.
sr. member
Activity: 336
Merit: 250
Sorry for my English if It is Bad✌✌
I got this reply when sending an application to faucet box, " your faucet seem to be broken please check your hosting and configuration file" the fauset seem to be working, I am new to this, can anyone help me?
this is the faucet I created http://dogenetai.netai.net/

I am using ooowebhost the free hosting service, free? yes as I said before "just started" wanna see how things go, thanks for the help.

Try submitting again. Maybe when the Admin was reviewing your site he found something broken and rejected your application
Downtimes and errors always happens with a free Hosting Wink
newbie
Activity: 7
Merit: 0
I got this reply when sending an application to faucet box, " your faucet seem to be broken please check your hosting and configuration file" the fauset seem to be working, I am new to this, can anyone help me?
this is the faucet I created http://dogenetai.netai.net/

I am using ooowebhost the free hosting service, free? yes as I said before "just started" wanna see how things go, thanks for the help.
legendary
Activity: 2352
Merit: 1267
In Memory of Zepher
Code:
if($refbalance > 0) {
     $data['paid'] = '
The syntax seems a bit off in that code, are you sure it works?

Also, for future reference, $data['paid'] .= 'something'; is the same as $data['paid'] = $data['paid'] . 'something';
newbie
Activity: 11
Merit: 0
Anyone here knows how to add extra texts and links like this
It wil be much appreciated because i asked a person, he knows and told me to tip him before he tells. So, please don't ask for money

http://i59.tinypic.com/2ik7ihj.jpg

Maybe Kazuldur should answer it in Better way
Go to line 1205 in index.php.
Quote
$data['paid'] = '
'.htmlspecialchars($reward).' '.$unit.' + '.htmlspecialchars($refbalance).' '.$unit.' for referrals was sent to https://faucetbox.com/check/'.rawurlencode(trim($_POST["address"])).'">your FaucetBOX.com address.
PUT WHATEVER YOU WANT HERE
';

That is not Working

Can anyone Solve this and can say how to create extra texts there

Hi,
try this:
Code:
Pages:
Jump to:
© 2020, Bitcointalksearch.org