Sunucuda barınan siteleri görüntüleme ve listelemeye yarayan php tools. yougetsignal adlı siteyi kullanarak sorgular ve .txt uzantılı olarak bilgisayarınıza kayıt eder...

Sunucuda barınan siteleri görüntüleme ve listelemeye yarayan php tools. yougetsignal adlı siteyi kullanarak sorgular ve .txt uzantılı olarak bilgisayarınıza kayıt eder sonuçları , 4-5 sorgulamadan sonra ip'niz banlanabilir.

Reverse ip script

PHP:
<?php

// Coded By Seydo

    if($_POST){
   

    $site = $_POST["site"];
    $url = 'http://domains.yougetsignal.com/domains.php';
    $post = 'remoteAddress='.$site.'&key=';
   
   
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_POST, 1);
    curl_setopt ($ch, CURLOPT_POSTFIELDS, $post);
    curl_setopt ($ch, CURLOPT_COOKIEJAR, 'dosya.txt');
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
    $store = curl_exec ($ch);
    curl_setopt($ch, CURLOPT_COOKIEFILE, 'dosya.txt');
   
    $cek = curl_exec ($ch);
    curl_close ($ch);
   
    $cek = str_replace(',', '<br>', $cek);
   
    //""]<br> ["
   
    preg_match_all('#\[\"(.*?)\"<br>#si',$cek,$siteler);
   
    header('Content-Type: text/plain');
    header('Content-Disposition: Attachment; filename='.$site.'_siteler.txt');
    header('Pragma: no-cache');
   
    for ($bi = 1; $bi <= count($siteler[0])-1; $bi++) {
    echo $siteler[1][$bi]."\r\n";
    }   
    }

    else{

?>


<form action="" method="post">

    <input type="text" name="site" id="site" value = "digg.com" /></td></tr>
    <input type="submit" value="Listele" />
</form>
<?php } ?>

🔒 Bu içeriği görmek için giriş yapın

 
Sunucuda barınan siteleri görüntüleme ve listelemeye yarayan php tools. yougetsignal adlı siteyi kullanarak sorgular ve .txt uzantılı olarak bilgisayarınıza kayıt eder sonuçları , 4-5 sorgulamadan sonra ip'niz banlanabilir.

Reverse ip script

PHP:
<?php

// Coded By Seydo

    if($_POST){
  

    $site = $_POST["site"];
    $url = 'http://domains.yougetsignal.com/domains.php';
    $post = 'remoteAddress='.$site.'&key=';
  
  
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_POST, 1);
    curl_setopt ($ch, CURLOPT_POSTFIELDS, $post);
    curl_setopt ($ch, CURLOPT_COOKIEJAR, 'dosya.txt');
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
    $store = curl_exec ($ch);
    curl_setopt($ch, CURLOPT_COOKIEFILE, 'dosya.txt');
  
    $cek = curl_exec ($ch);
    curl_close ($ch);
  
    $cek = str_replace(',', '<br>', $cek);
  
    //""]<br> ["
  
    preg_match_all('#\[\"(.*?)\"<br>#si',$cek,$siteler);
  
    header('Content-Type: text/plain');
    header('Content-Disposition: Attachment; filename='.$site.'_siteler.txt');
    header('Pragma: no-cache');
  
    for ($bi = 1; $bi <= count($siteler[0])-1; $bi++) {
    echo $siteler[1][$bi]."\r\n";
    }  
    }

    else{

?>


<form action="" method="post">

    <input type="text" name="site" id="site" value = "digg.com" /></td></tr>
    <input type="submit" value="Listele" />
</form>
<?php } ?>

🔒 Bu içeriği görmek için giriş yapın

 
Yanıt yazmak için giriş yapmalısınız
Forum özelliklerini kullanmak ve Level 2 üyelik satın almak için hesabınıza giriş yapın.

Users who are viewing this thread

133,466Konular
3,282,715Mesajlar
321,399Kullanıcılar
harunxc2Son Üye
Üst Alt