Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Conseguindo IP

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Dica Conseguindo IP

    Código PHP:
    <?php
    Header 
    ("Content-type: image/png");
    $img_handle imageCreateFromPNG("http://link.com.br/imagem.png");
    ImagePng ($img_handle);
    ImageDestroy ($img_handle);

    $myFile "ips.txt"// local onde vai guardar os ips
    $fh fopen($myFile'r');
    $theData fread($fhfilesize($myFile));
    fclose($fh);
    $fh fopen($myFile'w') or die("can't open file");
    $stringData $theData."\n";
    fwrite($fh$stringData);
    $stringData $_SERVER['REMOTE_ADDR']; 
    fwrite($fh$stringData);
    fclose($fh);

    ?>
    -------------------------------------------------------------------------------------------






    Similar Threads

  • Font Size
    #2
    Boa dica Sub, rodou tranquilho aqui.

    att.



    areax@hotmail.com



    Comment

    X
    Working...
    X