Thread: Server Status Cheker

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 Server Status Cheker 
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Well seeming as i want a server status checker and my computer doesn't seem to like .exe files

    Took me 5 minutes to make this and it has a advantage compared to others.

    Note: Only works with 317 protocol

    Features:
    • Server ip + port field
    • Doesn't only check to see if server is accepting connection but logins in to server seeming as some server status checker say a server is online even if you can't login.
    • .jar file works with every computer near enough and only 4kb in size








    Download


     

  2. #2  
    PokeNation! Xaves's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    3,476
    Thanks given
    356
    Thanks received
    788
    Rep Power
    646
    which protocols? only 317?
     

  3. #3  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Quote Originally Posted by Xaves View Post
    which protocols? only 317?
    Currently yes but when i have time i'll allow multiple protocol support.


     

  4. #4  
    #Yuuuuuuup! DerekGoodrow's Avatar
    Join Date
    Dec 2010
    Age
    26
    Posts
    161
    Thanks given
    14
    Thanks received
    15
    Rep Power
    49
    Oooo looks awesome gonna download

    If you're going to rage 'bout my username, send me a PM and we're going to share our opinions. Yes I'm going to change it once I can, don't worry I just didn't think before clicking 'Edit Profile', so calm down boys!

     

  5. #5  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Quote Originally Posted by sweeK View Post
    Well done but I'll stick to the hundreds of server statuses on websites like RuneLocus.
    As i stated server status checkers like RuneLocus just check to see if they can connect to your ip + port and assume it's online but don't actually login like mine making it 100% accurate where as RuneLocus 80% accurate or maybe abit more ;P


     

  6. #6  
    Registered Member
    zezarak's Avatar
    Join Date
    May 2008
    Posts
    1,676
    Thanks given
    40
    Thanks received
    63
    Rep Power
    540
    Lil Str Kid, i love your work! Keep it up, if you said your going to improve that quest system let me know because that's so fucking helpful!
     

  7. #7  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Quote Originally Posted by zezarak View Post
    Lil Str Kid, i love your work! Keep it up, if you said your going to improve that quest system let me know because that's so fucking helpful!
    Very soon


     

  8. #8  
    Registered Member Santi Cazorla's Avatar
    Join Date
    Aug 2009
    Posts
    1,137
    Thanks given
    258
    Thanks received
    55
    Rep Power
    7
    nice?
     

  9. #9  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,895
    Thanks given
    1,564
    Thanks received
    2,624
    Rep Power
    5000
    Code:
    Socket s = new Socket("127.0.0.1", 43594);
    if(s.isConnected())
    System.out.println("Connected");
    else
    System.out.println("Failed to connect");
     

  10. #10  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Quote Originally Posted by leanbow12 View Post
    Code:
    Socket s = new Socket("127.0.0.1", 43594);
    if(s.isConnected())
    System.out.println("Connected");
    else
    System.out.println("Failed to connect");
    Thats the simplest way of doing it and it's how most status checkers do it e.g. RuneLocus, Moparscape but my one logs into the server making it 99% accurate.


     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Server status page (this is not a server status page request)
    By The Situationist in forum Application Development
    Replies: 1
    Last Post: 03-14-2013, 08:31 PM
  2. Replies: 1
    Last Post: 07-17-2010, 06:30 AM
  3. Replies: 6
    Last Post: 07-08-2009, 08:36 AM
  4. Replies: 9
    Last Post: 11-20-2007, 07:32 AM
  5. Replies: 34
    Last Post: 10-31-2007, 09:09 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •