[Deviation] Simple Skype Resolver 08-19-2013, 05:24 PM
#1
I've been working with Skype resolvers for a long time now, I've owned a few, been part of a few and sold a few. This is just a quick snippet for you's who want to learn. It's simple.
Nothing special.
NOTE: Remember to save your file as .php
1. Basic Page Layout
2. This is the forum where we enter our Skype Username
3. This is a simple version of the cURL you would use, cURL makes your requests ms-1 faster.
4. Then add
- To end the page.
Nothing special.
NOTE: Remember to save your file as .php
1. Basic Page Layout
Code:
<html>
<head>
<title>Fhoto's Resolver</title>
</head>2. This is the forum where we enter our Skype Username
Code:
<form action="action" method="POST">
<input type="text" name="skypeusername" placeholder="Skype Username" >
<input name="submit" type="submit" value="Resolve" ">
</form>3. This is a simple version of the cURL you would use, cURL makes your requests ms-1 faster.
PHP Code:
<?php
if (isset($_POST['submit'])) {
$name = $_POST['skypeusername'];
$text = "'s IP:"
$api = file_get_contents('http://www.speedresolve.com/skype.php?key=djdjjskdjksdj&name={$skypeusername}');
if($api == null);
{
die("ERROR: API is down.");
}
else
{
}
echo $name $text $api;
}
?>4. Then add
Code:
</html>- Contact Paradox or Uzi for Admin related duties
- Contact Operate for Staff queries
- PM me if you need any help.
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)