Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Tools

Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...)

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2012, 08:49 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

Note:ax_classic_3.10o_R42 i'm old school older then 2009 like somewhere around 2003-2004
http://www.php-mysql-tutorial.com/wi...and-mysql.aspx
For all newer school peeps get to know it another great lesson from a dummy you can learn alot from a dummy! 80) WAMP ( Windows, Apache, MySQL, PHP )

Note: It would help if you would copy the *.sql files to c:\mysql\bin directory then use the command line prompt
mysql -uroot -ppassword
use peq
source schema.sql

if you need more help follow this guide by: huppy http://www.eqemulator.org/forums/showthread.php?t=32980

Code:
               
These installation instructions are not required if you are using the AX-Classic Server repack.

1a. INSTALLATION INSTRUCTIONS (For AX-Classic Server Repack Users)

To update your existing AX-Classic editor, perform the following steps:

1. Extract the axclassiceditor folder.
2. Move the contents into a subfolder of your C:\Program Files\AXClassic-PEQ\udrive\www folder.
3. Copy the settings from your known-good config.php folder into the folder you just created.
4. Browse to http://localhost/yoursubfoldername/index.php and start editing.

1b. MANUAL INSTALLATION INSTRUCTIONS

To install the AX-Classic Editor, perform the following steps:

1. Browse to http://www.apache.org to download and install the Apache HTTP server.
2. Browse to http://www.php.net to download and install PHP.
3. Move the files from this AX-Classic download into your Apache server's www directory.
4. Source schema.sql from the editor's \sql directory into your database.
5. Update config.php to configure to your database.
6. In your Server Repack application, click the Tools menu, and then click HeidiSQL
7. Write down the info in the window that follows if you don't know your database login info. Click OK.
8. Make sure the connection info matches what you wrote down in the previous step. Then click Connect.
9. Click the AX-Classic database in the left tab.
10. Then click in white box to the right of line number 1. 
11. Paste the text from section 2 below into that space, and then press the F9 key.
12. Browse to http://localhost/index.php and start editing.
13. The default username/password is admin/password. To add another user, click the Admin link once you login.


2. SQL INSTALLATION REQUIRED (BOTH CASES)

# Creates Editor Login Table
DROP TABLE IF EXISTS `peq_admin`;
CREATE TABLE `peq_admin` (
  `id` int(11) NOT NULL auto_increment,
  `login` varchar(30) character set utf8 NOT NULL default '',
  `password` varchar(255) character set utf8 NOT NULL default '',
  `administrator` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

# Creates default admin/password entry in above table so users can login and change it after install.
INSERT INTO `peq_admin` VALUES ('1', 'admin', '5f4dcc3b5aa765d61d8327deb882cf99', '1');
Reply With Quote
  #2  
Old 11-13-2012, 09:01 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

he's not using ax-classic or the ax-classic editor...

EDIT:
he's also already got a working mysql installation, so why would he need to complicate matters by installing a second via wamp, or xampp, or any other *amp distro?
Reply With Quote
  #3  
Old 11-13-2012, 11:44 AM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Quote:
Originally Posted by c0ncrete View Post
he's not using ax-classic or the ax-classic editor...

EDIT:
he's also already got a working mysql installation, so why would he need to complicate matters by installing a second via wamp, or xampp, or any other *amp distro?
To each their own and all that but the *amp installs are for total idiots.
Noport, dude seriously... did you even read the thread. Also I guess if you felt the fucking need to copy every .sql file into the bin directory you could, or you could fucking learn to CD to the directory with prompt.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:11 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3