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 } ?>
 
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 } ?>
 
131,823Konular
3,271,684Mesajlar
316,299Kullanıcılar
toreeaaaSon Üye
Üst Alt