$localips1 = "69.15.64.5"; // Alpha Public
$localips2 = "47.189.122.224"; // Isidro Remote
$localips3 = "107.128.193.5"; // Frank Remote
$localips4 = "66.68.160.113"; // Larry Remote
$localips5 = "127.0.0.1"; // Run on a local server like a laptop
$thehost = $GLOBALS['REMOTE_ADDR'];
$alpha_access = "no";
if(preg_match("/$localips1/", $thehost) || preg_match("/$localips2/",$thehost) || preg_match("/$localips3/",$thehost) || preg_match("/$localips4/", $thehost) || preg_match("/$localips5/", $thehost)) {
$alpha_access = "yes";
}
?>
Fatal error: Call to undefined function mysql_connect() in /mnt/old/usr/home/httpd/html/megatrans/inc-functions on line 64
| |