• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
Here you have compatible db?
 
Newbie Spellweaver
Joined
Jul 2, 2018
Messages
10
Reaction score
0
cfg after i start Server file i got server stop sad how to fix this i use VMWARE
 
Newbie Spellweaver
Joined
Sep 30, 2016
Messages
13
Reaction score
0
what about this one ?

nChinaRegion = 4nPort = 3777376598nIP = 4925952

how can i fix it :(
 
Joined
Aug 15, 2011
Messages
583
Reaction score
69
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

I already tried it but still having this problem

Ninja300 - Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES* - RaGEZONE Forums





Edit: Do you know what is this mean?
nPort = 3777376598
nIP = 4925952

here login port ConnectLoginServer(const char *szAddress, int nPort=2689);



Go to Basic.cpp and find
BOOL bAPM = FALSE;
//CString strCommand = CString("app") + "_" + "run";
CString strCommand = CString("....app..") + "..." + "...run....";


Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";


to make have parameter (App_run)
 
Newbie Spellweaver
Joined
Sep 30, 2016
Messages
13
Reaction score
0
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

help me sir about that.



here login port ConnectLoginServer(const char *szAddress, int nPort=2689);



Go to Basic.cpp and find
BOOL bAPM = FALSE;
//CString strCommand = CString("app") + "_" + "run";
CString strCommand = CString("....app..") + "..." + "...run....";


Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";


to make have parameter (App_run)


Hi sir 2689 is default port????
 
Experienced Elementalist
Joined
Jun 29, 2010
Messages
222
Reaction score
14
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

where to find this in source? "here login port ConnectLoginServer(const char *szAddress, int nPort=2689);"


we have same problem cant connect. db done,cfg compatible version. I follow this step also "Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";"
 
Joined
Feb 1, 2012
Messages
801
Reaction score
420
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

sorry bro im newbie. you mean this port need to compile in source ? ConnectLoginServer(const char *szAddress, int nPort=2689);
or just edit login cfg and put 2689?
check your cfg login if the port on the source is same. make sure the cfg login and the nPort=2689 of your source is same!




Sir can i use DB from doom ran

yes you can use!
 
Joined
Aug 15, 2011
Messages
583
Reaction score
69
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

where to find this in source? "here login port ConnectLoginServer(const char *szAddress, int nPort=2689);"


we have same problem cant connect. db done,cfg compatible version. I follow this step also "Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";"


You just only say what say before hahahha Kiddo
 
Back
Top