I bought 2 virtual private servers from them and I received both servers in under 30 seconds (LITERALLY)!
And of course, absolutely BRILLIANT speed:
Extremely big vouch for this company!
Oh. In that case you should check if it was successfully attached. You can do that using the Skype API:
TAttachmentStatus status = new TAttachmentStatus();
try
{
skype.Attach();
}
catch
{
MessageBox.Show("Could not attach to Skype, please make sure Skype is running!");
exit();
}...
His Skype is not open. Put the Skype attach code in a try{}catch{} block:
try
{
skype.Attach();
}
catch(Exception ex)
{
MessageBox.Show(string.Format("Please make sure your Skype is open!\nError: {0}",ex.Message), "Error!");
}
You want at least a thirteen year old developer with a minimum of 6 months experience? And you will pay them what a professional developer is paid?
You should donate that money to charity instead.
Snipers do not use the Mojang API. They login by sending a POST request to "https://account.mojang.com/" and saving the cookie, which is re-used to obtain other information.
Here's some sample code in C# I quickly wrote to help you understand:
string URL = "https://account.mojang.com/login"...
Download snow.js from his website and create a directory on your webserver called "js" and put "snow.js" inside "js".
Once you do that, add this within the <head> section in your HTML code:
<head>
...
<script src="js/snow.js" type="text/javascript"></script>
</head>
Do NOT do:
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.