File: /www/wwwroot/www.whfie.com/tttt/index.php
<?php
if (!file_exists('api/config.php')) {
echo "It looks like you have not completed the install. Please check the install guide you were sent when you joined.";
exit();
}
reset($_GET);
$clid = key($_GET);
$js = false;
if ((substr($clid, -3) == '_js') || (substr($clid, -3) == '.js')) {
$clid = substr($clid, 0, -3);
$js = true;
}
$_GET['clid'] = $clid;
define('APPLOC','/www/wwwroot/www.whfie.com/tttt/api/');
$_GET['clid'] = '7rq8l1m9';
include(APPLOC.'go.php');
include_once('api/go.php');
noIpFraud($js);