Register for your free account! | Forgot your password?

You last visited: Today at 20:02

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

Advertisement



[Release] World Conquer Source v2

Discussion on [Release] World Conquer Source v2 within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 01/13/2020, 14:22   #181
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by somecode View Post


when the server , run on there line code ...
client is show the dialog, tips: disconnect from game server



but the server is everything ok!!!!

Let's go through a few steps.
  1. If you're connecting to a server on localhost, you must not use 127.0.0.1 on the string, as the comment say it must be a random IP.
  2. Disconnected with the game server may be your DH Key. Just check if the Key on the ini is the same as on your Conquer.exe.
I think your problem must be the DH Key, so we may see other things later.
pintinho12 is offline  
Old 01/14/2020, 06:59   #182
 
elite*gold: 0
Join Date: Apr 2011
Posts: 96
Received Thanks: 9
Quote:
Originally Posted by pintinho12 View Post
Let's go through a few steps.
  1. If you're connecting to a server on localhost, you must not use 127.0.0.1 on the string, as the comment say it must be a random IP.
  2. Disconnected with the game server may be your DH Key. Just check if the Key on the ini is the same as on your Conquer.exe.
I think your problem must be the DH Key, so we may see other things later.
thanks guys , but i have another little problem , how can i check conquer.exe DHKey ? use Olldbg?
somecode is offline  
Old 01/14/2020, 14:39   #183
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by somecode View Post
thanks guys , but i have another little problem , how can i check conquer.exe DHKey ? use Olldbg?
pintinho12 is offline  
Thanks
2 Users
Old 01/14/2020, 16:18   #184
 
elite*gold: 0
Join Date: Apr 2011
Posts: 96
Received Thanks: 9
Quote:
Originally Posted by pintinho12 View Post

thks for your help…

good guys, nice to meet you

I'm try ing to edit 5517 client server. dat …
did you know how to do?
somecode is offline  
Old 01/14/2020, 18:27   #185
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by somecode View Post
thks for your help…

good guys, nice to meet you

I'm try ing to edit 5517 client server. dat …
did you know how to do?
You cannot. You need loaders to do that. CSV3 is good choice since you can find it's source code.
pintinho12 is offline  
Old 01/15/2020, 02:18   #186
 
elite*gold: 0
Join Date: Apr 2011
Posts: 96
Received Thanks: 9
Quote:
Originally Posted by pintinho12 View Post
You cannot. You need loaders to do that. CSV3 is good choice since you can find it's source code.
im trying to use olldbg find the server list tmpfile and jump the encryption process 。
somecode is offline  
Old 01/15/2020, 18:01   #187
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by somecode View Post
im trying to use olldbg find the server list tmpfile and jump the encryption process 。
If you manage to do this and teach me I'd pay for it lol or you could share the steps with the community xD since 95% won't be able to reproduce the steps anyway
pintinho12 is offline  
Old 01/16/2020, 05:08   #188
 
elite*gold: 0
Join Date: Apr 2011
Posts: 96
Received Thanks: 9
Quote:
Originally Posted by pintinho12 View Post
If you manage to do this and teach me I'd pay for it lol or you could share the steps with the community xD since 95% won't be able to reproduce the steps anyway
I have succeeded in 6600 + version, but the 5517 version is a little different, i'm trying ...

By pass (6600+)
1.Open Conquer.exe with olldbg tools
2.Search all of ASCII String
3.Find "Error in delete tmpfile"
4.push new file name and jmp the encryption segment
5.Success
somecode is offline  
Old 01/19/2020, 06:41   #189
 
elite*gold: 0
Join Date: Jan 2018
Posts: 21
Received Thanks: 0
New Error!

Quote:
Originally Posted by pintinho12 View Post
You'll need to take a look on the equipment class, because the algorithm I created at that time really sucks, I had to do several changes when adaptating to my newest source.
I have this error since I migrated from win7 x64 to win8 x64 i got this error the LoginServer always says "could not connect to mysql" even my config.ini and shell.ini are correct. so i search and solve the problem. I installed "mysql-connector-net" so the connection is now okay. now i got this new problem if I login to the client is successfully login but the LoginServer will give me this error.

Gii0 is offline  
Old 01/20/2020, 02:33   #190
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by Gii0 View Post
I have this error since I migrated from win7 x64 to win8 x64 i got this error the LoginServer always says "could not connect to mysql" even my config.ini and shell.ini are correct. so i search and solve the problem. I installed "mysql-connector-net" so the connection is now okay. now i got this new problem if I login to the client is successfully login but the LoginServer will give me this error.

Go to the account mapping and change lock to `lock`
pintinho12 is offline  
Old 01/21/2020, 14:45   #191
 
elite*gold: 0
Join Date: Jan 2018
Posts: 21
Received Thanks: 0
Quote:
Originally Posted by pintinho12 View Post
Go to the account mapping and change lock to `lock`
can i ask where can i find that account mapping sir?
Gii0 is offline  
Old 01/21/2020, 17:33   #192
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by Gii0 View Post
can i ask where can i find that account mapping sir?
at DB project
pintinho12 is offline  
Thanks
1 User
Old 01/22/2020, 11:59   #193
 
elite*gold: 0
Join Date: Jan 2018
Posts: 21
Received Thanks: 0
Quote:
Originally Posted by pintinho12 View Post
at DB project
seems like i cant see any problem here



or maybe its because of the version of mysql? 5.1.37? or the mysql connector that i used i only got this error in windows 8.1. seems find in windows 7.
Gii0 is offline  
Old 01/22/2020, 17:52   #194
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 933
Received Thanks: 404
Quote:
Originally Posted by Gii0 View Post
seems like i cant see any problem here



or maybe its because of the version of mysql? 5.1.37? or the mysql connector that i used i only got this error in windows 8.1. seems find in windows 7.
The lib which must actually escape characters is not doing it, so you gotta do it by yourself by changing "lock" to "`lock`".
pintinho12 is offline  
Thanks
1 User
Old 01/23/2020, 11:27   #195
 
elite*gold: 0
Join Date: Jan 2018
Posts: 21
Received Thanks: 0
Quote:
Originally Posted by pintinho12 View Post
The lib which must actually escape characters is not doing it, so you gotta do it by yourself by changing "lock" to "`lock`".
I get it now thank you so much.
Gii0 is offline  
Reply


Similar Threads Similar Threads
[RELEASE]Conquer Emulator Source 5165
11/22/2010 - CO2 PServer Guides & Releases - 29 Replies
Latest Version: v1.0.0 Last Updated: 07:37AM 29/07 2010 This is a small project in NewestCOServer. Why this? To make a better NewestCOServer source. Ive deleted alot things so far and started building things up. I will work on this time after time, untill it will be good :) Hope you find this useful
[RELEASE] Conquer v5065 Source
10/20/2009 - CO2 PServer Guides & Releases - 2 Replies
Edited
[Release] Conquer Source
08/23/2009 - CO2 PServer Guides & Releases - 1 Replies
Heya. Since wrong people got ahold of this (immature kids, ofcourse) I decided to release it. It's a source which base was made by Tanel, and was rewritten and continued by me. I will not say that the coding in this source is great, because it's sure not. I stopped developing somewhere in 2008, so it's poorly coded in some places, but it has the basic stuffs + some more. Here's a little list to give you a little information:



All times are GMT +1. The time now is 20:02.


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.