Sinisterly
Make you own Skype Resolver API - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: Make you own Skype Resolver API (/Thread-Make-you-own-Skype-Resolver-API)



Make you own Skype Resolver API - Hatsune Miku - 08-11-2014

PHP Code:
<?php $username = $_GET['username']; $ip = file_get_contents('http://abrasivecraft.com/api.php?cmd=12&username='.$username.''); echo $ip; ?>

how to use
http://yourwebsite.com/file.php?username=skypeusername



and also here have some fun
boot.ninja<------ is a website


RE: Make you own Skype Resolver API - Equinox - 08-11-2014

To be fair, this isn't really making an API as much as just using another API and getting the contents of their page. Also, tried resolving myself and it returned "IP Not Found". Unsure if this works or not.


RE: Make you own Skype Resolver API - Hatsune Miku - 08-11-2014

(08-11-2014, 12:19 AM)Equinox Wrote: To be fair, this isn't really making an API as much as just using another API and getting the contents of their page. Also, tried resolving myself and it returned "IP Not Found". Unsure if this works or not.

yeah some people use this so others don't have access to there vps or just make it look like they own one


it works with my username