Recent content by RaghavJhavar

  1. RaghavJhavar

    GoMach5 [LA] | Dedicated Server from $35/mo | 2GB VPS @ $10/mo | DDoS Protected | Fast Support

    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!
  2. RaghavJhavar

    :)

    :)
  3. RaghavJhavar

    FREE Skype tool [Coded by Jkaay] (Tons of features)

    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(); }...
  4. RaghavJhavar

    FREE Skype tool [Coded by Jkaay] (Tons of features)

    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!"); }
  5. RaghavJhavar

    Need some help with my website

    I can provide brilliant web hosting and technical support (including finishing it!) Contact my Skype ASAP: raghav.jhavar
  6. RaghavJhavar

    Website Development

    I can do this. Contact me on Skype: raghav.jhavar
  7. RaghavJhavar

    Developer for a network

    I can do SQL. Skype: raghav.jhavar
  8. RaghavJhavar

    Need a website/forum for my server

    I'm interested in this if you can get the user "Elcro" to join in the deal for front-end. I do back-end only. Portfolio link in my sig.
  9. RaghavJhavar

    In need of a webhost

    $1.99 per month, Enterprise-level DDoS Protection, Unlimited MySQL Databases, Unlimited E-mail accounts, cPanel: https://ddosguard.me/cart.php
  10. RaghavJhavar

    AngleDevelopment ❀ Reqruitment Thread ❀ Professional Developers

    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.
  11. RaghavJhavar

    Mojang API

    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"...
  12. RaghavJhavar

    website Help

    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...
  13. RaghavJhavar

    Need a contact page on my website.

    I can do this for you. PM me.
Top