-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
61 lines (58 loc) · 1.33 KB
/
config.php
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
<?php
// Your password: mnQ25n4eZoFKRod. King
// Your password: pqorap44oSRSDPY. Like
// King
/*
$dbhost = "mysql.hostinger.es";
$dbuser = "u112085043_user";
$dbpass = "ajZ0uSm4Q4V";
$dbname = "u112085043_bd";
$display_errors = false;
$disable_admin_panel = false;
*/
// Satoshistoday
// nPiPMjC8d5ZfzTi
/*
$dbhost = "mysql.hostinger.es";
$dbuser = "u756791466_user";
$dbpass = "ajZ0uSm4Q4V";
$dbname = "u756791466_db";
$display_errors = false;
$disable_admin_panel = false;
*/
// Like
/*
$dbhost = "mysql.hostinger.es";
$dbuser = "u262227228_user";
$dbpass = "ajZ0uSm4Q4V";
$dbname = "u262227228_bd";
$display_errors = false;
$disable_admin_panel = false;
*/
//faucetpay
//JQfbmmL97GUjpqD
/*
$dbhost = "mysql.hostinger.es";
$dbuser = "u966210398_user";
$dbpass = "ajZ0uSm4Q4V";
$dbname = "u966210398_bd";
$display_errors = false;
$disable_admin_panel = false;
*/
// Cheapcoinfaucet
$dbhost = "mysql.hostinger.es";
$dbuser = "u366580291_user";
$dbpass = "ajZ0uSm4Q4V";
$dbname = "u366580291_bd";
$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";