Is there anyway to check this person's ip of this youtube id http://www.youtube.com/user/MultiPhool this is very important for me Somebody help plz Thanks in adv
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
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 ??
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 :$
Easiest way is to make him visit a page with script that records ip. But you need to make sure its him.