File Manager

Path: /proc/self/root/home/heznutpr/log.heznutprivate.com/email/

Viewing File: db.php

<?php
/*
Author: Javed Ur Rehman
Website: https://www.allphptricks.com
*/

// Enter your Host, username, password, database below.
// I left password empty because i do not set password on localhost.
$con = mysqli_connect("localhost","hightowe_llc","hightowe_llc","jP7@z3OQ");
	if (mysqli_connect_errno()){
		echo "Failed to connect to MySQL: " . mysqli_connect_error();
		die();
		}

date_default_timezone_set('Asia/Karachi');	
$error="";	
?>