Kết quả 31 đến 40 của 70
-
14-06-07, 05:54 PM #31
- Ngày tham gia
- Apr 2007
- Bài viết
- 104
- Thanks
- 0
- Thanked 1 Time in 1 Post
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
Mình mong bạn up lại server và path gốc của GOE giúp mình ko ?
Như vậy mình sẽ giúp bạn nhièu hơn
Khắc phục ( đọc lại bài viết trước của mình ... trang 2 thì phải )
Muserver\AntiHackServer\HackLogServer.ini (Nếu có) thành muabc.myvnc.com
Muserver\Cs\Data\ServerList.dat Thành muabc.myvnc.com
Muserver\Data\Lang\Kor\Commonloc.cfg Thành muabc.myvnc.com
Muserver\Data\IpList.dat Thành muabc.myvnc.com
Muserver\Data\MapServerInfo.dat Thành muabc.myvnc.com
captions]
v0v=1joinserver
v1v=2cs
v2v=3dataserver1
v3v=4dataserver2
v4v=5exdb
v5v=6chatserver
v6v=7mu_ranking_db_server
v7v=8wz_mu2003_event_server
v8v=9-1fnr1-1
v9v=10fnr-cs
v10v=11antihackserver
[paths]
v0v=joinserver\
v1v=cs\
v2v=dataserver1\
v3v=dataserver2\
v4v=exdb\
v5v=chatserver\
v6v=rankingserver\
v7v=eventserver\
v8v=fnr1-1\
v9v=fnr-cs\gameserver\
v10v=antihackserver\
[exenames]
v0v=joinserver.exe
v1v=cs.exe
v2v=dataserver.exe
v3v=dataserver.exe
v4v=exdb.exe
v5v=chatserver.exe
v6v=mu_ranking_db_server.exe
v7v=wz_mu2003_event_server.exe
v8v=gameserver.exe
v9v=gameserver_cs.exe
v10v=hacklogserver.exe
[parametrs]
v0v=/p55970 /caIPWAN chứ không phải IP LAN /cp55557
v1v=
v2v=55960 1
v3v=55962 2
v4v=192.168.1.33
v5v=192.168.1.33
v6v=
v7v=
v8v=192.168.1.33 55970 192.168.1.33 55960 55901
v9v=192.168.1.33 55970 192.168.1.33 55960 55919
v10v=
[waitintervals]
v0v=1000
v1v=1000
v2v=1000
v3v=1000
v4v=1000
v5v=1000
v6v=1000
v7v=1000
v8v=2000
v9v=2000
v10v=1000
[needrestart]
v0v=no
v1v=no
v2v=no
v3v=no
v4v=no
v5v=no
v6v=no
v7v=no
v8v=no
v9v=NO
v10v=no
[main]
enableautorestart=0
restartinterval=1
ipadd=muabc.myvnc.com
(FOR ROUTER USERS ONLY)
First we will start putting IP in ConnectServer.
Go to X:\MuServer\CS or X:\MuServer\ConnectServer
Open:
X:\MuServer\CS\Connectserverlist.dat, X:\MuServer\CS\Data\Connectserverlist.dat,and X:\MuServer\CS\Data\Serverlist.dat or X:\MuServer\ConnectServer\Connectserverlist.dat,X: \MuServer\ConnectServer\Data\Connectserverlist.dat , and X:\MuServer\ConnectServer\Data\Serverlist.dat.
If you are using goehdtjdrnr files, the ConnectServer should be in X:\MuServer\ConnectServer\Data\.
You should see all the three files has the same configurations.
Code:
// Server list
0 "ServerName" "WAN IP" 55901 "SHOW"
19 "ServerName" "WAN IP" 55919 "HIDE"Replace "ServerName" and "WAN IP" to your desire configurations. NOTE: Servername and WAN IP should be inside the quotations.
2nd we will edit IP in X:\MuServer\Data.
Open X:\MuServer\Data\IpList.dat
Code:
"WAN IP"Replace "WAN IP" to your WAN IP. NOTE: WAN IP should be inside the quotations.
Open X:\MuServer\Data\MapServerInfo.dat
Below will guide you understanding MapServerInfo.dat. Description taken from themad
Quote:
The MapServerInfo.dat is a file that is used to redirect users from one sub server to another without requiring the user to relog or anything. The redirect is triggered once the user warps into a map that is in the configuration. Editing the file is confusing but easy.
Lets suppose we enter the following data:
=========================================
0
0 0 1 Sxxx.xxx.xxx.xxx 55901
1 0 1 Sxxx.xxx.xxx.xxx 55903
end
=========================================
The definition of each value:
=========================================
0 - The sub server list
X[0,1] - The ID (Unique)
0 - The Group ID, while another group is submitted, until the user is within that group he will still go by the rules of the sub servers in that group, once he goes in another group, as followed he goes by that group's rules
1 - This value indicates the initial setting of that sub server. It can be:
-1 -> There is a problem with the connection. Connect to the first server in the group that has a possibility to accept the connection
0 -> There is a problem with the connection. Connect to one random server from the group.
1 -> The connection is perfect, should connect to it with no problem.
xxx.xxx.xxx.xxx - The Sub Server Ip Address
55901/55901 - The Sub Server Port
end - Ends the listing
=========================================
=========================================
1
0 0 30 1
1 0 30 1
end
=========================================
1 - Map lists
0/1 - The Server ID (Configured in paragraph #0) - from where the user must be located to use this line
0 - Is it warp able Y/N ?
30 - The Map ID ( In this case Valley Of Loren )
1 - Move to a server ID - destination
When you open MapServerInfo.dat:
Code:
0
0 0 1 SWAN IP 55901
19 0 0 SWAN IP 55919
end
1
0 0 30 19
0 0 31 19
0 0 34 19
19 1 30 -1
19 1 31 -1
19 1 34 -1
endReplace WAN IP to your WAN IP. NOTE: no quotation needed.
Open X:\MuServer\Data\CommonServer.cfg
Find the following configurations:
Code:
HackLogServer = LAN IP
Code:
ChaosEventServer = LAN IP
Code:
EventChipServerIp = LAN IP
Code:
DevilSquareEventServer = LAN IPReplace WAN IP to your WAN IP. NOTE: no quotation needed.
Open X:\MuServer\Data\Lang\Kor\Commonloc.cfg
Find:
Code:
IP = WAN IPReplace WAN IP to your WAN IP. NOTE: no quotation needed.
Open X:\MuServer\Data\ServerInfo.dat
[GameServerInfo]
Code:
ServerName = ServerName
ServerCode = ServerCode
ConnectMemberLoad = 0
NonPK = 0
PkLimitFree = 0Replace ServerName and ServerCode to your own configurations. NOTE: ServerName and ServerCode must match to your ConnectServer configuration.
ConnectMemberLoad is for VIP configuration. If "ConnectMemberLoad = 1", only users listed in "X:\MuServer\Data\ConnectMember.txt" are allowed to join.
Code:
"test"
"test2"
"test3"Separate each account by quotations.
NonPK is for PVP and NON-PVP server control. If "NonPK = 0", PVP will ENABLE. If "NonPK = 1", PVP will DISABLE.
PkLimitFree is for PVP kill limit. If "PkLimitFree = 0", PVP kill will be unlimited. If "PkLimitFree = 3", PVP kill limit will be 3. Set this value to however you want in your server.
Open X:\MuServer\DataServer1\AllowableIPList.txt and X:\MuServer\DataServer2\AllowableIPList.txt
Find:
Code:
0
LAN IP 255
end
Replace WAN IP to your WAN IP.
NOTE: no quotation needed and make sure DO NOT INCLUDE "." in your IP.
It should be like this:
Code:
0
192 168 2 3 255
endOpen X:\MuServer\Exdb\ExDB.ini
Code:
//ID, Password, ExDB.ini ÆÄÀÏÀÇ ¹öÀü Á¤º¸, ÃÖ´ë Ä£±¸ µî·Ï °¹¼ö, ÃÖ´ë ÆíÁö °¹¼ö
"SQL Account" "SQL Password" 1 50 50Replace SQL Account and SQL Password to your own account and password. NOTE: account and password must be inside the quotations.
Open X:\MuServer\EventServer\Data\SvCondig.ini
Code:
mu2003_dbname = MU2003_EVENT_DATA
mu2003_dsn = MU2003_EVENT_DB
mu2003_uid = SQL Account
mu2003_pass = SQL PasswordReplace SQL Account and SQL Password to your own account and password. NOTE: no quotation needed.
Open X:\MuServer\RankingServer\SvConfig.ini
Code:
dbname = Ranking
odbc_dsn = Ranking
odbc_uid = SQL Account
odbc_pass = SQL Password
odbc_con_count = 40Replace SQL Account and SQL Password to your own account and password. NOTE: no quotation needed.
Open X:\MuServer\GameServer\MyGsFun.ini
Code:
DSN=DSN=MuOnline;UID=SQL Account;PWD=SQL Password;
;¼*¹ö¸í
ServerName = ServerName
ServerID = ServerCodeReplace SQL Account, SQL Password, ServerName, and ServerCode to your configurations. NOTE: ServerName and ServerCode must match to your ConnectServer configuration.
Open X:\MuServer\Data\IpList.dat
Code:
"WAN IP"Replace "WAN IP" to your WAN IP. NOTE: WAN IP should be inside the quotations.
Open X:\MuServer\Data\MapServerInfo.dat
When you open MapServerInfo.dat:
Code:
0
0 0 1 SWAN IP 55901
19 0 0 SWAN IP 55919
end
1
0 0 30 19
0 0 31 19
0 0 34 19
19 1 30 -1
19 1 31 -1
19 1 34 -1
endReplace WAN IP to your WAN IP. NOTE: no quotation needed.
Open X:\MuServer\Data\CommonServer.cfg
Find the following configurations:
Code:
HackLogServer = LAN IP
Code:
ChaosEventServer = LAN IP
Code:
EventChipServerIp = LAN IP
Code:
DevilSquareEventServer = LAN IPReplace WAN IP to your WAN IP. NOTE: no quotation needed.
Open X:\MuServer\Data\Lang\Kor\Commonloc.cfg
Find:
Code:
IP = WAN IPReplace WAN IP to your WAN IP. NOTE: no quotation needed.
Open X:\MuServer\Data\ServerInfo.dat
[GameServerInfo]
Code:
ServerName = ServerName
ServerCode = ServerCode
ConnectMemberLoad = 0
NonPK = 0
PkLimitFree = 0Replace ServerName and ServerCode to your own configurations. NOTE: ServerName and ServerCode must match to your ConnectServer configuration.
ConnectMemberLoad is for VIP configuration. If "ConnectMemberLoad = 1", only users listed in "X:\MuServer\Data\ConnectMember.txt" are allowed to join.
Code:
"test"
"test2"
"test3"Separate each account by quotations.
NonPK is for PVP and NON-PVP server control. If "NonPK = 0", PVP will ENABLE. If "NonPK = 1", PVP will DISABLE.
PkLimitFree is for PVP kill limit. If "PkLimitFree = 0", PVP kill will be unlimited. If "PkLimitFree = 3", PVP kill limit will be 3. Set this value to however you want in your server.
We are done putting the IP in each files. Now we have to edit the "Link" or shortcuts to run .exe files of the server files.
Open X:\MuServer\Links
You will find 10 shortcuts to the .exe files of the server files.
Pic:
Now we have to edit the shortcuts argument. To do this, we have to "Right Click>Properties" the shortcuts(see image below).
Pic:
Shortcuts need to configured:
Code:
Joinserver
ChatServer
Exdb
GameServer
CastleSiegeServerJoinserver:
Code:
X:\MuServer\JoinServer\JoinServer.exe /p55970 /caWAN IP /cp55557ChatServer:
Code:
X:\MuServer\ChatServer\ChatServer.exe LAN IPExdb:
Code:
X:\MuServer\ExDB\ExDB.exe LAN IPGameServer:
Code:
X:\MuServer\GameServer\GameServer.exe LAN IP 55970 LAN IP 55960 55901CastleSiegeServer:
Code:
X:\MuServer\SiegeServer\GameServer\GameServer_CS.e xe LAN IP 55970 LAN IP 55960 55919Now we need to run the ODBC reg. Download the attachment below. Must run all ODBCs inside the archive.
The next thing is to forward the port for router users, this will allow anonymous users connect to your server on each particular port they will use.
44405
55903
55901
55906
55557
55980
Mình không biết tác dụng gì?
Ai còn thắc mắc trong phần đưa sv lên online có thể liên hệ với mình qua Y!H: thienphuongtc mình sẽ giúp các bạn. Mình thường online từ 14h > 06h.
Thân!
Phù! Thành công rồi, vui quá...Khách viếng thăm hãy cùng thienphuongtc xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
14-06-07, 06:08 PM #32
- Ngày tham gia
- Apr 2007
- Bài viết
- 104
- Thanks
- 0
- Thanked 1 Time in 1 Post
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
To all: Ai rành bên phần No-ip có thể nói sơ qua cho tp cấu hình và phương thức hoạt động của No-ip không? No-ip hoạt động có giống như Dyndns không? Sao tp cài thử No-ip rồi Restart lại modem thì IP nó thay đổi theo. Ai có thể chỉ cho tp đc không? Đọc lại bài của 123.... không hiểu cái gì hết trơn luôn!
Mình thấy xài Dyndns nó hay hơn xài No-ip, hôm sau mình sẽ viết bài về phần sử dụng Dyndns để mọi người tham khảo thêm!
================================================== =======
Cảm ơn Ductri8x và kebatbai99 rất nhiều!Khách viếng thăm hãy cùng thienphuongtc xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
14-06-07, 09:40 PM #33
- Ngày tham gia
- May 2006
- Bài viết
- 7
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
To all: Ai rành bên phần No-ip có thể nói sơ qua cho tp cấu hình và phương thức hoạt động của No-ip không? No-ip hoạt động có giống như Dyndns không? Sao tp cài thử No-ip rồi Restart lại modem thì IP nó thay đổi theo. Ai có thể chỉ cho tp đc không? Đọc lại bài của 123.... không hiểu cái gì hết trơn luôn!
Mình thấy xài Dyndns nó hay hơn xài No-ip, hôm sau mình sẽ viết bài về phần sử dụng Dyndns để mọi người tham khảo thêm
Những ai cần server của Goe thì tốt nhất là nên làm theo anh ta, vì mã port của anh là Hàn Quốc cho nên sẽ mở theo server của anh ta. Nếu bạn kiên hẫn chờ anh ta làm ra update chuyển server sang tiếng Anh khi đó port sẽ được điều chỉnh: mình sẽ cho các bạn biết là port sẽ chĩ mở 3 cái port:
55901 TCP
80 TCP
44405 TCP
Như vậy các bạn sẽ online bình thường. Còn những ai mà connect vào server mà bị dis thì có những cái bạn quan tâm:
1. Đó là serial đó là mà mà server Goe share, hoặc các bạn dùng serrver của ai khác sẽ có những serial khác nhau
2. Các bạn dùng chương trình convert ip của main có mặc định thường là 127.0.0.1, các bạn dùng chương trình đó mà thay đổi ip main cho mình.
3. Trong gameserver có một cái port mà bỏ trống thường để là 60006, các bạn có thể thay đổi tùy ý là 60010 có thể như thế. Sau khi đã có những điều trên các bạn có thể Online và bị hack như tôm tươi. Chúc các bạn thành công.Khách viếng thăm hãy cùng masternetpro xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
14-06-07, 10:29 PM #34
- Ngày tham gia
- Apr 2007
- Bài viết
- 104
- Thanks
- 0
- Thanked 1 Time in 1 Post
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
thx... nhờ bài viết của bạn mà mình hiểu khá rõ về bài no - ip rồi.
Trong gameserver có một cái port mà bỏ trống thường để là 60006, các bạn có thể thay đổi tùy ý là 60010 có thể như thế. Sau khi đã có những điều trên các bạn có thể Online và bị hack như tôm tươi. Chúc các bạn thành công.Khách viếng thăm hãy cùng thienphuongtc xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
14-06-07, 10:32 PM #35
- Ngày tham gia
- Nov 2006
- Bài viết
- 9
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
Cho mình hỏi. Tại sao nếu mình chỉnh để chơi offline ( tất cả là local IP ) thì chơi ngon. CS nhận ra ngay Gs. Nhưng nếu chuyển sang chơi online, CS ko nhận được GS. thế là do đâu?
Hỏi thêm nữa: nếu hex main, mình sẽ chỉnh IP là local hay là global IP?Khách viếng thăm hãy cùng nhgiang xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
14-06-07, 11:49 PM #36
- Ngày tham gia
- Nov 2006
- Bài viết
- 9
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
Hic. Bây giờ CS đã nhìn thấy GS. Connect thấy server, nhưng ấn vào là dis. Đã kiểm tra các port, IP mà vẫn ko được.
Mọi người nghĩ sao?Khách viếng thăm hãy cùng nhgiang xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
15-06-07, 12:12 AM #37
- Ngày tham gia
- Apr 2007
- Bài viết
- 104
- Thanks
- 0
- Thanked 1 Time in 1 Post
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
joinserverKhách viếng thăm hãy cùng thienphuongtc xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
15-06-07, 12:18 AM #38
- Ngày tham gia
- Apr 2007
- Bài viết
- 104
- Thanks
- 0
- Thanked 1 Time in 1 Post
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
[captions]
v0v=1joinserver
v1v=2cs
v2v=3dataserver1
v3v=4dataserver2
v4v=5exdb
v5v=6chatserver
v6v=7mu_ranking_db_server
v7v=8wz_mu2003_event_server
v8v=9-1fnr1-1
v9v=10fnr-cs
v10v=11antihackserver
[paths]
v0v=joinserver\
v1v=cs\
v2v=dataserver1\
v3v=dataserver2\
v4v=exdb\
v5v=chatserver\
v6v=rankingserver\
v7v=eventserver\
v8v=fnr1-1\
v9v=fnr-cs\gameserver\
v10v=antihackserver\
[exenames]
v0v=joinserver.exe
v1v=cs.exe
v2v=dataserver.exe
v3v=dataserver.exe
v4v=exdb.exe
v5v=chatserver.exe
v6v=mu_ranking_db_server.exe
v7v=wz_mu2003_event_server.exe
v8v=gameserver.exe
v9v=gameserver_cs.exe
v10v=hacklogserver.exe
[parametrs]
v0v=/p55970 /caDomain /cp55557
v1v=
v2v=55960 1
v3v=55962 2
v4v=192.168.1.33
v5v=192.168.1.33
v6v=
v7v=
v8v=192.168.1.33 55970 192.168.1.33 55960 55901
v9v=192.168.1.33 55970 192.168.1.33 55960 55919
v10v=
[waitintervals]
v0v=1000
v1v=1000
v2v=1000
v3v=1000
v4v=1000
v5v=1000
v6v=1000
v7v=1000
v8v=2000
v9v=2000
v10v=1000
[needrestart]
v0v=no
v1v=no
v2v=no
v3v=no
v4v=no
v5v=no
v6v=no
v7v=no
v8v=no
v9v=NO
v10v=no
[main]
enableautorestart=0
restartinterval=1
ipadd=muabc.myvnc.comKhách viếng thăm hãy cùng thienphuongtc xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
15-06-07, 04:16 PM #39
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
hì hi` hôm nay mình cũng đã giúp 1 người có nick chát
YM: deptrai_bamlotai.....xxx
đã giúp người này lên onlien rồi ( phiên bản của CTT )
trang web của người này là: [Only registered and activated users can see links. ]
nói đi nói hoài mà cũng ko ai nghe, thích post bài hỏi nhiều càng khó hiểu. mỗi người phân tích 1 kiểu ko ai giống ai, hãy cứ làm thực tế và có server thực tế khắc sẽ giúp mình
Hì, cái này mình xin lỗi ha. Mình không có thời gian... Hơn nữa Sv gốc của Goe mình không giữ từ hơn 2 tháng trước, Sv này đã đc mình chỉnh sửa khá nhiều trong thời gian 3 tháng vừa qua nên nói thẳng ra cũng khó để mình share cho you đc. Thông cảm nha
tuy server của bạn đã edit rất nhiều nhưng nó không quan trọng, quan trọng ở chỗ bạn có server và bạn muốn đưa nó lên online. tại sao bạn ko dám share, sợ mất bản quyền phải ko.... bạn rất ích kỷ . chính vì thế mình mới dám nói câu " share bản gốc , nếu share bản của bạn đã edit như vậy công sức của bạn công cốc.. nên mình đâu có đòi hỏi "
quan trong ở chỗ nếu bạn quyết tâm thì cái gì cũng đạt đươcij, bạn sợ mất 1 cái gì đó xin bạn miễn hỏi nhiều.
bài viết ko phải câu bài... mà bài viết nhắc nhở những ai muốn học hỏi mà không chịu ... tự nghĩKhách viếng thăm hãy cùng 123456789012 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
15-06-07, 04:22 PM #40
Ðề: [Hướng dẫn] Đưa lên Muserver 1.02N lên online
bản server của GOE thì mình chư biết như thế nào nhưng... mở port hoàn toàn chính xác ( mở 3 công này thôi cũng là quá đủ rồi )
55901 TCP // cổng server 1 chính
80 TCP // kết nối web host
44405 TCP // kết nối server ( có thể thay đổi bàng cổng khác nếu ai muốn bảo mật cao)
bạn có thể YM: noriavn mình có thời gian thì sẽ giúp bạnKhách viếng thăm hãy cùng 123456789012 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
Hướng Dẫn Cài MuServer Bằng SQL 2005
Bởi phoxuaxua trong diễn đàn Guides - Kho Lưu trữTrả lời: 16Bài viết cuối: 08-02-12, 10:39 AM -
share trộn bộ Muserver+ web mu sát giới
Bởi nguvadot trong diễn đàn ReleasesTrả lời: 29Bài viết cuối: 23-06-11, 07:54 AM -
[TitanExtreme] -> Xin thông tin về bản MuServer SS6 này!
Bởi vnhcmvn trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 5Bài viết cuối: 06-06-11, 06:31 AM