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
  #16  
Old 11-14-2004, 07:46 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Would you describe what you need to do to make it to work for 1Boppoom1, plz? like which file you need to modify to add php support, and how ?
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #17  
Old 11-15-2004, 01:39 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Between 2 rants, updated to 0.2.1

Version 0.2.1
- (Muuss) Added an option to reduce the items research to sold or droped items.
- (Muuss) Added an option to reduce the items research to items with a stat higher or lower than the specified value.
- (Muuss) Added the possibility to display chances of droping of each item in the npc display page (see config.php).
- (Muuss) Added item type to zones equipment list.
- (Muuss) Added required level to items research and items display.
- (Muuss) Added display of surrounding spawngroups in the spawngroups display page. (see config.php for range)
- (Muuss) Added the possibility to remove sold items from zones equipments lists. (see config.php)
- (Muuss) Added the possibility to remove drop lists from merchant npcs. (see config.php)
- (Muuss) Modified the NPC page to display spells and drops in columns.
- (Muuss) Corrected a few bugs.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #18  
Old 11-24-2004, 03:20 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Updated to 0.3.
This is a major update, you can personnalize the header and the welcome page and items has been seriously revamped. Roughly everything about them is now displayed. I also added the option to use News so server admins can keep the players alerted of DB changes or whatever else they want.

- (Muuss) Added personnalization facilities, see README.TXT.
- (Muuss) Added optional News support, see config.php and source includes/sql/news.sql into your database.
- (Muuss) Remade NPC spell's list, it now correctly works.
- (Muuss) Added support for additional modifiers to items display.
- (Muuss) Added items price support to npc and item display.
- (Muuss) Added deity restrictions to items research and display.
- (Muuss) Merchants won't appear anymore in items droper's list (see config.php)
- (Muuss) Totally revamped items display page.
- (Muuss) Added Mainhand/Offhand efficiency to weapons display.
- (Muuss) Added Spell effects parameter to spell research.
- (Muuss) Completed the README file.

Download from the link in my sig.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #19  
Old 11-24-2004, 05:07 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Forgot to add in the README.TXT file that you MUST use the last items dump or you'll only obtain nodrop items with the search item's form.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #20  
Old 03-31-2005, 06:33 AM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default no variables being defined

I have a working Apache / php / mysql webserver. But when I try to use the EQBrowser 0.3 web site on it. I get a ton of Variables that are not defined.
My config.php file is set up correctly.. but for some reason - no variables.

Anyone have a quick fix for me to try?
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote
  #21  
Old 03-31-2005, 08:05 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default

Quote:
Originally Posted by mwmdragon
I have a working Apache / php / mysql webserver. But when I try to use the EQBrowser 0.3 web site on it. I get a ton of Variables that are not defined.
My config.php file is set up correctly.. but for some reason - no variables.

Anyone have a quick fix for me to try?
I saw this in the readme I downloaded it yesterday and it worked fine for me.

The files into that directory are needed for eqbrowser. You can remove them once everything is running fine and till next update.

REQUIRED : races.sql -> creates the races table.
REQUIRED : spells.sql -> creates the spells table.
OPTIONAL : news.sql -> creates the eqbnews table. Only required if you $EnableNews is at TRUE in config.php
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #22  
Old 03-31-2005, 06:40 PM
mwmdragon's Avatar
mwmdragon
Discordant
 
Join Date: Apr 2003
Location: Winnipeg, Manitoba Canada
Posts: 270
Default I must need to clerify

No not that data in the Database is missing it is not registering the PHP variable for the website.. like...

Undefined Variable: ShowCharacters in menu.php on line 22

Undefined Variable: ShowCharacters in headers.php on line 5


And a few others

Anyone else.. have some help for me?
__________________
Thanks
MWMDRAGON

NeverQuest
http://neverquest.gotdns.com
Emucade
http://dragonsden.emuunlim.com
Reply With Quote
  #23  
Old 04-01-2005, 04:53 AM
knightz
Fire Beetle
 
Join Date: Jun 2004
Location: Canada
Posts: 24
Default icon

Curious if you could release the tool to extract the icons?

I noticed there are ones missing in the included icons.

bUri
__________________
~ bUri
Reply With Quote
  #24  
Old 05-13-2005, 02:51 PM
Darktanion
Sarnak
 
Join Date: Apr 2005
Posts: 50
Default

Your links on that page are broken because when I click on them it just brings me to the same page and then I am at a stand still again looking at the same download links. I tried all three of them and it will not let me download anything. Just want to use it thanks
Reply With Quote
  #25  
Old 06-11-2005, 06:57 AM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default undefinded variables

This might help with the undefinded vars errors. As of php 4.2.0 the php.ini setting for register_globals was set to off, this helps prevent the ingecting of data etc...

basically, open your php.ini and change the register_globals = off to on, this should correct some of the undefinded errors your getting.

I wouldn't recomend this on a "Live" site, but internal site should be ok.

for more infomation on register_globals, visit http://us3.php.net/manual/en/ini.cor...gister-globals


vRandom
Reply With Quote
  #26  
Old 03-20-2006, 04:33 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Due to popular demand and before people to start to commit suicides, here comes a 6.5 version of eqbrowser.

http://eqemu.vilvert.fr/eqbrowser_0.4.tar.gz

Please read all this topic before starting to install, and don't forget to source the included sql files (includes/sql/*sql).

This is fully compatible with PEQ luclin DB. Be aware that due to DB changes, the pet part won't work on a custom DB. Edit includes/constantes.php in that case (good luck).

Muuss

Please : stop sending nude women to my home, this becomes embarrassing
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #27  
Old 03-20-2006, 05:19 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Nice news

But i don't send nude women, you don't receive nude mens ? :p :p :p
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #28  
Old 03-20-2006, 05:24 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Angry

OMG, I just understood why my wife is so tired these days !
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #29  
Old 03-20-2006, 05:33 AM
mattmeck
Guest
 
Posts: n/a
Default

WB again Muuss, glad to see old projects made current!!
Reply With Quote
  #30  
Old 03-20-2006, 10:19 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Please forgive a small mistake I made with 0.4 release, concerning item prices and shopkeepers.

If you yet downloaded 0.4, download it again, and just uncompress it over your previous install (config file won't be splashed, save your template files if you made some).

--- SMALL TIP for people who wanna test eqbrowser without creating new tables in their EQEmu database ---

- Create a database named eqbrowser (or anything else).
- Source the eqbrowser sql files (includes/sql/*.sql) into that DB, source also the spells (from allspells.sql or from import_spells.pl)
- Edit includes/constantes.php and modify the following variables to :
$tbspells="eqbrowser.spells";
$tbnews="eqbrowser.news";
$tbraces="eqbrowser.races";

If you have several EQEmu databases, prefer this option, it will save you some time.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
Reply


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