Guide/Release: Conquer Server (CoFuture) Using MySql!

06/30/2008 08:17 leavemealone#1051
erm, Your trying to run the Database.cs file as a query lol?.. only Database.backup or Database.sql w/e.
06/30/2008 09:33 duke646#1052
Quote:
Originally Posted by leavemealone View Post
erm, Your trying to run the Database.cs file as a query lol?.. only Database.backup or Database.sql w/e.
Ah, wrong file. The download link to the database is broken btw. *EDIT Found it
06/30/2008 10:22 duke646#1053
Okay, all fixed. But the only problem is am confused on the database part

[code public static bool ConnectDatabase()
{
string UserName = MakeSafeString("root");
string Password = MakeSafeString("conquer");

try
{
DatabaseConnection = new MySqlConnection("Server=localhost;Database='conque r_server';Username='" + UserName + "';Password='" + Password + "'");
DatabaseConnection.Open();
return true;
}[/code]

What parts do I edit? Also, am using notepad to edit this, where do you come up with "Build Solution"?
06/30/2008 16:29 SweeTFlower#1054
Quote:
Originally Posted by duke646 View Post
Okay, all fixed. But the only problem is am confused on the database part

[code public static bool ConnectDatabase()
{
string UserName = MakeSafeString("root");
string Password = MakeSafeString("conquer");

try
{
DatabaseConnection = new MySqlConnection("Server=localhost;Database='conque r_server';Username='" + UserName + "';Password='" + Password + "'");
DatabaseConnection.Open();
return true;
}[/code]

What parts do I edit? Also, am using notepad to edit this, where do you come up with "Build Solution"?
you cant build with note pad. did you watch the video at all? if you did then you would have seen the part i said you need visual C# 2005
and you can get video c#2005 if you google it.
06/30/2008 19:13 Akroma#1055
I did what it said in the guide but I still cant get it to work :/ I'm wondering if someone can be nice and upload a working code like the one the threadstarter posted, so I can edit the servername and accountnames if it's needed thanks. :)
06/30/2008 19:35 Akroma#1056
This is the error I'm getting: [Only registered and activated users can see links. Click Here To Register...]
06/30/2008 22:20 duke646#1057
Edit, I tried to connect, when ti hit connecting tog ame server a small box comes up with a red X, then the server crashes...

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

Am using the Qonquer client.
07/01/2008 03:18 SweeTFlower#1058
Quote:
Originally Posted by Akroma View Post
This is the error I'm getting: [Only registered and activated users can see links. Click Here To Register...]
your password username is wrong

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

fallow the video.
07/01/2008 09:22 ~Yuki~#1059
So first i wanna thx u 4 the video but u was nearly sleeping eh?
LOL GOOOD WORK GO ON !
07/01/2008 22:13 DrAGoNStYLe#1060
if i will log in it says

Connection with server is interrupted (i follow the video)
07/02/2008 18:44 SweeTFlower#1061
Quote:
Originally Posted by lolmaster123 View Post
So first i wanna thx u 4 the video but u was nearly sleeping eh?
LOL GOOOD WORK GO ON !
yea i am so busy was the only chance i had to record it and i was passing out lol


Quote:
Originally Posted by DrAGoNStYLe View Post
if i will log in it says

Connection with server is interrupted (i follow the video)
did you put the server name in the server dat file in the client?
is your server dat port 9960?
did you open ports threw your fire wall ?
did you check and make auth 1 to create char?
did you put in correct password to log on?

if you did fallow the video you should not have a problem to set up the server there is something you did that is wrong.
07/02/2008 22:19 mihai_v13#1062
man com on post a link from were i can download a fixed server what i can use like a normal conquer online serve...:S pls:P
07/02/2008 22:52 Kiyono#1063
Quote:
Originally Posted by SweeTFlower View Post
your password username is wrong

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

fallow the video.
omg you amde a video? c'mon if you can;t even follow a guide this simple you simply do not deserve to have a own server
07/03/2008 09:59 SweeTFlower#1064
Quote:
Originally Posted by Djago160 View Post
omg you amde a video? c'mon if you can;t even follow a guide this simple you simply do not deserve to have a own server
to many were saying they are getting errors so i made the video for them lol yet they still are getting errors they are just not able to fallow it even thou the video shows exactly what to do :rolleyes:
07/06/2008 01:36 juancx#1065
hello i try server files