Bitcoin Forum
April 23, 2024, 12:34:47 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 95 »
  Print  
Author Topic: FaucetHUB.io || +Microwallet (9 coins) ||+Dice & +Jackpot||+Games||+Exchange  (Read 116647 times)
mexicantarget (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
April 04, 2017, 02:48:51 PM
 #781

Hello,

I just setup a faucet on faucethub, nut when I tried to run it I got HTTP 500 error. In the error log there is a record:
PHP Parse error:  syntax error,
unexpected '[', expecting ')' in /home/allfastn/public_html/index.php
on line 18

I guess something with user rights on tmp folder or php version. Do someone know how to fix it?

Thank you
Which script are you using?

Error clearly says that's an error on code line 18 ;p
1713875687
Hero Member
*
Offline Offline

Posts: 1713875687

View Profile Personal Message (Offline)

Ignore
1713875687
Reply with quote  #2

1713875687
Report to moderator
1713875687
Hero Member
*
Offline Offline

Posts: 1713875687

View Profile Personal Message (Offline)

Ignore
1713875687
Reply with quote  #2

1713875687
Report to moderator
1713875687
Hero Member
*
Offline Offline

Posts: 1713875687

View Profile Personal Message (Offline)

Ignore
1713875687
Reply with quote  #2

1713875687
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713875687
Hero Member
*
Offline Offline

Posts: 1713875687

View Profile Personal Message (Offline)

Ignore
1713875687
Reply with quote  #2

1713875687
Report to moderator
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
April 04, 2017, 10:45:10 PM
 #782

I just setup a faucet on faucethub, nut when I tried to run it I got HTTP 500 error. In the error log there is a record:
PHP Parse error:  syntax error,
unexpected '[', expecting ')' in /home/allfastn/public_html/index.php
on line 18
Depending on your script or the version of your PHP installation it could be that your server doesn't support that way of defining arrays.
I will have to see the code, though it may be as simple as replacing [...] with array(...) or upgrading the PHP version of your hosting.
johnpreis
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
April 05, 2017, 06:17:36 AM
 #783

Hello,

My php vetrsion is: 5.3.29
and the code:
CacheManager::setup(['storage'=>'files', 'path'=>__DIR__.'/tmp/','securityKey'=>md5(__DIR__)]);

Do I need to do anything else (except DB cration, load dump, and edit config)?

Thank you
geekbasic
Sr. Member
****
Offline Offline

Activity: 272
Merit: 250



View Profile
April 05, 2017, 07:39:12 AM
 #784

Anyone else having trouble logging in?

cz3kit
Sr. Member
****
Offline Offline

Activity: 378
Merit: 251


View Profile
April 05, 2017, 07:46:34 AM
 #785

Anyone else having trouble logging in?
Yes, I can't log in and I am getting either a blank site or a message from cloudflare.

minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
April 05, 2017, 09:47:27 AM
 #786

My php vetrsion is: 5.3.29
and the code:
CacheManager::setup(['storage'=>'files', 'path'=>__DIR__.'/tmp/','securityKey'=>md5(__DIR__)]);
Do I need to do anything else (except DB cration, load dump, and edit config)?
If possible, try to upgrade your PHP version to something >=5.4. AFAIK that PHP version supports arrays being made in that way.
If not, a messy way to fix this would be to replace every instance of a [ with array( and every instance of ] with a ). However, this is pretty time consuming and can sometimes even break your code. Overall it is best to simply upgrade.
jackchun
Sr. Member
****
Offline Offline

Activity: 332
Merit: 250


View Profile WWW
April 05, 2017, 10:07:49 AM
 #787

I also cannot access to my facuethub account

Lucius
Legendary
*
Offline Offline

Activity: 3220
Merit: 5625


Blackjack.fun-Free Raffle-Join&Win $50🎲


View Profile WWW
April 05, 2017, 10:15:25 AM
 #788

Anyone else having trouble logging in?
Yes, I can't log in and I am getting either a blank site or a message from cloudflare.

I was able to log for a little while before some 30 minutes but my Opera browser is frozen in one moment,need to restart my PC after that.We can use Check Balance tab to see balance on our account,but there is no payouts data.Faucets are working normally,let us hope that the problem with logging be solved as soon as possible.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
cz3kit
Sr. Member
****
Offline Offline

Activity: 378
Merit: 251


View Profile
April 05, 2017, 10:44:43 AM
 #789

The API also seems to be down. My faucet is not able to connect to the server(s). All I get is an error. Might be that there are some problems going on or maintenance.

mexicantarget (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
April 05, 2017, 10:46:26 AM
 #790

There's an issue with logins, which is created because of lack of HDD space. I'm adding another TB of space right now.
Please be patient.

All coins are safe, login is dead
mexicantarget (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
April 05, 2017, 10:48:38 AM
 #791

Ok, should be working now. Apologies for the trouble.
el kaka22
Legendary
*
Offline Offline

Activity: 3500
Merit: 1162


www.Crypto.Games: Multiple coins, multiple games


View Profile
April 05, 2017, 01:44:21 PM
 #792

Ok, should be working now. Apologies for the trouble.
Great support from you guys. You have been showing the bitcoin World how you want to clear the name of business’ in bitcoin world by doing good by people.

You figured out a problem with your website and fixed it, the great part was you let people know there was a problem even before people complained and than you fixed the issue. Many business’ ignore a problem until it is unavoidable and fix later. Great job and great site man.

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
mexicantarget (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
April 05, 2017, 02:37:25 PM
 #793

Ok, should be working now. Apologies for the trouble.
Great support from you guys. You have been showing the bitcoin World how you want to clear the name of business’ in bitcoin world by doing good by people.

You figured out a problem with your website and fixed it, the great part was you let people know there was a problem even before people complained and than you fixed the issue. Many business’ ignore a problem until it is unavoidable and fix later. Great job and great site man.
Thank you for your kind comment!
Nord1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 11, 2017, 06:03:47 PM
 #794

My faucet stopped working (handing out satoshi)
Today, the faucet stopped sending Satoshi. The request to receive gives an error: "unknown error"
I did not change anything, I did not add, balance 166320 satosh. The balance is replenished, he does not want to spread.
What to do?
I deleted everything and added it again. Did not help.
http://kran.domfaucet.ru/
mexicantarget (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
April 11, 2017, 06:07:14 PM
 #795

My faucet stopped working (handing out satoshi)
Today, the faucet stopped sending Satoshi. The request to receive gives an error: "unknown error"
I did not change anything, I did not add, balance 166320 satosh. The balance is replenished, he does not want to spread.
What to do?
I deleted everything and added it again. Did not help.
http://kran.domfaucet.ru/
I replied to your email this morning, no need to post duplicate things.

Read your email.
Nord1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 11, 2017, 06:28:14 PM
 #796

My faucet stopped working (handing out satoshi)
Today, the faucet stopped sending Satoshi. The request to receive gives an error: "unknown error"
I did not change anything, I did not add, balance 166320 satosh. The balance is replenished, he does not want to spread.
What to do?
I deleted everything and added it again. Did not help.
http://kran.domfaucet.ru/
I replied to your email this morning, no need to post duplicate things.

Read your email.
excuse me.
I am the owner. In the letter I understood nothing.
 FH User Data:
Type: fh
Logged In: Yes
Username: hecbuctu
Email:
IP: 94.158...
Account Frozen: No
2FA Type: 1
Level: 8
Premium: No
Faucet Owner: Yes
Active Faucets: 1
Investigate User
mexicantarget (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
April 11, 2017, 06:32:05 PM
 #797

My faucet stopped working (handing out satoshi)
Today, the faucet stopped sending Satoshi. The request to receive gives an error: "unknown error"
I did not change anything, I did not add, balance 166320 satosh. The balance is replenished, he does not want to spread.
What to do?
I deleted everything and added it again. Did not help.
http://kran.domfaucet.ru/
I replied to your email this morning, no need to post duplicate things.

Read your email.
excuse me.
I am the owner. In the letter I understood nothing.
 FH User Data:
Type: fh
Logged In: Yes
Username: hecbuctu
Email:
IP: 94.158...
Account Frozen: No
2FA Type: 1
Level: 8
Premium: No
Faucet Owner: Yes
Active Faucets: 1
Investigate User
Yeah, obviously, I can't understand the email since it's translated from Russian to English via google translate.
I cannot help you if I don't understand, you need to provide me more information so I can help you.

Faucets don't simply stop working just like that. It has to be something related to your server/script.
Nord1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 11, 2017, 06:35:21 PM
 #798

Thank you! Understood.
Bytecoiner419
Hero Member
*****
Offline Offline

Activity: 637
Merit: 511


I ❤ the bitcoin community


View Profile WWW
April 14, 2017, 04:58:15 PM
 #799

Hey Mex, I just wanted to take a minute to thank you for making faucethub. It has turned out to be the best faucet/micro wallet service to ever hit the cryptocurrency world. FaucetHub can and is helping to expand the crypto community faster then ever before!

Only thing I would recommend is to add one more lottery game and have it run once a week... and a new thought just hit me... make a lottery just for faucethub faucet owners so it can help us keep our faucets flowing.

Love your new "rambo dice" game but it does have some big dips and spikes so a tip for everyone... only play with bitcoin that you are willing to lose and if you happen to win...that's cool too.  Grin

I once got two 100X wins in a row (only 2 rolls)!!!!*

*But you should know that is very rare. Past results do not guarantee future outcomes.


Keep up the great work
I am here if you need me. Wink


▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
🏆BitcoinsBest.Com🏆 👉 Buy Ad Space, LIVE BTC Casino & Crypto Articles 🌟
Lucius
Legendary
*
Offline Offline

Activity: 3220
Merit: 5625


Blackjack.fun-Free Raffle-Join&Win $50🎲


View Profile WWW
April 16, 2017, 01:40:43 PM
Last edit: April 16, 2017, 02:08:09 PM by Lucius
 #800

Today I try to claim on some faucets and they give me message that my BTC address is banned,noting strange because I have faucet list and many faucet owners have a very strange method of a banning people from their faucets.

Then I get in contact with one faucet owner and I found out that two users post some bitcoin address public in FaucetHub chat claiming that these are addresses from bots.One of these addresses was my address I use for years as my address for faucets.

User who are publicly published address is aidonker

Public disclosure of inaccurate data on chat should not be allowed and should be adequately sanctioned,especially when damaging someone's reputation and in my case causing to be banned from faucets together with my referrals.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 95 »
  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!