• 29-08-2010, 14:12:59
    #10
    demo alabilirmiyim
  • 29-08-2010, 14:40:34
    #11
    bende demo alabilirmiyim..
  • 29-08-2010, 15:08:02
    #12
    Üyeliği durduruldu
    bende demo alayım ve iletişim bilgileri.
  • 29-08-2010, 18:46:19
    #13
    1 demoda ben alıyım
  • 29-08-2010, 20:25:01
    #14
    Güzel Bir sistem Böyle sistemleri görmek beni heycanlandırıyor doğrusu aklıma bir sürü fikir geliyor

    iyi satışlar
  • 02-09-2010, 01:47:37
    #15
    Üyeliği durduruldu
    demo alabilirmiyim
  • 06-09-2010, 16:27:34
    #16
    demo alabilir miyim
  • 06-09-2010, 19:10:20
    #17
    Eposta Aktivasyonu Gerekmekte
    Arkadaşlar böyle emek hırsızlarından birde script mi alıyorsunuz!.Bu scripti arkadaşım MicHeLoNy TARAFINDAN kodlamıştır!!!!!!!!!!!!!!!!!!

    BÖYLE İNSANLARDA BAZI KİŞİLERİN EMEK VEREREK YAPTIKLARINI SATIYORLAR

    İnanmıyorsanız tıklayın kendiniz görün.Kendi sitesinde bile yayınlamıştı bu scripti.Bende de var ve zaten linkte de kodlar açık.

    KİMİN SCRİPTİNİ KİME SATIYORSUN KARDEŞ ?

    ALIN BUNLAR DA KODLAR;

      <html><body>
        <style>
    
    
        #opacity
        {
            opacity:0.5;
            text-decoration:none;
        }
        #opacity:hover{
            opacity:1;
            text-decoration:italic;
        
        }
    
        
        </style>
        
        <head>
    
        
        
    
        <?php 
           header("content-type: text/html; charset=utf-8");    
        echo '<center><form action="" method="post"/><input type="text" name="alexa" /><input type="submit" value="Yolla"/></form></center>';
    
    
        function alex($alexa){
        
        $site = "http://www.alexa.com/siteinfo/";
        $sure = 6;
        $kullanici = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        $oturum = curl_init();
        curl_setopt($oturum,CURLOPT_URL,$site . $alexa);
        curl_setopt($oturum,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($oturum,CURLOPT_CONNECTTIMEOUT,$sure);
        curl_setopt($oturum,CURLOPT_USERAGENT,$kullanici);
        curl_setopt($oturum,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        $veri = curl_exec($oturum);
        curl_close($oturum);
        return $veri;
        
        }
        
    
        
        function pagerankhesapla($pagerank){
        
        $mich = curl_init(); 
        $sure = 6;  
        $site = "http://www.googlepagerankchecker.com/yalanci.php?url=http://";
        $kullanici = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($mich,CURLOPT_URL,$site . $pagerank);
        curl_setopt($mich,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($mich,CURLOPT_CONNECTTIMEOUT,$sure);
        curl_setopt($mich,CURLOPT_FAILONERROR,0);
        curl_setopt($mich,CURLOPT_USERAGENT,$kullanici);
        $veriler = curl_exec($mich);
        curl_close($mich);
        return $veriler;
    
        }
        
        function dmoz($alexa){
            
        $mich2 = curl_init(); 
        $sure = 6;  
        $site2 = "http://search.dmoz.org/cgi-bin/search?search=";
        $kullanici = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($mich2,CURLOPT_URL,$site2 . $alexa);
        curl_setopt($mich2,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($mich2,CURLOPT_CONNECTTIMEOUT,$sure);
        curl_setopt($mich2,CURLOPT_FAILONERROR,0);
        curl_setopt($mich2,CURLOPT_USERAGENT,$kullanici);
        $veriler2 = curl_exec($mich2);
        curl_close($mich2);
        return $veriler2;
    
        }
        
        function delicious($alexa){
            
        $mich3 = curl_init(); 
        $sure = 6;  
        $site3 = "http://delicious.com/url/check?url=www.";
        $kullanici = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($mich3,CURLOPT_URL,$site3 . $alexa);
        curl_setopt($mich3,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($mich3,CURLOPT_CONNECTTIMEOUT,$sure);
        curl_setopt($mich3,CURLOPT_FAILONERROR,0);
        curl_setopt($mich3,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        curl_setopt($mich3,CURLOPT_USERAGENT,$kullanici);
        
        $veriler3 = curl_exec($mich3);
        curl_close($mich3);
        return $veriler3;
    
        }
        
        function googlebacklink($alexa){
        
        $google = curl_init();
        $zaman    = 6;
        $baglan    = "http://www.google.com.tr/search?q=link:http://";
        $user    = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($google,CURLOPT_URL,$baglan . $alexa);
        curl_setopt($google,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($google,CURLOPT_CONNECTTIMEOUT,$zaman);
        curl_setopt($google,CURLOPT_FAILONERROR,0);
        curl_setopt($google,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        curl_setopt($google,CURLOPT_USERAGENT,$user);
        
        $byte    = curl_exec($google);
        curl_close($google);
        return $byte;
        }
        
        function googleindex($alexa){
        
        $googlei     = curl_init();
        $zamani      = 6;
        $baglani    = "http://www.google.com.tr/search?q=site:http://";
        $useri        = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($googlei,CURLOPT_URL,$baglani . $alexa);
        curl_setopt($googlei,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($googlei,CURLOPT_CONNECTTIMEOUT,$zamani);
        curl_setopt($googlei,CURLOPT_FAILONERROR,0);
        curl_setopt($googlei,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        curl_setopt($googlei,CURLOPT_USERAGENT,$useri);
        
        $bytei    = curl_exec($googlei);
        curl_close($googlei);
        return $bytei;
        
        }
    
        function friendfeed($alexa){
        
        $friend        = curl_init();
        $fzaman        = 6;
        $fsite        = "http://friendfeed.com/search?q=";    
        $fuser        = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($friend,CURLOPT_URL,$fsite . $alexa);
        curl_setopt($friend,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($friend,CURLOPT_CONNECTTIMEOUT,$fzaman);
        curl_setopt($friend,CURLOPT_FAILONERROR,0);
        curl_setopt($friend,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        curl_setopt($friend,CURLOPT_USERAGENT,$fuser);
        
        $fbyte    = curl_exec($friend);
        curl_close($friend);
        return $fbyte;
        }
        
        function bing($alexa){
        
        $bing        = curl_init();
        $bzaman        = 6;
        $bsite        = "http://www.bing.com/search?q=site:http://";
        $buser        = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($bing,CURLOPT_URL,$bsite . $alexa);
        curl_setopt($bing,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($bing,CURLOPT_CONNECTTIMEOUT,$bzaman);
        curl_setopt($bing,CURLOPT_FAILONERROR,0);
        curl_setopt($bing,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        curl_setopt($bing,CURLOPT_USERAGENT,$buser);
        
        $bbyte    = curl_exec($bing);
        curl_close($bing);
        return $bbyte;
        }
        
        function yahoo($alexa){
        
        $yahoo        = curl_init();
        $yzaman        = 6;
        $ysite        = "http://siteexplorer.search.yahoo.com/search?p=".$alexa."&bwm=i&bwmo=d&bwmf=u";
        $yuser        = "'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/2008111317  Firefox/3.0.4'";
        curl_setopt($yahoo,CURLOPT_URL,$ysite);
        curl_setopt($yahoo,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($yahoo,CURLOPT_CONNECTTIMEOUT,$yzaman);
        curl_setopt($yahoo,CURLOPT_FAILONERROR,0);
        curl_setopt($yahoo,CURLOPT_FOLLOWSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlüSansürlü,1);
        curl_setopt($yahoo,CURLOPT_USERAGENT,$yuser);
        
        $yyte    = curl_exec($yahoo);
        curl_close($yahoo);
        return $yyte;
        }
        
        if ($_POST){
        
        $goster     = alex($_POST['alexa']);
        $goster2    = pagerankhesapla($_POST['alexa']);
        $project     = $_POST['alexa'];
        $ip            = gethostbyname($_POST['alexa']);
        $dmoz        = dmoz($_POST['alexa']);
        $delicious    = delicious($_POST['alexa']);
        $gback        = googlebacklink($_POST['alexa']);
        $gindex        = googleindex($_POST['alexa']);
        $ffeed        = friendfeed($_POST['alexa']);
        $bingg        = bing($_POST['alexa']);
        $yahooo        = yahoo($_POST['alexa']);
    
        
        preg_match('#alt="Global" style="margin-bottom:-2px;"/>(.*?)</div>#si',$goster,$goruntule);
        $goruntule     = str_replace('alt="Global" style="margin-bottom:-2px;"/>',"",$goruntule);
        preg_match('#class="dynamic-icon" src="/images/flags/tr.png" alt="Turkey Flag"/>(.*?)</div>#si',$goster,$goruntule1);
        $goruntule1 = str_replace('class="dynamic-icon" src="/images/flags/tr.png" alt="Turkey Flag"/>',"",$goruntule1);
        $goruntule1 = str_replace('Turkey',"",$goruntule1);
        preg_match('|<body bgcolor=#eaeff1 font color=#444444 face=verdana size=3>(.*?)</font>|si',$goster2,$goruntule3);
        
        
    
        
        
        
        
        echo "<center><h3><div id=\"opacity\">".ucfirst($project)." için sonuçlar ; </div><br><hr>";
        echo "<center><h3>Google Pagerank         : <b><font color='red'>".strip_tags($goruntule3[0])."</font></b></h3><hr>";
        echo "<center><h3>Dünya Geneli Sıralama : <b><font color='red'>".$goruntule[0]."</font></b></h3><hr>";
        echo "<center><h3>Ülke Geneli Sıralama  : <b><font color='red'>".strip_tags($goruntule1[0])."</font></b></h3><hr>";
        echo "<center><h3>Site Ip                 : <b><font color='red'>".$ip."</font></b></h3><hr>";
        
        
        if(preg_match('#class="last"><span class="btn">(.*?)<i class="tl">#si',$yahooo,$ybas)){
        $ybas        = str_replace("Inlinks","",$ybas);
        $ybas        = str_replace("(","",$ybas);
        $ybas        = str_replace(")","",$ybas);
        echo "<center><h3>Yahoo Backlink        : <b><font color='red'>".$ybas[1]."</font></b></h3><hr>";
        }else{echo "<center><h3>Yahoo Backlink        : <b><font color='red'>0</font></b></h3><hr>";}
        
        
        if(preg_match('#id="count">(.*?)results</span>#si',$bingg,$bin)){
        $bin        = str_replace("1-10 of","",$bin);
        $bin        = str_replace("1-9 of","",$bin);
        $bin        = str_replace("1-8 of","",$bin);
        $bin        = str_replace("1-7 of","",$bin);
        $bin        = str_replace("1-6 of","",$bin);
        $bin        = str_replace("1-5 of","",$bin);
        $bin        = str_replace("1-4 of","",$bin);
        $bin        = str_replace("1-3 of","",$bin);
        $bin        = str_replace("1-2 of","",$bin);
        $bin        = str_replace("1-1 of","",$bin);
        echo "<center><h3>Bing Index            : <b><font color='red'>".$bin[1]."</font></b></h3><hr>";
        }else{echo "<center><h3>Bing Index            : <b><font color='red'>0</font></b></h3><hr>";}
        
        if(preg_match('#style="margin-top: 14px">(.*?)<b>#si',$ffeed,$friendd)){
        $friendd    = str_replace("Your search","Yok",$friendd);
        echo "<center><h3>FriendFeed Paylaşımı    : <b><font color='red'>".$friendd[1]."</font></b></h3><hr>";
        }else{echo "<center><h3>FriendFeed Paylaşımı    : <b><font color='red'>Var</font></b></h3><hr>";}
        
        
        if(preg_match('#<div id=resultStats>(.*?)<nobr>#si',$gindex,$indexgoogle)){
        $indexgoogle    = str_replace('Yaklaşık',"",$indexgoogle);
        $indexgoogle    = str_replace('sonuç',"",$indexgoogle);
        echo "<center><h3>Google Index            : <b><font color='red'>".$indexgoogle[1]."</font></b></h3><hr>";
        }else{
        echo "<center><h3>Google Index            : <b><font color='red'>0</font></b></h3><hr>";
        }
        
        if(preg_match('#<div id=resultStats>(.*?)<nobr>#si',$gback,$backgoogle)){
        $backgoogle    = str_replace('Yaklaşık',"",$backgoogle);
        $backgoogle    = str_replace('sonuç',"",$backgoogle);
        echo "<center><h3>Google Backlink        : <b><font color='red'>".$backgoogle[1]."</font></b></h3><hr>";
        }else{
        echo "<center><h3>Google Backlink        : <b><font color='red'>0</font></b></h3><hr>";
        }
        
        if(preg_match('# class="title">Saved(.*?)times, first saved by#si',$delicious,$bas1)){
        echo "<center><h3>Delicious Linkleri     : <b><font color='red'>".$bas1[1]."</font></b></h3><hr>";
        }else{
        echo "<center><h3>Delicious Linkleri     : <b><font color='red'>0</font></b></h3><hr>";
        }
        
        if(preg_match('#align=center colspan=2>(.*?)</font>#si',$dmoz,$bas))
        {
        $bas        = str_replace("Try your search on:","Yok",$bas);
        echo "<center><h3>Dmoz Kaydı             : <b><font color='red'>".strip_tags($bas[1])."</font></b></h3><hr>";
        }else{
        echo "<center><h3>Dmoz Kaydı             : <b><font color='red'>Var</font></b></h3><hr>";
        }
    
        
        
        }
    
    
        ?>
    
    
    </head></body></html>
    ADAM 200 küsür satırlık bot yazıyor sende bunu satıyorsun ha varmı böyle bişey ya

  • 06-09-2010, 19:13:42
    #18
    Kimlik doğrulama veya yönetimden onay bekliyor.
    kicker adlı üyeden alıntı: mesajı görüntüle
    Arkadaşlar böyle emek hırsızlarından birde script mi alıyorsunuz!.Bu scripti arkadaşım MicHeLoNy kodlamıştır!!!!!!!!!!!!!!!!!!

    BÖYLE İNSANLARDA BAZI KİŞİLERİN EMEK VEREREK YAPTIKLARINI SATIYORLAR

    İnanmıyorsanız tıklayın kendiniz görün.Kendi sitesinde bile yayınlamıştı bu scripti.Bende de var ve zaten linkte de kodlar açık.

    KİMİN SCRİPTİNİ KİME SATIYORSUN KARDEŞ MSN ADRESİMİ EKLE!
    adam *********** zaten hocam.. 4 tane -itrader almış son 3 gün içinde