MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /home/durgeshpandey215/www/zeeroprice.skilladders.com/dbconnect.php
<?
if($_SERVER['SERVER_NAME'] == "localhost"){
	$dbhost = "localhost";
	$dbusername = "root";
	$dbpassword = "";
	$dbname = "c2simsim";
}
if(($_SERVER['SERVER_NAME'] == "zeeroprice.com")||($_SERVER['SERVER_NAME'] == "www.zeeroprice.com")){
	$dbhost = "localhost";
	$dbusername = "c21rk";
	$dbpassword = "Onerk123$";
	$dbname = "c2simsim";
}if(($_SERVER['SERVER_NAME'] == "zeeroprice.skilladders.com")||($_SERVER['SERVER_NAME'] == "www.zeeroprice.skilladders.com")){
	$dbhost = "localhost";
	$dbusername = "durgeshpandey215_whizzact";
	$dbpassword = "Qwerty@32109";
	$dbname = "durgeshpandey215_zeeroprice";
}
$db = new MysqliDb($dbhost, $dbusername, $dbpassword, $dbname);
?>