Tontonq adlı üyeden alıntı: mesajı görüntüle
site benim,
  1. fake sanılmasın diye app yi sildim.
  2. zaten scriptini paylaşmıştım
  3. db falan yok anlik çek - göster mantığıyla çalışan birşey ayrıca cache sistemide yok

script linki : http://webcache.googleusercontent.co...&ct=clnk&gl=tr

script:
<? 
$kokdomain='eksisozluk.com';$asildomain='www.eksisozluk.com';$bizimdomain='s0zluk.herokuapp.com'; 
$domainfiltreleme=(bool)1; 
$domain=isset($_SERVER['HTTPS'])?'https':'http'.'://'.$asildomain; 
error_reporting(0); 
set_time_limit(0); 
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler");else ob_start(); 
$safcookie=''; foreach($_COOKIE as $k => $v){ $safcookie.="$k=$v; "; } 
$ch = curl_init($domain.$_SERVER['REQUEST_URI']);  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
curl_setopt($ch, CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']); 
curl_setopt($ch, CURLOPT_FOLLOWLOCATION , 1); 
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); 
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); 
curl_setopt($ch, CURLOPT_HEADER , 1); 
curl_setopt($ch, CURLOPT_COOKIE , $safcookie); 
#curl_setopt($ch, CURLOPT_PROXY , "127.0.0.1:8888"); 
if(str_replace($bizimdomain,$asildomain,$_SERVER['HTTP_REFERER'])) { curl_setopt($ch, CURLOPT_REFERER ,str_replace($bizimdomain,$asildomain,$_SERVER['HTTP_REFERER'])); } 
curl_setopt($ch,CURLOPT_ENCODING , "deflate, gzip"); 
if ($_SERVER['REQUEST_METHOD'] == 'POST') { 
curl_setopt_array($ch, array(CURLOPT_POST => 1,CURLOPT_POSTFIELDS => @file_get_contents('php://input'))); 
} 
$e=curl_exec($ch); 
$info=curl_getinfo($ch); 
if($info['http_code']!='200' && $info['http_code']!='301' && $info['http_code']!='302'){header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found");exit;} 
//$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE); 
$header = substr($e, 0, $info['header_size']); 
$body = substr($e, $info['header_size']); 
if(stristr($header,'HTTP/1.1 301') || stristr($header,'HTTP/1.1 302')) 
{ 
header("Location: ".str_replace($asildomain,$bizimdomain,$info['url'])); 
exit; 
} 
foreach(explode("\n",$header) as $v) 
{ 
if(!stristr(strtolower(current(explode(':',$v))),'encoding') && !stristr(strtolower(current(explode(':',$v))),'length')){ 
    header(str_replace($kokdomain,$bizimdomain,$v),0); 
    } 
} 
echo $domainfiltreleme?str_replace($asildomain,$bizimdomain,$body):$body; 
?>
üstüne basa basa demişim fake scripti değil diye daha sonra yanlış anlaşılmasın diye linki forumdan sildim google linki görüp siteyi gezmiş şimdi de app yi sildim

abartılacak bir şey yok panik yok topic kitlenebilir.
Bilmediğimden soruyorum..ordaki konular buraya çekilemez mi?