Quote:
Originally Posted by Phreaq
I am having some trouble on step 7.0.0 with the file configs, I cant seem to find them or seem to open any file.
This is what I have
Can anyone help me? I looked for the configs that I am suppose to edit in my SERVER folder but cant find them.
|
* From Tingle's Post*
There have been changes they might be put back to the way they where but for now 30.02.08 ill explain what must be done different:
The .dll's and .config you normally get when compiling in the bin/release folder are not there. Copy and paste the ddls and configs from the folder:
C:\Ascent\Ascent Compile\dep\lib32 dbghelp.dll, libeay32.dll and libmySQL.dll
to your server folder
C:\Ascent\Ascent Compile\src ascent-logonserver.config, ascent-realms.config, ascent-world.config
to your server folder and then configure the .config's
unless your using voicechat you do not need to copy the ascent-voicechat.config
When you compile you will get 4 .exe's now. ascent-logonserver.exe, ascent-realmserver.exe, ascent-voicechat.exe, ascent-world.exe
All you need to start is the ascent-logonserver.exe and ascent-world.exe
*my post*
Hmm im stuck on opening wolrld and logon i even tried realms and voicechat, i managed to get voicchat on but the other 3 doesn't work it says user@root acess denied using password ("YES") and im like -_- all the time wasted how to fix? pls tell me
When i open 127.0.0.1 it gives me this error
Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'root'@'localhost' (using password: YES).
how to fix that? i think thats the problem..
After that i try to make a account and this is the error i get
Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'root'@'localhost' (using password: YES).
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
C:\xampp\htdocs\index.php on line 479
Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'root'@'localhost' (using password: YES).
so i checked C:\xampp\htdocs\index.php on line 479
$logincheck = mysql_num_rows($uniqueuser);
what is the correct code?