//-->@Amassers
//-->@V_TRX @Hit Tracking script
include_once('v_trx.php');
//enter your MySQL database host name, often it is not necessary to edit this line
$db_host = "localhost";
//enter your MySQL database username
$db_username = "amassers_dbadmin";
//enter your MySQL database password
$db_password = "zeldagogo13!";
//enter your MySQL database name
$db_name = "amassers_olstore";
/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////
////////////////// DO NOT EDIT BELOW THIS LINE //////////////////
/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////
//conect to db
$conn = mysql_connect($db_host, $db_username, $db_password) or die(mysql_error());
$db = mysql_select_db($db_name, $conn) or die(mysql_error());
//start session
session_start();
//get the time
$t = time();
?>
Fatal error: Uncaught Error: Call to undefined function mysql_query() in /home/amassers/public_html/includes.php:32
Stack trace:
#0 /home/amassers/public_html/view_page.php(4): require_once()
#1 {main}
thrown in /home/amassers/public_html/includes.php on line 32