Private Server Guide Based For Vista!

02/08/2009 22:31 Po*ffmailman#31
srry...lol yeah i use the old one
02/09/2009 08:38 DiobloSlayeR#32
This guide is out-dated, I would prefer if you use the newer releases, they're much more easier aswell.
03/29/2009 19:05 LMSIMDIIII#33
My game server keeps saying "Connect to Account Server"...the IPs are all good, i checked them 5 billion times already and the game server still won't detect
07/02/2009 14:38 sh0rti3232#34
I'm going to ask a question before I even start.

Is this the newest Vista guide release? Or is there one that's even more recent?

I'm sort of getting frustrated looking at all these guides, starting to follow them and then seeing a post that says 'This guide is out-dated, use a newer one'

Please answer!
07/02/2009 17:48 CynicalLord#35
Actually - The guide itself should work but database is older version. I don't know any that is based for vista really but DiobloSlayer said he would be making one again with newer database.Be patient until he is done :)
08/31/2009 00:46 flyz#36
Failed Acc server And Game server Applications when opend get a blaahhde blahh has stoped working pop up on vista
04/14/2010 03:36 bayano98#37
Quote:
Originally Posted by XxKOLOHExX View Post
thanks man much much much appreciation and i pressed thanks =) oooo and after i do that changing things will i be a PM or GM with the powers to if so is there any good commands
i need help please im stuck
04/14/2010 03:37 bayano98#38
can any1 help me?
04/14/2010 04:06 King_Arthur#39
Welcome to the forums bayano98. Most people here cannot read your mind so you will have to explain what problem you are having or where you are stuck before we can help you.

Also, please use the [Only registered and activated users can see links. Click Here To Register...] button instead of double-posting. Thanks.
07/13/2010 00:58 *~TheRock*~#40
Hey please some one help me i installed the client but when i run it it says: the setupfiles are corrupted. please obtain a new copy of the program, please i need help some one help me [Only registered and activated users can see links. Click Here To Register...]
12/13/2010 14:46 miyoki#41
dude...help me detail to make private server...:D

can u explain to me for detail...
im not very understant..
12/13/2010 17:22 King_Arthur#42
Quote:
Originally Posted by miyoki View Post
dude...help me detail to make private server...:D

can u explain to me for detail...
im not very understant..
There are other (and newer) guides in this forum if you need more detail. Just look around.
12/22/2011 12:19 GameMasterOni#43
Quote:
Originally Posted by cainturok View Post
it says this when i enter it Enter password: ****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16
Server version: 5.0.51b-community-nt-log MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHAR
ACTER SET utf8 COLLATE utf8_bin NOT NULL;
ERROR 1146 (42S02): Table 'account.account' doesn't exist
mysql>
mysql> insert into account.account (name,password,reg_date) values ('test','53b6
320eb06e2c62888a6d1739cd24bd',now());
ERROR 1146 (42S02): Table 'account.account' doesn't exist
mysql>
mysql> CREATE USER 'ODBC'@'localhost';
ERROR 1396 (HY000): Operation CREATE USER failed for 'ODBC'@'localhost'
mysql>
mysql> grant all on account.* to 'ODBC'@'localhost';
Query OK, 0 rows affected (0.00 sec)

mysql>
mysql> grant all on account.* to 'ODBC'@'localhost';


what do i do ????
I'm having the same problem... Does anyone know how to fix this?