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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 09-14-2004, 02:20 PM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

Forgot to add (and did not include in the zip)
Regular version requires database with the followin tables :
Code:
-- MySQL dump 9.08
--
-- Host: localhost    Database: login
---------------------------------------------------------
-- Server version       4.0.15a

--
-- Table structure for table 'lslogin'
--

CREATE TABLE lslogin (
  id int(11) NOT NULL default '0',
  login varchar(30) default NULL,
  passwd varchar(30) default NULL,
  status tinyint(4) default '0'
) TYPE=MyISAM;

--
-- Table structure for table 'lsservers'
--

CREATE TABLE lsservers (
  socket tinyblob NOT NULL,
  category tinyint(4) NOT NULL default '0',
  alive datetime NOT NULL default '0000-00-00 00:00:00',
  handle varchar(100) NOT NULL default '',
  status int(11) NOT NULL default '0',
  zones int(11) NOT NULL default '0',
  clients int(11) NOT NULL default '0',
  url varchar(201) NOT NULL default '',
  name varchar(250) NOT NULL default '',
  version varchar(100) NOT NULL default '',
  protocol varchar(100) NOT NULL default '',
  type int(11) NOT NULL default '0',
  account varchar(100) default '',
  passwd varchar(15) default ''
) TYPE=MyISAM;
i strongly reocmmend you experiment with minilogin first, though
__________________
EQEMu Quest Repository is down until something new :(
Reply With Quote
 


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 08:17 PM.


 

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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3