Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Server Control Panel

Experienced Elementalist
Joined
Oct 9, 2012
Messages
226
Reaction score
76
Hi,
like in topic, its a modifed Zeyden's SCP.
Cheers.
 

Attachments

You must be registered for see attachments list
  • Like
Reactions: Xca
Retired (Goddamn idiots)
Joined
Dec 3, 2003
Messages
391
Reaction score
483
Aw snap, and here I thought you had something original.
Oh well, I guess that this too is a form of learning. (Mimicking)
 
Joined
Apr 12, 2013
Messages
897
Reaction score
481
View attachment 133513

Nice, thanks xD

.... nice errorhandling:
Code:
using (command2 = connection2.CreateCommand())                {
                    connection2.Open();
                    command2.CommandText = str2;

you heared something about?:
Code:
                try                {


                }
                catch
                { 
                
                }

Ohh man...BIG Fail

Code:
private static string sqlcon = "KRZYSIEK-PC";
        private static string sqlconsuf = "DIVINE";

pls....this is not 127.0.0.1
 
Last edited by a moderator:
Junior Spellweaver
Joined
Dec 3, 2012
Messages
162
Reaction score
130
Hi,
like in topic, its a modifed Zeyden's SCP.
Cheers.

Code:
.....
        private static string slasher = @"\";
        private static string sqlcon = "KRZYSIEK-PC";
        private static string sqlconsuf = "DIVINE";
.....
string connectionString = "data source=" + sqlcon + slasher + sqlconsuf + ";initial catalog=atum2_db_account;user id=atum;password=callweb";
.....

it's only run in your computer
Put server name is (local) or 127.0.0.1 :)
 
Back
Top