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
Please leave a thanks if you downloaded this application.
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.
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?
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.
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.
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.
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.
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.
[Small Release] 5017 PHP Status Checker (LOTF) 12/01/2011 - CO2 PServer Guides & Releases - 11 Replies THIS IS FOR LOTF!!
I Tested It And It Works!!
<?php
require ("connect.php");
$res = mysql_query("SELECT count(*) FROM accounts;");
$val = mysql_fetch_array($res);
echo "<div style='top'><font color='white'>Accounts Created: ".$val."</div>";
Server Status Checker 05/17/2009 - CO2 Private Server - 0 Replies can a co pserver that runs on hamachi have one or only for one that has access to their router...
[Release]Simple Status Checker 12/29/2008 - CO2 PServer Guides & Releases - 8 Replies Ok, today im releasing a Simple Status Checker! (Its my first code in C#)
In Client.cs find :
above add :
then search for a second time 390 and add above :
Private Server Status Checker 08/02/2008 - CO2 Exploits, Hacks & Tools - 120 Replies Tool: Conquer Online Private Server Status
Author: Future (Myself)
Hello Everyone,
This is a tool i decided to make which has a list of Conquer Online Private Servers and it tells you there Online status to see whether they are online or offline. Sometimes the Status bar will stay on "Connecting..." this ussually means the servers gunna be offline but just be patient as it wont take very long for the status to show up, the cause of this sometimes can be the firewall protection of the...