Jump to content

mississippi

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by mississippi

  1. Salut tw8 , in codul tau sunt 2 greseli

    1) tinind cont ca este vorba de un block php nuke , ar trebui sa inceapa asa


    <?php

    if (eregi("block-YahooAvatar.php", $_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
    }

    2) Cind apesi butonul Cauta Avatar da urmatoarea eroare in browser


    [url]http://localhost/yahoo.php?id=NUME[/url]

    Astept sa faci un cod ( dar nu in graba ) Merci anticipat :)

  2. Am facut un block php nuke pentru a vedea avatarul unui user yahoo


    <?php

    if (eregi("block-YahooAvatar.php", $_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
    }


    $content .= "
    <center><FORM method=GET action='http://img.msg.yahoo.com/avatar.php?yids='>


    <INPUT TYPE=text name=yids size=60 maxlength=155 value=''>

    <INPUT type=submit VALUE='Cauta Avatar'></center>


    </FORM>

    ";

    /************************************************************************/
    /************************************************************************/
    ?>

    Block-ul merge foarte bine, dar as vrea ca rezultatul (poza de la avatar) sa apara tot in acest block, cumva prin iframe

×
×
  • Create New...