1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

[PHP] Source code Script Bypass Adf.ly Links

Discussion in 'Pemrograman Web' started by wikielf, Apr 13, 2012.

  1. wikielf

    wikielf Dev Alpha 10

    Joined:
    May 20, 2011
    Messages:
    1,499
    Likes Received:
    132
    Location:
    In the world
    Pernah Di Buat Jengkel gara2 mau download sesuatu tapi pake di shorten pake adf.ly segala?
    kalo iya ni cocok buat anda :komunis:

    DEMO :
    Code:
    http://ke5.info/jalantol/
    
    PHP:
    <?php
    /*
    adf.ly bypass v.1.0
    by.wikielf
    */
    $wikie $_POST['uri'];
    if(
    $wikie == "Masukin Url Adf.ly Nya disini Bos ;) Pisahkan link dengan enter jika ingin Bulk Cek Link nya Okey!"){ } else {
    define('REQUEST'"GET %s HTTP/1.1\r\n".
                      
    "Host: %s\r\n".
                      
    "Referer: %s\r\n".
                      
    "Connection: Close\r\n\r\n");
    $data "";
    $c =  explode("\n"trim($_REQUEST['uri'])); 
    $result .= "<br/><table width='700' border='0' cellpadding='5'><tr>
        <td width='7%' bgcolor='#F2F2F2'><div align='center'><strong>Adf.ly</strong></div></td>
        <td width='8%' bgcolor='#F2F2F2'><div align='center'><strong>Bypass</strong></div></td>
        </tr>"
    ;
        foreach (
    $c as $ury) {
            
    $ury trim($ury);
            if (
    $ury != "") {
            
    $parse parse_url($ury);
                
    $fp = @fsockopen($parse['host'], 80$error_no$error_msg15);
    if(!
    $fp)
        {
        }
        else
        {
            @
    fwrite($fpsprintf(REQUEST$parse['path'], $parse['host'], $parse['schema'].$parse['host'].$parse['path']));
            while(!
    feof($fp))
                {
                    
    $data .= @fgets($fp);
                }
            
    $data explode("\r\n\r\n"$data);
            
    preg_match("/var\ url\ =\ \'(.+?)\'\;/"$data[1], $value);
                
    $parts explode('/'$value[1]);
                
    $last end($parts);
                
    $deco base64_decode($last);

            }
                
    $result .= "<tr><td width='22%'>" $ury ."</td>";
                
    $result .= "<td width='63%'><a href='".$deco."'>".$deco."</a></td></tr>";
            }
            
        }
        
    $result .= "</table>";
    }
        
            
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Bypass Adf.ly</title>
    <style type="text/css">
    <!--
    body {
        background-color: #333333;
    }
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }
    #wrap{
        width:700px; 
        margin:0 auto; 
        background:#FFFFFF; 
        padding:10px; 
        margin-top:20px;    
        -moz-box-shadow: 0px 0px 5px #000000;
        -webkit-box-shadow: 0px 0px 5px #000000;
        box-shadow: 0px 0px 5px #000000;
        border:dashed 0px #000000;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-top-right-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
    }
    #wrap td:hover{background:#CCCCCC;}
    .searchform {
        display: inline-block;
        zoom: 1; /* ie7 hack for display:inline-block */
        *display: inline;
        border: solid 1px #d2d2d2;
        padding: 3px 5px;
        -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
        box-shadow: 0 1px 0px rgba(0,0,0,.1);

        background: #f1f1f1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
        background: -moz-linear-gradient(top,  #fff,  #ededed);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
        -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
    }
    .searchform input {
        font: normal 12px/100% Arial, Helvetica, sans-serif;
    }
    .searchform .searchfield {
        background: #fff;
        padding: 6px 6px 6px 8px;
        width: 202px;
        border: solid 1px #bcbbbb;
        outline: none;
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        margin-top: 2px;
        margin-bottom: 2px;
        height: 138px;
        margin-left: 0px;
        margin-right: 0px;
        width: 659px;
    }
    .searchform .searchbutton {
        color: #fff;
        border: solid 1px #494949;
        font-size: 16px;
        text-shadow: 0 1px 1px rgba(0,0,0,.6);
        background: #5f5f5f;
        background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
        background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
        -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
        width: 98%;
        height: 30px;
        cursor: pointer;
    }
    a:link {
        color: #336699;
        text-decoration: none;
    }
    a:visited {
        color: #336699;
        text-decoration: none;
    }
    a:hover {
        color: #3366CC;
        text-decoration: none;
    }
    a:active {
        color: #336699;
        text-decoration: none;
    }
    #logo {
        font-size: 66px;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        margin-top: 50px;
        text-shadow: 0px 0px 5px black;
        color: red;
        }
    -->
    </style>
    </head>

    <body> 
    <div id="logo" align="center"><a href="<?php $_SERVER['REQUEST_URI'];?>">Bypass Link Adf.ly</a></div>
    <div id="wrap">
    <center><form class="searchform" method="POST">
        <textarea name="uri" class="searchfield" onfocus="if (this.value == 'Masukin Url Adf.ly Nya disini Bos ;) Pisahkan link dengan enter jika ingin Bulk Cek Link nya Okey!') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Masukin Url Adf.ly Nya disini Bos ;) Pisahkan link dengan enter jika ingin Bulk Cek Link nya Okey!';}" required="required">Masukin Url Adf.ly Nya disini Bos ;) Pisahkan link dengan enter jika ingin Bulk Cek Link nya Okey!</textarea>
        <input class="searchbutton" type="submit" value="Bypass" />
    </form></center>
    <?php
    if ($wikie){
        echo 
    $result;
        }
    ?>
    </div>
    <div align="center" style="margin-top:10px;">Copyright @ <a href="http://www.republikseo.net">RepublikSEO.Net</a></div>
    </body>
    </html>
    Sumber Blog Ane :
    Code:
    http://www.republikseo.net/php-script-bypass-adf-ly-links/
    Kalo bermanfaat Like donk :D
     
    Last edited: Apr 13, 2012
    lazellic, lazlink, xtmxady and 2 others like this.
  2. aditwebid

    aditwebid Super Hero

    Joined:
    Mar 10, 2011
    Messages:
    1,877
    Likes Received:
    32
    Location:
    Dumai - Medan - Brastagi
    mantap mastah, ke tkp .. :D
     
  3. dedisyd

    dedisyd Super Hero

    Joined:
    Sep 20, 2011
    Messages:
    1,242
    Likes Received:
    312
    Location:
    planet telex
    keren ini script, thanks mastah
     
  4. xavierix

    xavierix Super Hero

    Joined:
    May 22, 2011
    Messages:
    1,705
    Likes Received:
    166
    Location:
    makassar
    ijin save yah gan, terima kasih script nya
     
  5. wikielf

    wikielf Dev Alpha 10

    Joined:
    May 20, 2011
    Messages:
    1,499
    Likes Received:
    132
    Location:
    In the world
    Sip

    Sama2 mastah :)

    Semoga Bermanfaat ya gan :)
     
  6. Kenz33

    Kenz33 Super Hero

    Joined:
    Jun 8, 2010
    Messages:
    1,783
    Likes Received:
    70
    Location:
    Merantau
    pake aja "IhatePaidLinks" buat greasemonkey gan lebih gampang, tinggal install beres :) nanti kalo masuk link yang berbau paid paid langsung di redirect :D
     
  7. CIhUy

    CIhUy Ads.id Pro

    Joined:
    Aug 25, 2010
    Messages:
    479
    Likes Received:
    9
    Location:
    pojok kamar kost
    ba dulu gan,makasih nich sharenya :)
     
  8. cbpartner

    cbpartner Super Hero

    Joined:
    Nov 9, 2010
    Messages:
    2,294
    Likes Received:
    48
    Location:
    Warnet dekat rumah
    akhirnya di share juga..
    thanks omm!
     
  9. wikielf

    wikielf Dev Alpha 10

    Joined:
    May 20, 2011
    Messages:
    1,499
    Likes Received:
    132
    Location:
    In the world
    Kalo soal tool buat kya ginian banyak kali, bukan IhatePaidLinks
    cuma setiap orang kn beda2, jd kalo ane pribadi lebih suka eksperiment sendiri, biar punya ilmu dan pengalaman :)

    Silahkan gan,

    sama2 sob, moga bermanfaat ;)
     

Share This Page