Jump to content

Recommended Posts

Posted

Hello there,

I coded a program which checks if a server (any game) is online or not.

You write the ports, IP, and the program tries to connect to these 2 ports, if the program succeeds in connecting in these 2 ports, it will show in both login&game the "ON" sign,etc.

 

I'm going to share it for free, but, tell me, is it enough good to release it? Or I worked for nothing.

 

Screenshot: http://i.imgur.com/NnQuwul.png

 

--Also, I had created a program sometime ago.. for Maxtor.. it was called AIO topics bug fixer, this would replace all the new converted IPB links(from smf) to smf(archive).. (talking about 2-3 pages topics full of shares that the links were dead).. (The funny is, Maxtor told me to create this program.. but when I created it, he didn't even download it with the excuse: I never download programs on my pc)

 

So, as I can see there are still a lot of topics which have their links dead, my program I think would work like charm..

 

Download link for AIO topics bug fixer v1:

 

http://www.2shared.com/complete/5cA_w760/AIO_topics_bug_fixer_v1.html

 

Anyway, whats your opinion about both programs. They are both free of charge.

Posted

actually its a simple request connect to socket.

 

In java you just 

 

try

{

     Socket s = new Socket(String IPaddress, int port)

     //server online if we reached here.

}
catch (Exception e)

{

     //server offline here

}

 

If you want to make it worth, you have to show online players or something, and I can help you with that!

Posted

Exactly.

 

Its like seeing my vb code in Java.. same stuff. Hmm.. online counter. Interesting, would you mind sending me a java code - version of this? i might be able to transfer it into vb.

 

TThanks for the offer!

Posted

Exactly.

 

Its like seeing my vb code in Java.. same stuff. Hmm.. online counter. Interesting, would you mind sending me a java code - version of this? i might be able to transfer it into vb.

 

TThanks for the offer!

 

get online on skype, as for the online counter its a tricky job

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...