Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Finding IP Address Through Skype - CMD filter_list
Author
Message
RE: Finding IP Address Through Skype - CMD #11
Save as anything .php (for example, 'resolver.php') - then visit the page using 'filename.php?user=skype_name'

Code:
<?php $resolve = file_get_contents("http://www.google.com/resolver.php?user={$_GET['user']}"); $ip = (empty($resolve)) ? "error" : $resolve; echo $ip; ?>

Should work ^^
Relax, I'm good.
~mr.good

Reply

RE: Finding IP Address Through Skype - CMD #12
I didn't know this method thanks for sharing I'll use this.

Reply

RE: Finding IP Address Through Skype - CMD #13
Tried but may be i did something wrong. That's y didn't work for me.

Reply

RE: Finding IP Address Through Skype - CMD #14
this seems slick, gonna try it out soon Smile

Reply







Users browsing this thread: 1 Guest(s)