Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help Me pls -.-

Initiate Mage
Joined
Sep 16, 2009
Messages
3
Reaction score
0
Hi im newb this Work =)
My Account Server is dont work help me pls. I think my accountserver.cfg is wrong.

Code:
//º£µÁÍõÔÚÏßÓÎÏ·AccountServerÅäÖÃÎļş

[net]
listen_port = 1978
listen_ip = 127.0.0.1          //¼àÌıIPµØÖ·£¬ÓÃÓÚ½ÓÊÜGroupServerµÄÁ¬Èë

[db]
dbserver = 127.0.0.1
db = accountServer
userid = account
passwd = y21$cs#21


[bill]
enable_bill = 0
enable_passport= 0    //ÊÇ·ñÆôÓÃbillingϵͳµÄpassport
enable_kickuser = 0

bill_server1 = 127.0.0.1:7243
bill_server2 =127.0.0.1:7243

[tom]
enable_tom = 0

[gs]
GroupServerAndor = GroupServerAndor // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor1 = GroupServerAndor1 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor2 = GroupServerAndor2 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor5 = GroupServerAndor5 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor6 = GroupServerAndor6 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
enable_ping = 1             // ÓëGroupServerÊÇ·ñÆôÓà "Keep Alive"


hElp Me pls:thumbup1:

---------- Post added at 07:37 PM ---------- Previous post was at 07:04 PM ----------

im waitin help plss :'(
 
Last edited:
Newbie Spellweaver
Joined
May 17, 2008
Messages
52
Reaction score
2
you probles is the password and id of DB

that this without username and password

Code:
//º£µÁÍõÔÚÏßÓÎÏ·AccountServerÅäÖÃÎļş

[net]
listen_port = 1978
listen_ip = 127.0.0.1          //¼àÌıIPµØÖ·£¬ÓÃÓÚ½ÓÊÜGroupServerµÄÁ¬Èë

[db]
dbserver = 127.0.0.1
db = accountServer
userid = 
passwd = 

[bill]
enable_bill = 0
enable_passport= 0    //ÊÇ·ñÆôÓÃbillingϵͳµÄpassport
enable_kickuser = 0

bill_server1 = 127.0.0.1:7243
bill_server2 =127.0.0.1:7243

[tom]
enable_tom = 0

[gs]
GroupServerAndor = GroupServerAndor // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor1 = GroupServerAndor1 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor2 = GroupServerAndor2 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor5 = GroupServerAndor5 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor6 = GroupServerAndor6 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
enable_ping = 1             // ÓëGroupServerÊÇ·ñÆôÓà "Keep Alive"

or that this with username and password

Code:
//º£µÁÍõÔÚÏßÓÎÏ·AccountServerÅäÖÃÎļş

[net]
listen_port = 1978
listen_ip = 127.0.0.1          //¼àÌıIPµØÖ·£¬ÓÃÓÚ½ÓÊÜGroupServerµÄÁ¬Èë

[db]
dbserver = 127.0.0.1
db = accountServer
userid = account //<-(type the login name u made in here defaul ("account") 
passwd = EZCpyYOZVofugqDFBZrLKw==   // <-(dont change this password) (pass in MSSQL-->Y87dc#$98)


[bill]
enable_bill = 0
enable_passport= 0    //ÊÇ·ñÆôÓÃbillingϵͳµÄpassport
enable_kickuser = 0

bill_server1 = 127.0.0.1:7243
bill_server2 =127.0.0.1:7243

[tom]
enable_tom = 0

[gs]
GroupServerAndor = GroupServerAndor // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor1 = GroupServerAndor1 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor2 = GroupServerAndor2 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor5 = GroupServerAndor5 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor6 = GroupServerAndor6 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
enable_ping = 1             // ÓëGroupServerÊÇ·ñÆôÓà "Keep Alive"
:laugh::laugh::laugh:
 
Last edited:
Initiate Mage
Joined
Sep 16, 2009
Messages
3
Reaction score
0
Ty Ty Ty Thats WORK !!

//º£µÁÍõÔÚÏßÓÎÏ·AccountServerÅäÖÃÎļş

[net]
listen_port = 1978
listen_ip = 127.0.0.1 //¼àÌıIPµØÖ·£¬ÓÃÓÚ½ÓÊÜGroupServerµÄÁ¬Èë

[db]
dbserver = 127.0.0.1
db = accountServer
userid =
passwd =

[bill]
enable_bill = 0
enable_passport= 0 //ÊÇ·ñÆôÓÃbillingϵͳµÄpassport
enable_kickuser = 0

bill_server1 = 127.0.0.1:7243
bill_server2 =127.0.0.1:7243

[tom]
enable_tom = 0

[gs]
GroupServerAndor = GroupServerAndor // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor1 = GroupServerAndor1 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor2 = GroupServerAndor2 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor5 = GroupServerAndor5 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
GroupServerAndor6 = GroupServerAndor6 // ×¢²áµÄGroupServerÕ˺ţ¨¸ñʽΪ£º¡°Õ˺ÅÃû¡± = ¡°ÃÜÂ롱£©
enable_ping = 1 // ÓëGroupServerÊÇ·ñÆôÓà "Keep Alive"


^^
 
Last edited:
Newbie Spellweaver
Joined
May 10, 2011
Messages
9
Reaction score
0
Yo zedia93 what does thee odd symbols meen
ÉèÖ÷þÎñÆ÷µØͼÃû³ÆÐÅÏ¢£¬×Ô¶¯Éú³ÉµØͼΨһ
 
Junior Spellweaver
Joined
Jan 23, 2010
Messages
187
Reaction score
12
Yo zedia93 what does thee odd symbols meen
ÉèÖ÷þÎñÆ÷µØͼÃû³ÆÐÅÏ¢£¬×Ô¶¯Éú³ÉµØͼΨһ

You Have To Decode Those But No 1 Is Going To Do That Espically When Its not Needed But Yah i Think Thats The One From gameserver or accountserver
 
Back
Top