[GUIDE-DETIALED] How to setup a server!

03/26/2010 00:31 King_Arthur#166
Quote:
Originally Posted by Medo21 View Post
if ur db is the Mannequin db,then ur game account login id is dark and pass is explorer
Not necessarily. Depends on which download he is using they might not all have the account.

If it works then fine, if it doesn't it's not a big deal just add your own.
Quote:
Originally Posted by thaisun View Post
Hey, two things, when i try to epen msg server or npc.exe, the open and say unable to connect to database, then close. and the time it actually did work, my server when i tried to login, said it was down. any help?
Check you server configs under the database settings (only in a couple of files). Make sure all the info is correct and the db user is entered in your database correctly. Usually user "root" and pass "test". The host depends on how your server configs are setup. If it's all running on the same computer your configs can be set to "127.0.0.1" and your db user can be set to the same or "localhost".
03/26/2010 01:03 thaisun#167
ty solved it, but now i have a new problem... when i try to open accountserver, it says, Serve socket init failed at port 9958

Solved Firewall was being stupid, but now i was wondering, how do i make an account gm/pm, and where are the commands?
03/27/2010 14:51 Joris1712#168
There are still problems with installing the P-server on Windows 7.
Account server craches always. even as administrator and an correct my.ini fille.
03/27/2010 15:16 Joris1712#169
Does this work for Windows 7, 64 bit ?
03/27/2010 16:07 Medo321#170
Then thaisun u have to make ur account 1st then when u name it,go and open to ur navicat the ur server on it and then my then cq_user then u will find ur name write [PM]Or[GM]Beside it
03/28/2010 00:32 Medo321#171
Joris,just make sure that ur mysql is green not got red light and i think running it as admin is for windows Vista users not windows 7 users
03/29/2010 07:10 thaisun#172
Quote:
Originally Posted by Medo321 View Post
Then thaisun u have to make ur account 1st then when u name it,go and open to ur navicat the ur server on it and then my then cq_user then u will find ur name write [PM]Or[GM]Beside it
Where do i find the commands?
03/29/2010 15:09 King_Arthur#173
Quote:
Originally Posted by thaisun View Post
Where do i find the commands?
update cq_user set name = 'thaisun[PM]' where name = 'thaisun';
03/29/2010 17:51 ~WARNING~#174
yes, im running W7 64 bit, and i hosted my own server just fine :P
04/05/2010 19:42 iszmira#175
how to create new account plzz help me... i tried find code...
04/05/2010 20:15 King_Arthur#176
This has been posted many times even in this very thread:
Quote:
Originally Posted by King_Arthur View Post
Code:
insert into account.account (name, password) values ('USERNAME',md5(concat('PASSWORD',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl")));
Welcome to the forums :)
04/05/2010 20:27 iszmira#177
King arthur ... where i find to folder account.......
can u teaching me.... 1 step by step... plzzzz
04/05/2010 20:28 iszmira#178
file account where?? i dont Know...
04/05/2010 22:03 .Ash#179
Quote:
Originally Posted by iszmira View Post
file account where?? i dont Know...
Quote:
Originally Posted by iszmira View Post
King arthur ... where i find to folder account.......
can u teaching me.... 1 step by step... plzzzz
There are TWO Folders. Account and GameServer. Download again, maybe your anti-virus deleted it.. And don't double post..
04/06/2010 05:43 King_Arthur#180
Quote:
Originally Posted by iszmira View Post
King arthur ... where i find to folder account.......
can u teaching me.... 1 step by step... plzzzz
You don't need folders. The query I gave you either needs to be run in the mysql command line or in a GUI like Navicat.