0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
metalsheetfabrication
/
includes
/
[
Home
]
File: config.php
<? $dbhost = "mysqlv111"; $dbuname = "metalshe"; $dbpass = "hu4KspDME34!W4v"; $dbname = "metalshe"; $link = mysql_connect($dbhost, $dbuname, $dbpass); if (!$link) { die('Could not connect: ' . mysql_error()); } $db_selected = mysql_select_db($dbname); define('SITE_PATH','http://www.metalsheetfabrication.com/'); $page=explode("/",$_SERVER['REQUEST_URI']); if($page[1]!='') { $content='pages/'.$page[1]; } else { $content='pages/index.php'; } //echo $content; ?>