[Release]Server Status in Launcher

09/20/2013 23:37 LeCannibal#16
Quote:
Originally Posted by M>M View Post
hi all,
i wanted to give you a code for vb 2010 to show it the server is online or offline

first for the imports
Code:
Imports System.Net.Sockets
then under the Public Class Form1 insert this code
Code:
Dim game As New TcpClient()
Dim auth As New TcpClient()
the game dim is for the game server state and auth is for auth server state
then for the code of the status you can but it any were you want in the form load if you want it to see if the the server is off or on when the launcher is started or in a button so the player can manual see it
you will need also two labels to in your form

and this is the link for the FULL launcher just edit the IP and PORT :D
download form : [Only registered and activated users can see links. Click Here To Register...]
Screenshoots
if it's not online
and when it's online
i hope you like it :D, and if you had any problem please post in this topic or pm ;).

have a nice day.:mofo:
I downloaded but how do you turn it into exe form
09/21/2013 03:33 XavierDeFawks#17
For one necro posting isnt allowed.
And two [Only registered and activated users can see links. Click Here To Register...] .

P.S. If you dont even know how to compile simple code then you have no business coding or using code.