EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=623)
-   -   EQEMu Legends *RELEASED* (https://www.eqemulator.org/forums/showthread.php?t=11509)

khuong 01-23-2004 05:24 AM

EQEMu Legends *RELEASED*
 
YOU NEED MYSQL / PHP / A WEBSERVER

I decided to release the beta version.. 0.99 today..

If you want you can test it and test it out and tell me whats wrong with it. So I can or You can fix it.. and add stuff..

EQEMu-Legends-0.99beta.zip

Please post any bugs or what you need fixed in this topic ^__^ thxx

- khuong [ it should work as is with a few config lines for MYSQL ][/url]

JohnRev 01-23-2004 09:46 AM

Wow, very very nice. Can't wait to check this out, looks awesome. Been looking for something similar, EMU type magelo system, very nice once again!

_OZZY_ 01-26-2004 08:25 AM

I keep getting this error:

Warning: mysql_pconnect(): Access denied for user: '0@localhost.localdomain' (Using password: YES) in /var/www/legends/config.inc.php on line 11
Query failed

I'm accessing the page using the following URL:
http://mysite/index.php?pp=16

This is the config.inc.php:
<?
/*
+ config.inc.php
- config file for EQEMu Legends
* khuong
*/
define("mySQL-host", "localhost"); // 99% of the time you won't have to change this
define("mySQL-user", "root"); // mysql username
define("mySQL-pass", "****"); // mysql password
define("database", "eq"); // database where tables are stored
mysql_pconnect(mySQL-host, mySQL-user, mySQL-pass);
mysql_select_db(database);
?>

01-26-2004 10:05 AM

That is not a Prob with the DB it is a prob with MYsql itself
There are meny other posts on that i have posted on it myself all they tell me is login as root and grant all to (yourusername)

_OZZY_ 01-26-2004 10:32 AM

I have done this. It appears to be a problem with the script itself. It keeps trying to login in as 0, not as root. I use MySQL extensively, so I know how to grant permissions properly. I just don't know PHP well enough to fix it :roll: Thanks for your reply, though. :wink:

_OZZY_ 01-26-2004 10:51 AM

Ok...an update. It works right when I change the config file.

<?
/*
+ config.inc.php
- config file for EQEMu Legends
* khuong
*/
mysql_connect("localhost", "user", "password");
mysql_select_db("eq");
?>

boppoom1 02-05-2004 02:01 PM

Invalid Character ID
 
I keep getting this error invalid character ID what does that mean? If you want to see what i am getting click here its not working for anyone http://www.s94829016.onlinehome.us/legends/ which DB do i need?regular EQEMu DB for everquest? well get back to me

boppoom1 02-05-2004 02:17 PM

ok i got the character thing fixed
 
but the next problem behind that is the Quesry Failed.....lol it just doesnt want to work with me

Fabio4 02-16-2004 05:52 AM

bump

samandhi 02-16-2004 06:21 AM

Why would you bump a sticky?????

Monrezz 02-16-2004 06:54 AM

Lmao

lineage2 02-16-2004 02:32 PM

Does anyone have a legends server up? What is the difference?

Monrezz 02-16-2004 10:39 PM

Not a legends server, it's the legend-like character profile avaliable on the web.

More Magelo than Legends.

It just lets you see all your character stats, equip, HP etc on the web like you can with Magelo profiles.

mollymillions 02-17-2004 01:37 AM

Cheers.

khuong 02-17-2004 02:45 AM

psh legends = lengends :P new version will be out soon.. well complete version :) so lala i win


All times are GMT -4. The time now is 04:25 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.