[SOURCE]Changing Ports and files do you need
..\_Network\MsgHdr.h
At line 1415 you have something like it
Code:
// Server Ports
#define PN_PATCHSRVR 1100
#define PN_WORLDSRVR 2000
#define PN_CERTIFIER 23000
#define PN_CORESRVR 4000
#define PN_CACHESRVR 5400
#define PN_DBSRVR_0 7000 // l
//#define PN_DBSRVR_1 7100 // w
#define PN_DBSRVR_1 24000 // w
#define PN_DBSRVR_2 7200 // core
#define PN_LOGINSRVR 28000
#define PN_PATCH_DISTRIBUTOR_0 9000
#define PN_PATCH_DISTRIBUTOR_1 9100
#define PN_MONITOR_0 11000
#define PN_MONITOR_1 11001
#define PN_MONITOR_2 11002
#define PN_ACCOUNTSRVR_0 12000
#define PN_ACCOUNTSRVR_1 12001
#define PN_ACCOUNTSRVR_2 12002
#define PN_ACCUMULATOR 13000
#define PN_ADBILL 26666
#define PN_COLLECTION 26000
Well we change!
Code:
#define PN_WORLDSRVR 2000 // Port of the world
#define PN_CERTIFIER 23000 //Port of a certifier
#define PN_CORESRVR 4000 // Port of coreserver
#define PN_CACHESRVR 5400 // Port of cacheserver
#define PN_DBSRVR_0 7000 // Dataserver
#define PN_DBSRVR_1 24000 // Dataserver
#define PN_DBSRVR_2 7200 // Dataserver core
#define PN_LOGINSRVR 28000 // Login sever
#define PN_ACCOUNTSRVR_0 12000 //account server
#define PN_ACCOUNTSRVR_1 12001
#define PN_ACCOUNTSRVR_2 12002
#define PN_ACCUMULATOR 13000 // accumulator server
#define PN_COLLECTION 26000 // collection server
edit the ports what you want
between 1 - 65535 ports
and this about the files do you need
server contained
Code:
-050616ScriptConvert.exe
-ChangeName.exe
-MergeMaster.exe
-Merge2.exe
-ModelNameChecker.exe
-Launcher.exe
-Monitor.exe
-mt4idc.exe
download here from Mediafire
:love:
Re: [SOURCE]Changing Ports and files do you need
Everyone who know how to search the source is able to do that in under two seconds. Why does this need a release? Yes it's a neat thing to do when you're blocking against Infiltrators and such, but changing the ports alone is not gonna help anyone out.
Re: [SOURCE]Changing Ports and files do you need
Yes, I really don't see a advantage on changing client/servers ports.