Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Skype Resolver Script PHP [WITH API]
- --------------------------------------------------------------------
- <center>
- <form method='post' action=''>
- Username: <input name='user' type='text' id='user' size='30' maxlength='30' />
- <input type='submit' name='submit' value='Grab!' />
- </form>
- </center>
- <center>
- <?php
- $page = file_get_contents('http://gwap.kodingen.com/skype/grab.php?username='.$_POST["user"].'&method=1');
- $strp1 = str_replace('(old - resolve failed)', '(User is offline. IP of last login)', $page);
- $strp2 = str_replace('(current)', '(User is online. Current IP)', $strp1);
- $strp3 = str_replace('?username=', '', $strp2);
- $strp = str_replace(',', '<br />', $strp3);
- echo $strp;
- ?>
- </center>
Advertisement
Add Comment
Please, Sign In to add comment