CoinTasker
|
|
October 10, 2014, 05:50:25 AM |
|
try another php version
Is this not compatible with php 5.4?
|
|
|
|
Land of Bitcoin (OP)
|
|
October 10, 2014, 08:55:33 PM |
|
My problem is that no matter what I do I continue to get the "you are not logged in" error every time I attempt to login. Did you modify the index.php file? If yes use the original file, if no in the index.php file: replace with: ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); Don't forget to change it back after testing. Is this not compatible with php 5.4? It is.
|
|
|
|
NetCoinage
Newbie
Offline
Activity: 13
Merit: 0
|
|
October 11, 2014, 09:59:38 AM |
|
I've uploaded the config and index files, can't get past logging in! Get this error message: Can't connect to the MySQL. Error: Access denied for user 'admin'@'localhost' (using password: YES) Go back and try again. I really don't know what to do to get it set up, please let me know if there's a tutorial or guide somewhere to walk a noob through setting up a faucet . Thanks
|
|
|
|
btcotto
Newbie
Offline
Activity: 29
Merit: 0
|
|
October 11, 2014, 10:39:11 AM |
|
Looks like wrong info in the config-file compared to the database user settings. Have you created a db user/pasword and db with your hosting service? Thats the info you need to add to the config-file. localhost is fine if you have a cPanel service, if not, probably yo also need some other DB host address for the config file. Open the config.php in a text editor and replace/save the info. <?php // Enter MySQL infos $mysqlHost = 'database:address'; $mysqlUsername = 'database_user'; $mysqlPassword = 'database_password'; $mysqlDatabase = 'database_name'; I've uploaded the config and index files, can't get past logging in! Get this error message: Can't connect to the MySQL. Error: Access denied for user 'admin'@'localhost' (using password: YES) Go back and try again. I really don't know what to do to get it set up, please let me know if there's a tutorial or guide somewhere to walk a noob through setting up a faucet . Thanks
|
|
|
|
NetCoinage
Newbie
Offline
Activity: 13
Merit: 0
|
|
October 12, 2014, 06:04:03 AM |
|
OK, will try if I can get to the config file. Last time I tried to access gave me a blank page. I will see if maybe I can modify it, since I have the original (and can always re-download) Thanks!
|
|
|
|
hoop
Legendary
Offline
Activity: 1524
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
|
|
October 12, 2014, 09:41:50 AM |
|
OK, will try if I can get to the config file. Last time I tried to access gave me a blank page. I will see if maybe I can modify it, since I have the original (and can always re-download) Thanks!
Get your own site up and running as cheap as ... BTC https://bitcointalk.org/index.php?topic=815260.msg9123038#msg9123038
|
|
|
|
NetCoinage
Newbie
Offline
Activity: 13
Merit: 0
|
|
October 14, 2014, 07:01:47 PM |
|
Thanks hoop, got hosting, can't seem to get past the login screen for microfaucet though. I will maybe have a friend look at it sometime around holidays. Thanks
|
|
|
|
ryukamiho
|
|
October 14, 2014, 07:35:15 PM |
|
my knowledge about html is 3/10 and took me 5 minutes to create the faucet following the steps required.
All the freehost have easy cpanels.
first.
copy the entire files to the htdocs copy the themes/default folder and files to htdocs
an example the information u can find at cpanel in the mysql section.
MySQL DB Name MySQL User Name MySQL Password MySQL Host Name b20_263899515_microfaucet b20_263899515 (Your cPanel Password) sql123.yourhost.com
just fill the form you find at the index.html with using the information you see above as a guide (check your cpanel mysql informations for the real data).
And that's 70% of the faucet done.
|
|
|
|
Injust
Legendary
Offline
Activity: 1008
Merit: 1000
|
|
October 14, 2014, 09:16:51 PM Last edit: October 14, 2014, 09:31:04 PM by Injust |
|
Your site is giving a 502 Bad Gateway error and none of the faucets that use Microwallet to pay are working. Please fix this ASAP. Thanks.
EDIT: Site is back up after a few minutes.
|
|
|
|
Walt9
Newbie
Offline
Activity: 4
Merit: 0
|
|
October 14, 2014, 09:44:24 PM |
|
It's still down actually.
|
|
|
|
btcotto
Newbie
Offline
Activity: 29
Merit: 0
|
|
October 15, 2014, 05:29:22 PM |
|
Thanks hoop, got hosting, can't seem to get past the login screen for microfaucet though. I will maybe have a friend look at it sometime around holidays. Thanks
Hey Net, I can help you. Just drop me a line since you are a member http://btc.us.org/members/bitto/I will need your hosting log in, however. But, just drop a line if you want me to set it up. BR/John
|
|
|
|
btcotto
Newbie
Offline
Activity: 29
Merit: 0
|
|
October 15, 2014, 05:35:46 PM |
|
Your site is giving a 502 Bad Gateway error and none of the faucets that use Microwallet to pay are working. Please fix this ASAP. Thanks.
EDIT: Site is back up after a few minutes.
Microwallet is actually the best option I can suggest. bitChest dropped out and don't pay out any money..., Mondero have 2 faucets that works, but 3 listed!:-), coinbox.me do not have referral options. bitcoin-cloud.eu is still going very well but for sure microwallet is best with the most options. I actually think the interface of bitchest.com is better than the other ones and I would like to get my hands of that for myself if they closed down.
|
|
|
|
CoinTasker
|
|
October 17, 2014, 10:49:01 PM |
|
Did you modify the index.php file? If yes use the original file, if no in the index.php file: replace with: ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); Thank you Land Of Bitcoin. After making these changes I get the following errors when logging in. Warning: session_start(): open(/var/lib/php/session/sess_pq0pjs8tvk569m8h3dfa8sl0h1, O_RDWR) failed: No such file or directory (2) in /server/root/faucet/index.php on line 302
Notice: Undefined index: logged_in in /server/root/faucet/index.php on line 303 You are not logged in. Login here. Warning: Unknown: open(/var/lib/php/session/sess_pq0pjs8tvk569m8h3dfa8sl0h1, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
When I check my phpinfo.php i see: session.save_path /var/lib/php/session I have also manually created this directory with 777 permissions on all folders and subfolders. I'd still like to get this set up, and I know you aren't necessarily tech support over here, but If anyone has any ideas, they'd be appreciated. I may just end up scratching the faucet idea altogether. But I do appreciate the script you have released, so thanks anyway
|
|
|
|
BitcoinzB
Full Member
Offline
Activity: 210
Merit: 100
💰💰💰💰
|
|
October 18, 2014, 02:23:10 PM |
|
I'm wondering how long does it usually take for the API activation request to get processed
|
|
|
|
Muhammed Zakir
|
|
October 18, 2014, 03:40:25 PM |
|
I'm wondering how long does it usually take for the API activation request to get processed
As it is manually send, it will take some time, maybe 2-7 days. I think now he is active, so it may be faster. ~~MZ~~
|
|
|
|
BrannigansLaw
|
|
October 19, 2014, 08:22:31 AM |
|
I'm wondering how long does it usually take for the API activation request to get processed
As it is manually send, it will take some time, maybe 2-7 days. I think now he is active, so it may be faster. ~~MZ~~ Said 48h for me but its been about 4 days now.
|
|
|
|
CohibAA
|
|
October 20, 2014, 12:27:41 AM |
|
API Request Sent
|
|
|
|
BrannigansLaw
|
|
October 20, 2014, 08:17:59 AM |
|
OK I got my key Thank you.
|
|
|
|
BitcoinzB
Full Member
Offline
Activity: 210
Merit: 100
💰💰💰💰
|
|
October 21, 2014, 04:09:47 PM |
|
Website is down.
|
|
|
|
BrannigansLaw
|
|
October 21, 2014, 04:12:39 PM |
|
Is microwallet still shutting down? I just deposited 0.1 btc and now it's down.
*EDIT* ok it's back up. But still is Microwallet closing it's doors still soon? Seems so successful! If it is, I wouldn't mind running it.
|
|
|
|
|