Pages:
Author

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

member
Activity: 95
Merit: 10
November 26, 2015, 07:46:06 AM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

first you must make database on mydsatabase, dbname : bob860 bbuser: bob860
i think dbhost dont need change just localhost its no problem


hello thank you

i created a mydsatabase what do i use for dbhost in the php file?

also when uploading faucetbox files to godaddy do i create a new folder or extract copy paste straight to public html?
just default in godady dhbhost, in config.php you just change dbuser,dbname, and dbpassword only that
yeah yo should upload on public html

what does that mean just default is it my site name?

should i reset and start from scratch?

Try $dbhost = "localhost";
And no, you shouldn't start from scratch.
Or if it won't help try this
Quote
Here is how you find the server name at godaddy:

1. log in to hosting account (different from domain name account)
2. open control panel (link to the right of your
domain name)
3. click on databases
4. you should see a MySQL database there, if you
don't you need to create one for wordpress. Click on it.
5. click on the little pencil button near the right.
6. your server name is listed. Mine is p42mysql207.secureserver.net. You need all of it.
7. DO NOT click on "Open Manager" since the info
is not in there.
8. replace "localhost" with that server name
https://wordpress.org/support/topic/godaddy-1
It's about Wordpress but the problem the same
member
Activity: 60
Merit: 10
November 26, 2015, 04:02:00 AM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

first you must make database on mydsatabase, dbname : bob860 bbuser: bob860
i think dbhost dont need change just localhost its no problem


hello thank you

i created a mydsatabase what do i use for dbhost in the php file?

also when uploading faucetbox files to godaddy do i create a new folder or extract copy paste straight to public html?
just default in godady dhbhost, in config.php you just change dbuser,dbname, and dbpassword only that
yeah yo should upload on public html

what does that mean just default is it my site name?

should i reset and start from scratch?
sr. member
Activity: 266
Merit: 250
November 25, 2015, 08:18:30 PM
The last faucetbox Update was very helpful for users to grand only the best Profits.
After trying this now for several weeks it seems like that are site from the Spot 30 sometimes better than them on place 1.
Anyways its a good Way to do about 20k satoshi easily in 5 Minutes.

Thnakx you for the Service so far Wink
Keep it up

regards
lama-hunter
hero member
Activity: 658
Merit: 500
November 25, 2015, 08:16:57 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

first you must make database on mydsatabase, dbname : bob860 bbuser: bob860
i think dbhost dont need change just localhost its no problem


hello thank you

i created a mydsatabase what do i use for dbhost in the php file?

also when uploading faucetbox files to godaddy do i create a new folder or extract copy paste straight to public html?
just default in godady dhbhost, in config.php you just change dbuser,dbname, and dbpassword only that
yeah yo should upload on public html
member
Activity: 60
Merit: 10
November 25, 2015, 07:27:27 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

you want to create a faucet?
Wow...nice...good luck

its a school project not for profit just need to get it going
legendary
Activity: 2716
Merit: 1092
Leading Crypto Sports Betting & Casino Platform
November 25, 2015, 07:25:25 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

you want to create a faucet?
Wow...nice...good luck
member
Activity: 60
Merit: 10
November 25, 2015, 07:20:53 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

first you must make database on mydsatabase, dbname : bob860 bbuser: bob860
i think dbhost dont need change just localhost its no problem


hello thank you

i created a mydsatabase what do i use for dbhost in the php file?

also when uploading faucetbox files to godaddy do i create a new folder or extract copy paste straight to public html?
hero member
Activity: 658
Merit: 500
November 25, 2015, 04:51:44 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";

first you must make database on mydsatabase, dbname : bob860 bbuser: bob860
i think dbhost dont need change just localhost its no problem
member
Activity: 60
Merit: 10
November 25, 2015, 03:40:04 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?

snip
Do you get any sorts of errors?

Just the Coming soon im going to reset and start from scratch but if im doing anything wrong please let me know
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
November 25, 2015, 01:58:40 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?

snip
Do you get any sorts of errors?
member
Activity: 60
Merit: 10
November 25, 2015, 01:28:40 PM
Hello can someone help me please

Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing

what am i missing or skipping?


$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";
sr. member
Activity: 406
Merit: 250
November 25, 2015, 11:20:17 AM
Am I the only one that has something positive to say about faucetbox?

I can see most of you walking into trouble but I've never had a problem with faucetbox so far.
A lot of the people here post for support on the problems they are having, that doesn't make a service or script bad. A great deal of these posts are about add-ons to the script.
I expect that a lot of the faucet owners here would agree that FaucetBox is a great service.

Alright, that makes sense. Thanks for clearing that up for me.
newbie
Activity: 14
Merit: 0
November 25, 2015, 08:41:07 AM
It os good now, was down for 25-30min :p
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
November 25, 2015, 08:30:46 AM
hey site is down, can you check it please...
Works fine for me, might be a problem on your end.
newbie
Activity: 14
Merit: 0
November 25, 2015, 08:06:51 AM
hey site is down, can you check it please...
full member
Activity: 140
Merit: 100
November 24, 2015, 12:51:31 PM
Why on the website http://greensatoshi.com/ no button "Get reward"? Constantly pops up advertising, I can not get the reward.
Because it's a bit particular...even more than few days ago.
Anyway don't worry because with the current rewards it worked for a few hours and it's dry since yesterday Smiley

He forces the user to click on advertising from Google, by substitution of a button. Ban him for that!

He must have received the feedback because the button to make the claim has magically reappeared on his faucet.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
November 24, 2015, 12:29:55 PM
Am I the only one that has something positive to say about faucetbox?

I can see most of you walking into trouble but I've never had a problem with faucetbox so far.
A lot of the people here post for support on the problems they are having, that doesn't make a service or script bad. A great deal of these posts are about add-ons to the script.
I expect that a lot of the faucet owners here would agree that FaucetBox is a great service.
sr. member
Activity: 406
Merit: 250
November 24, 2015, 10:14:19 AM
Am I the only one that has something positive to say about faucetbox?

I can see most of you walking into trouble but I've never had a problem with faucetbox so far.
legendary
Activity: 971
Merit: 1000
November 24, 2015, 06:44:41 AM
Kazuldur, Any new coins are in consideration for faucetbox addition?

Currently no.
sr. member
Activity: 444
Merit: 250
November 24, 2015, 02:20:11 AM
Kazuldur, Any new coins are in consideration for faucetbox addition?
Pages:
Jump to: