How to check this person's ip address ??

Discussion in 'General Chat' started by buynsell, Aug 7, 2009.

  1. #1
    buynsell, Aug 7, 2009 IP
  2. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #2
    You cant get ip from youtube if u can trick a person to go on a page u can track the persons ip
     
    Bohra, Aug 7, 2009 IP
  3. buynsell

    buynsell Active Member

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    on which page ???
     
    buynsell, Aug 7, 2009 IP
  4. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #4
    Create a small php script on ur site or some free hosting which logs ip

    like name it youtube.php

    put this code in it

    <?php
    $ip = $_SERVER['REMOTE_ADDR'];
    $pagina = $_SERVER['REQUEST_URI'];
    $datum = date("d-m-y / H:i:s");
    $invoegen = $datum . " - " . $ip . " - " . $pagina . "<br />";
    $fopen = fopen("ips.html", "a");
    fwrite($fopen, $invoegen);
    fclose($fopen);
    ?>
    Code (markup):
    Make a empty file named ips.html on ur server and chmod it 777 and make that user go to it
     
    Bohra, Aug 7, 2009 IP
  5. buynsell

    buynsell Active Member

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #5
    thanks for help,
    but i am trying any other way without contacting to him ,
    i recently talked him few mints back on youtube private msges and he also gave comments on my vid so i there any possibility with that ??
     
    buynsell, Aug 7, 2009 IP
  6. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #6
    Directly i doubt if there is such a directway youtube would face privacy issues i guess
     
    Bohra, Aug 7, 2009 IP
  7. buynsell

    buynsell Active Member

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #7
    hmmm,
    no if there is any tool or anyother thing which tell ip, basically i just want to confirm that ip is from hongkong as the person told me,
    bcoz i think he is in usa and i think she's my frnd and just checking mee :$
     
    buynsell, Aug 7, 2009 IP
  8. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #8
    Easiest way is to make him visit a page with script that records ip. But you need to make sure its him.
     
    ads2help, Aug 7, 2009 IP