Bitcoin Forum
June 22, 2024, 09:06:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 156 »
  Print  
Author Topic: FaucetBOX.com Discussion  (Read 236942 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
ragi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
July 23, 2015, 06:11:23 PM
 #241

Thanks to being able to lower down network fees that we have to pay we were able to lower fees on FaucetBOX.com deposits Smiley. New fees are listed here:
https://faucetbox.com/faq#fee

DOGE and XPM users gained the most Smiley. DASH was also lowered significantly.
I don't know how much people sit behind this project, but all I can say is You all are A-W-E-S-O-M-E!

Keep up the good work! I mean it!

no.
Dobrii
Sr. Member
****
Offline Offline

Activity: 864
Merit: 260


View Profile WWW
July 27, 2015, 01:38:54 PM
 #242

What's wrong with my faucet?

ragi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
July 27, 2015, 02:33:17 PM
 #243

Seems like the encoding of the page is messed up. Is that russian?

no.
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
July 27, 2015, 03:25:57 PM
 #244

That is a problem with the way that MySQL stores and displays Unicode characters I believe. From the looks of it, you're trying to use a language that is not supported by your table.
Here are a few ways you can try to solve it - http://stackoverflow.com/questions/4316290/mysql-russian-characters-display-incorectly
bitcoinerN
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 27, 2015, 05:04:07 PM
 #245

Is there anyway we can make a "Login" button first then they can "Claim". (I used faucetbox script). Thank for advice. I appreciate.
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
July 27, 2015, 05:15:03 PM
 #246

Is there anyway we can make a "Login" button first then they can "Claim". (I used faucetbox script). Thank for advice. I appreciate.
The only way to do that would be to either custom code it into the FaucetBox script, or to use the MiniFaucet script by Elbandi.
bitcoinerN
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 27, 2015, 05:20:31 PM
 #247

Is there anyway we can make a "Login" button first then they can "Claim". (I used faucetbox script). Thank for advice. I appreciate.
The only way to do that would be to either custom code it into the FaucetBox script, or to use the MiniFaucet script by Elbandi.

Oh thank you so much. I will try to figure out how to do that. Thank again
Dobrii
Sr. Member
****
Offline Offline

Activity: 864
Merit: 260


View Profile WWW
July 27, 2015, 05:52:01 PM
 #248

Seems like the encoding of the page is messed up. Is that russian?

Yes it's a Russian. How to change it? And where to go? In what file and at what line? Thank you all in advance for your help.
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
July 27, 2015, 07:39:25 PM
 #249

Yes it's a Russian. How to change it? And where to go? In what file and at what line? Thank you all in advance for your help.
Going off of the link that I posted previously, at index.php, line 65 add this:
Code:
$sql->set_charset('utf8');
Then, at line 155 add this code:
Code:
<meta charset="UTF-8">
Then try resetting the values to what you would like them to be.
Dobrii
Sr. Member
****
Offline Offline

Activity: 864
Merit: 260


View Profile WWW
July 27, 2015, 09:40:28 PM
 #250

Yes it's a Russian. How to change it? And where to go? In what file and at what line? Thank you all in advance for your help.
Going off of the link that I posted previously, at index.php, line 65 add this:
Code:
$sql->set_charset('utf8');
Then, at line 155 add this code:
Code:
<meta charset="UTF-8">
Then try resetting the values to what you would like them to be.


Did not help, maybe there are other ways?
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
July 27, 2015, 10:08:23 PM
 #251

Did not help, maybe there are other ways?
It could be something to do with the language set in your MySQL database. I'll wait for Kazuldur before suggesting anything else though, he probably has a better idea than I do.
The Bad Guy
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
July 27, 2015, 10:32:10 PM
 #252

Hey, does anyone have an idea how to center the button on http://flycoin.org ?
CSS is not working and <center> as well, I don't know about any other methods Sad

sylpalma
Full Member
***
Offline Offline

Activity: 125
Merit: 100



View Profile
July 27, 2015, 10:44:02 PM
 #253

Hey, does anyone have an idea how to center the button on http://flycoin.org ?
CSS is not working and <center> as well, I don't know about any other methods Sad

Scammer Pay what you stole to users

https://bitcointalk.org/index.php?topic=1136500.0

▛ [ CENTRA ] Multi-Blockchain Worldwide Debit Card & Insured Wallet
▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚▬▬▬▚▬▬▬▚▬▬▬▚▬▬▬▚
▙     FacebookSlackTwitterGithubMediumANN Thread     ▟
Dobrii
Sr. Member
****
Offline Offline

Activity: 864
Merit: 260


View Profile WWW
July 28, 2015, 07:45:14 AM
 #254

Did not help, maybe there are other ways?
It could be something to do with the language set in your MySQL database. I'll wait for Kazuldur before suggesting anything else though, he probably has a better idea than I do.

Thanks, I will wait for new ideas. I wrote to support, got no response, but I hope they will answer.
SFR10
Legendary
*
Offline Offline

Activity: 3038
Merit: 3464


Crypto Swap Exchange


View Profile WWW
July 29, 2015, 08:39:34 AM
 #255

Hello  guys , just wanted to ask is it true if I use my claim address on a rotator or on a ref link I have on a faucet list , I will not get rewarded and I need to use another address which is different from claiming address so I could get rewarded for my referrals , can someone confirm this?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
tyrexs
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
July 29, 2015, 09:31:47 PM
 #256

Hello  guys , just wanted to ask is it true if I use my claim address on a rotator or on a ref link I have on a faucet list , I will not get rewarded and I need to use another address which is different from claiming address so I could get rewarded for my referrals , can someone confirm this?
i don't what detail your problem but i not get problem with my referral, i get earning all my referral in my account faucetbox. how many your referral not give referral earning

Coef
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


Exhausted


View Profile
July 31, 2015, 03:21:06 AM
 #257

There is a new wave of transaction spam on the network, and mempool size is now over 100 MB as shown on https://bitcoinfees.github.io/ and http://bitcoinexchangerate.org/fees.
With your current fee rate setting, your bitcoin transactions will probably take days, if not more, to confirm.

A once and for all solution would be to set your fee rate dynamically using "estimatefee" command.

Poligraph
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 31, 2015, 09:01:56 AM
 #258

Hello everyone
I got some troubles with adding Google adsense code to faucetbox script, placing banner between captcha and "get reward" button. I tried to paste it between code of captcha and button in index.php of default theme, its not showing, but got some empty place between them. Also tried associate adsense code with variable and echo it, but dont works too. What am I doing wrong, guys?  Sad
FaucetWorld
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
July 31, 2015, 09:54:21 AM
 #259

Hello everyone
I got some troubles with adding Google adsense code to faucetbox script, placing banner between captcha and "get reward" button. I tried to paste it between code of captcha and button in index.php of default theme, its not showing, but got some empty place between them. Also tried associate adsense code with variable and echo it, but dont works too. What am I doing wrong, guys?  Sad

Probably you are new user in AdSense. You have to wait for acceptance, around 3-4 days i think..
FaucetWorld
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
July 31, 2015, 10:01:04 AM
 #260

I'm trying to protect somehow my faucets against bots .. unfortunately poorly it goes.

Changing captcha system every week can be good enough? Any other advice?

Do FaucetBox have plans to introduce some additional security?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 156 »
  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!