[Release]Portable Server Status Checker

09/01/2009 16:15 Zion~#1
Reasons I released this:
1) I know there are lots of people who have their servers in beta testing ect, and maybe you might not have a website as yet, or a server status page.

2) I was bored.

So, by the Config.ini is set to:
Code:
[Config]
IP=127.0.0.1
Port=80
So basically when you run this application, it should say your server is online.
(Those are your local configs)
By simply changing the IP, to a the ip of the server (CORevos IP = 174.142.39.56) and the port to cos logging server (9958)

You can try it your self, with an offline and an online server.

This application was made in about 3-5minutes.

Code:
Malwarebytes' Anti-Malware 1.40
Database version: 2720
Windows 5.1.2600 Service Pack 3

9/1/2009 7:21:02 AM
mbam-log-2009-09-01 (07-21-02).txt

Scan type: Quick Scan
Objects scanned: 1
Time elapsed: 15 second(s)

Memory Processes Infected: 0
Memory Modules Infected: 0
Registry Keys Infected: 0
Registry Values Infected: 0
Registry Data Items Infected: 0
Folders Infected: 0
Files Infected: 0

Memory Processes Infected:
(No malicious items detected)

Memory Modules Infected:
(No malicious items detected)

Registry Keys Infected:
(No malicious items detected)

Registry Values Infected:
(No malicious items detected)

Registry Data Items Infected:
(No malicious items detected)

Folders Infected:
(No malicious items detected)

Files Infected:
(No malicious items detected)
Credits
Smythe94 pointing out some errors
Me/Zion/Michael making it

[Only registered and activated users can see links. Click Here To Register...]

Please leave a thanks if you downloaded this application.
09/01/2009 16:32 copz1337#2
I don't get what this is for, I put my server offline and it still says online. Hmm would it say offline if I didn't have a server or what's it for lol.
09/01/2009 16:39 Zion~#3
Change the port to
9958

Once the port is 80, and your has your external or local ip is in there Config.ini

The server will be online, because port 80 is always opened once your computer is online.
09/01/2009 16:41 Basser#4
Lol, Zion, you forgot one thing,
it checks if the ports are open,
and if 80 is open, it will say the server is online,
which isn't true.
09/01/2009 16:42 -Shunsui-#5
Nice release eaven tho iam not gona use it k+ looks nice
09/01/2009 16:43 copz1337#6
Whoa Zion nice, I'm sure alot of people will be looking forward to this.
09/01/2009 16:46 copz1337#7
Quote:
Originally Posted by Smythe94 View Post
Lol, Zion, you forgot one thing,
it checks if the ports are open,
and if 80 is open, it will say the server is online,
which isn't true.
I think it does that for port 80 only, because I put port 9958 and I was messing around with the server putting it offline and online and it tells you the truth. Btw what's port 80 for? And when it checks IP 127.0.0.1 what does it check for exactly?
09/01/2009 16:49 Zion~#8
That ip is your local ip, so its basically checking your pc too see if port 80 is open

@Bas, dude no..
It checks only 1 port, the one you enter in the Config.ini
09/01/2009 16:52 copz1337#9
Quote:
Originally Posted by Zion~ View Post
That ip is your local ip, so its basically checking your pc too see if port 80 is open

@Bas, dude no..
It checks only 1 port, the one you enter in the Config.ini
So not only can you check if your server is online, but you can also check if your ports are open. That's sick dude, this is going to come in handy. Thanks.

#updated: btw whats port 80 for exactly?
09/01/2009 16:58 Basser#10
Quote:
Originally Posted by copz1337 View Post
So not only can you check if your server is online, but you can also check if your ports are open. That's sick dude, this is going to come in handy. Thanks.

#updated: btw whats port 80 for exactly?
A website, PHP and HTML..
If you host a website, most of times its using port 80..
I'm not sure if everybody uses port 80 though.

EDIT:
My post about it only checks if the port is open, not being used is wrong.
Sorry, I made a really stupid mistake, it opens the port when its being used.
09/01/2009 17:05 Zion~#11
Quote:
Originally Posted by copz1337 View Post
So not only can you check if your server is online, but you can also check if your ports are open. That's sick dude, this is going to come in handy. Thanks.

#updated: btw whats port 80 for exactly?
Its good for some hacking, soon you'll be seeing Bas and I, create an aimbot.
09/01/2009 17:09 killermickle#12
I'm not trying to offend you, but for something so simple you're getting a big response ;o.

& if you want to find open ports use a port scanner, save you alot of time.
09/01/2009 17:13 PeTe Ninja#13
This will be good for checking if the ports are open but not if the server is online. Try remaking it but this time make it to connect to the server for a brief 10 seconds and if it is connected then it is online.
09/01/2009 17:14 Zion~#14
That's what makes Hybrid so great you know, cause of his Simplicity but effective work.
So I take that as a compliment.
09/01/2009 17:14 copz1337#15
Quote:
Originally Posted by Smythe94 View Post
A website, PHP and HTML..
If you host a website, most of times its using port 80..
I'm not sure if everybody uses port 80 though.

EDIT:
My post about it only checks if the port is open, not being used is wrong.
Sorry, I made a really stupid mistake, it opens the port when its being used.
Oh I see, thanks.