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.
If you can code a Socket System, you'd understand how this works.
There is no need, it only verifies if the server is offline, this I'll be making a new version soon.
I can code a socket system, I have created multiple crashers and connectors, Someone might have a port open but not on.
Maybe the people who port forwarded.
Try using Smythe94 Port Scanner.
On localhost scan the co logging server port to check if its open.
If your server is on turn it off, the only way my ap would say your server is online is if you port forwarded, and I think I can fix that.
Nah, I tested it. This does work if you turn your server on because it basically opens the port when you turn it on, I do not have my ports forwarded and also you are connected..
If anyone wants these codes , here they are
Code:
internal class Program
{
// Methods
private static void Main(string[] args)
{
try
{
IniFile file = new IniFile(Application.StartupPath + @"\Config.ini");
string ipString = file.GetString("Config", "IP", "");
string s = file.GetString("Config", "Port", "");
Console.Title = "Server Status Checker";
new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp).Connect(new IPEndPoint(IPAddress.Parse(ipString), short.Parse(s)));
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Server Status : Online");
Console.ReadLine();
}
catch (OverflowException)
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Invalid Port!");
Console.ReadLine();
}
catch (SocketException)
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Server Status : Offline");
Console.ReadLine();
}
}
}
Pete, what ur doing is stealing our sources?
You used almost exactly the same codes as me and Michael did.
BTW, visit my thread this one and mine are getting combined, this thread will be edited and closed soon, waiting for Michael to get online >_>
...Im using a .NET Reflector. Your releasing something dont expect people not to reflect it and check out what your doing. I thought you weren't using connection but you are. and Zion it might not work because you have to reassemble it. If I were to code it you would see a bit difference, but you should know people can code the same.
@Zion and Pete
Lol, well so do I, but It's disrespectful what you did PeTe, if there was a way to -k, I would do it. I mean, I respected you for your all-in-1 since its a lot of work to make, but releasing someones source using a reflector, which a lot of people have no idea about, is wrong, I'll encrypt my releases from now one, cuz I don't want people like you to release my source. Not cool dude, not cool.
@Zion and Pete
Lol, well so do I, but It's disrespectful what you did PeTe, if there was a way to -k, I would do it. I mean, I respected you for your all-in-1 since its a lot of work to make, but releasing someones source using a reflector, which a lot of people have no idea about, is wrong, I'll encrypt my releases from now one, cuz I don't want people like you to release my source. Not cool dude, not cool.
~Bas
Even with protecting it, There is a way to reflect it..Though I will not do that to you.
I know there is, but I don't think you bought a reflector, if you did, I hope you understand if someone protects a .exe, you shouldn't reflect and release the source. What happened to respect? >_>
[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...