+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    1,931,936.25
    Rep Power
    207

    Default SonniE's iP LoGGER

    All Written By Me you will need to make this a php document and then create a file on the same directory called iplogsource.txt
    Wana Test it?
    whatsmyip.php
    and the log is
    iplogsource.txt
    Code:
    <html>
    <body bgcolor="red">
    <?php
    echo "Your iP iS: ";
    echo $_SERVER['REMOTE_ADDR'];
    $ip = $_SERVER['REMOTE_ADDR'];
    $myFile = "iplogsource.txt";
    $fh = fopen($myFile, 'a') or die("can't open file");
    $stringData = "------------------------------------------";
    fwrite($fh, $stringData);
    $time = date("r"); 
    fwrite($fh, $time); 
    $Space = "\n";
    fwrite($fh, $Space);
    $stringData = $ip;
    fwrite($fh, $ip); 
    $stringData = "\n";
    fwrite($fh, $stringData);
    $stringData = "\n";
    fwrite($fh, $stringData);
    fclose($fh);
    ?>
    </html>
    Last edited by SonniE; 04-08-2008 at 03:42 PM.


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  2. #2
    Join Date
    Feb 2008
    Posts
    29
    Points
    4,102.00
    Rep Power
    198

    Default

    lol clear it quick, i forgot to use a proxy, damn some1s gonna send me loads of trojans.

  3. #3
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    1,931,936.25
    Rep Power
    207

    Default

    lol =P muhahaha i get ur ip anyway i get every1 who signs up


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  4. #4
    Join Date
    Jan 2008
    Location
    Langley, virginia
    Posts
    58
    Points
    100,721.00
    Rep Power
    199

    Default

    ok im try this

  5. #5
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    1,931,936.25
    Rep Power
    207

    Default

    lol :K:


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  6. #6
    Join Date
    Jan 2008
    Location
    Florida
    Posts
    1,383
    Points
    697,549.65
    Rep Power
    204

    Default

    lol :CD:






  7. #7
    Currently Offline WheRe dO wE gO nOw? Elite Contributer LeGaCy has a spectacular aura about
    Join Date
    Apr 2008
    Location
    Scooter Riding
    Posts
    418
    Points
    432,273.23
    Rep Power
    196

    Default

    lmfaoo...:BL:




    LGcYTM
    ------------------------------------------------
    Don't Upgrade If you can't downgrade.

  8. #8
    Join Date
    Apr 2008
    Posts
    17
    Points
    40,537.00
    Rep Power
    196

    Default

    hey, im kind of just peeking around this site for some things, and well i have one question about this thread, and i want to know what this does....Thanks:BL:

  9. #9
    Join Date
    Apr 2008
    Posts
    6
    Points
    6,967.00
    Rep Power
    195

    Default help

    wat does actually do???

    is it like for like getting online on spdm???

    plz help

  10. #10
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    1,931,936.25
    Rep Power
    207

    Default

    its pretty much in the title it logs ip address's simple example in php


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts