Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 04:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Portable Server Status Checker

Discussion on [Release]Portable Server Status Checker within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 09/01/2009, 17:21   #16
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Quote:
Originally Posted by PeTe Ninja View Post
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.
Zion~ is offline  
Thanks
1 User
Old 09/01/2009, 17:29   #17
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Quote:
Originally Posted by PeTe Ninja View Post
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.
Zion~ is offline  
Thanks
1 User
Old 09/01/2009, 17:32   #18
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
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 Ninja is offline  
Old 09/01/2009, 18:38   #19
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Those codes won't even work Pete.
:/
Now stop releasing peoples codes like a ****.
Zion~ is offline  
Thanks
1 User
Old 09/01/2009, 19:46   #20
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
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 >_>
Basser is offline  
Old 09/01/2009, 22:09   #21
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
...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.
PeTe Ninja is offline  
Old 09/01/2009, 22:21   #22
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
You got the full version of it?
Zion~ is offline  
Thanks
1 User
Old 09/01/2009, 22:25   #23
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
Of your thing? I just put the main part down.
PeTe Ninja is offline  
Old 09/02/2009, 02:23   #24
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Of the .NET Reflector.
Zion~ is offline  
Thanks
1 User
Old 09/02/2009, 02:25   #25
 
elite*gold: 0
Join Date: Apr 2009
Posts: 30
Received Thanks: 0
Nice Guide ^^
marcos140595 is offline  
Old 09/02/2009, 11:29   #26
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
Quote:
Originally Posted by Zion~ View Post
Of the .NET Reflector.
@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
Basser is offline  
Thanks
1 User
Old 09/02/2009, 19:11   #27
 
© Haydz's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 1,042
Received Thanks: 252
Code an application in .NET without obfuscation, accept the consequences
© Haydz is offline  
Thanks
1 User
Old 09/02/2009, 21:25   #28
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
I know what to do now.
Zion~ is offline  
Thanks
1 User
Old 09/03/2009, 06:16   #29
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
Quote:
Originally Posted by Smythe94 View Post
@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.
PeTe Ninja is offline  
Old 09/03/2009, 11:19   #30
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
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? >_>
Basser is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[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...
[Release] Server Status Port Checker C# (Source)
04/12/2008 - CO2 Exploits, Hacks & Tools - 4 Replies
Nope.



All times are GMT +2. The time now is 04:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.