• 02-08-2012, 19:16:09
    #10
    http://webcache.googleusercontent.co...&ct=clnk&gl=tr şimdi silmişler siteyi
  • 02-08-2012, 19:32:45
    #11
    Konular: 1.136.177, Mesajlar: 10.149.334, Üyeler: 54.052

    ilginç...
  • 02-08-2012, 19:43:18
    #12
    ilginç cidden şu ankinden daha yeni bir db kaydı var ama kullanmıyorlar garip
  • 02-08-2012, 19:55:44
    #13
    ben giremiyorum
  • 02-08-2012, 19:57:22
    #14
    temmuz bile var http://webcache.googleusercontent.co...&ct=clnk&gl=tr
  • 02-08-2012, 19:57:40
    #15
    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.
  • 02-08-2012, 20:17:59
    #16
    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?
  • 02-08-2012, 21:05:19
    #17
    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.

    Hocam o sitede bu ayın konuları falan var mıydı keşke silmeseydiniz bir çok konu şuan siteden silindiği için faydalanamıyoruz en azından ordan okurduk işe yarayanları.
  • 02-08-2012, 21:08:19
    #18
    Hata veriyor açılmıyor şuanda.