Results 1 to 5 of 5

Thread: IP Address

  1. #1
    plz does anyone know any method (not the netstat) or software that i can use to know the ip address of my msn contacts to know if someone is talking to me with 2 accounts in the same time .. thx for help ...

  2. Software & Hardware   -   #2
    BANNED BT Rep: +3
    Join Date
    May 2007
    Posts
    1,021
    you can code a php script to log ip's .

    Code:
    <?php
    $log=fopen("log1.html","a");
    if( !$log ) {
      or die("couldnt open log");
    } else {
      fwrite($log, "Date of visit " .date('l dS \of F Y h:i:s A') . ", IP:" . $REMOTE_ADDR . "<br>");
      fclose($log);
    }
    ?>


    . then host that script here http://www.t35.com/

    and give that link to the victim .. once he clicks on that link , his/her ip will be logged ..

  3. Software & Hardware   -   #3
    could u plz explain more i really don't understand sorry

  4. Software & Hardware   -   #4
    BANNED BT Rep: +3
    Join Date
    May 2007
    Posts
    1,021
    err .. if you cant understand that.. dont do it ..

    netstat or nbtstat doesnt work .. :|

  5. Software & Hardware   -   #5
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    since all chat on msn is done through msn proxies you wont be able to just grab the ip address so something like blackbird suggests would be a start.

    you would either have to start a file transfer which is done directly and use netstat to find their ip address or you could setup your own sever on your machine and host a funny pic send it to someone and then check your logs for their ip address.

Bookmarks

Posting Permissions

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