uhh little help again it says startItem in field test whats wrong with that>.<
o and sry for the double posting
uhh little help again it says startItem in field test whats wrong with that>.<
o and sry for the double posting
Hmmm... Ok now I'm getting this when I try to register:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampplite\htdocs\modules\register.php on line 55
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\xampplite\htdocs\modules\register.php on line 56
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampplite\htdocs\modules\register.php on line 57
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampplite\htdocs\modules\register.php on line 57
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampplite\htdocs\modules\register.php on line 58
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampplite\htdocs\modules\register.php on line 67
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampplite\htdocs\modules\register.php on line 67
Registration Failed!
Create the startitems field (varchar(255) ) in your quest_data mysql table...
Is your xamp running?
With a website editor. You have to know something about <HTML> or you can use a WYSIWYG editor like dreamweaver (not free)
I think that's only possible with patch or something like that...
GUys I'm getting this error to:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Downloads\Rose privet server\xampplite\htdocs\modules\register.php on line 55.
And every this is runing.
But i have one problem, while runing the MYSQL and putting a password its do:
Prepare configuration- ok
Write configuration file- ok
start service- filled.
apply security setting- filled.
What to do??
Don't run Mysql on it's own just run xampp
ok thanks.
Eveyrhint is done.
Hope it will work.
Now I'm having a problem with the login -.-.
I log into the game put ID and pASSWORD, and its says: "Incorect password".
I changed from the site and from the nivcat... dosnet working...
im using ruff rose and not evo i have a bat file to open it
if im loggin in the server is under a maintaince.
What can i do ? btw xamp is running
mathiasB,
I can create an account, but when i'm log into the game , and put the account password and id, its loading and then say "incorrect password'.
what to do?
Also having another problem in the site.
When i press on the control panel, and then put the id and password, after pressing ok i get this message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Downloads\Rose privet server\xampplite\htdocs\modules\login.php on line 24
Account has been banned!
what to do now? i want to the location its say but couldn't find what wrong with it.
Will be glad to get some help from you 'mathisB'.
~Thanks~.
I didn't do the compiling thing, couldn't find all the files, and i think this is the problem.
mathisB/ smoker can some one please help me? i dont find all the files for it.
any help?
hey its me again=D and im getting errors when i run xamp_start it keeps aborting.... the programs i have on are MySQL/navicat, my 3 server things login/char/world >.< what should i do thx =D
Ruff Rose is almost dead, i'm also playing thereso it sucks, just use the evo client, else it won't work
Did you put something in the database??? Make sure that xamp is running
I believe there is a link in the first thread where you can get the compiled files, CLICK just put them in place of the others you have.
first run xamp, then, loginserver, charserver, worldserver (in that order) if that does not help try reinstalling xamp.
Now i'm going to bed very tierd :P i'll check tomoroww
LoL i'm back again..
for the Xamp-start error.. Try using the Xamp-RESTART exe instead, that normal starter keeps erroring me aswell with the restart it runs like a charm..
The Incorrect Password error:
this is caused because your webpage doesn't encode your password to MD5 while your client does, so to use your website as account creator u'll have to find some way to encode the passes to MD5, now i didn't want to bother with that so i put this in the loginserver.conf
this makes it so that if u use your logindata twice u have created that account, so no more need for accountcreation on site.Code:[LOGINSERVER] accesslevel=100 CreateLoginAccount=1 usethreads=0
the server under maintenance error:
Make sure u've put the ip's correct, a little data beforehand, if u run this server on the same pc from where u will log in yourself, make sure your ip to where your Launcher points is an internal (LAN) IP like: "192.168.1.x" for people from outside your network the ip must be your external (WAN) ip, if u try to connect using your wanIP your LoopIP (127.0.0.1) will just block u off.