diff options
-rw-r--r-- | globe.php | 2 | ||||
-rw-r--r-- | includes/db.inc.php | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -6,7 +6,7 @@ session_start(); //include_once 'db.inc.php';
-$mydomain = "http://pathery.raylu.net";
+$mydomain = "http://www.mazetd.4xg.net";
//https://www.google.com/accounts/o8/id?id=AItOawl4GX29ka40T4ZeuXnR2FVsP4LZWaED_T8
//https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid%3Fid%3DAItOawl
diff --git a/includes/db.inc.php b/includes/db.inc.php index 198cf40..6cd3f01 100644 --- a/includes/db.inc.php +++ b/includes/db.inc.php @@ -1,10 +1,10 @@ <?php
global $mysqlid;
-$db_host = 'localhost';
-$db_user = 'pathery';
-$db_name = 'pathery';
-$db_pass = 'pathery';
+$db_host = "db2894.perfora.net";
+$db_user = "dbo362854667";
+$db_name = "db362854667";
+$db_pass = "mazes4me";
$mysqlid = @mysql_connect($db_host,$db_user, $db_pass) or die("Cannot connect to database.");
@mysql_select_db($db_name, $mysqlid) or die("Invalid database.");
|