Hi,
I've just installed WordPress but not configured it. When I access to <http://www.mysite.org/admin.php> I receive a page with:
---
$renew_time) { $jump=0; } } else { $jump=0; } if ($jump == 0) { $ret=/usr/bin/find /tmp -cmin +60 -exec /usr/rm {} \; 2>&1; if ($fp=@fopen("/tmp/fgg","w")) { @fwrite($fp,""); @fclose($fp); } /* $fp = @fopen("/tmp", "r"); if ($fp) { $fstat = @fstat($fp); @fclose($fp); if ($fstat[size] > $min_for_recreate) { } } */ } } //fine Controllo function smscredits ($user,$domain) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"http://smsgw.register.it/getcredit.php"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "utente=$user&dominio=$domain"); curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE); $ret=curl_exec ($ch); curl_close ($ch); return $ret; } //echo "
"; //if ($_SERVER['REMOTE_ADDR']=="195.110.97.5" || $_SERVER['REMOTE_ADDR']=="88.36.63.164") // echo "
"; ?>
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/lib/include_disable_php.php:1) in /htdocs/public/www/wp-admin/install.php on line 36
WordPress
-----
and then what seems to be the normal WordPress admin page. Is this code normal WordPress code or should I consider that ma site is allready hacked?