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 ?
|
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. |
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. |
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.
|
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? |
Quote:
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 |
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? |
icon
Curious if you could release the tool to extract the icons?
I noticed there are ones missing in the included icons. bUri |
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 :)
|
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 |
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 :D |
Nice news :)
But i don't send nude women, you don't receive nude mens ? :p :p :p |
OMG, I just understood why my wife is so tired these days !
|
WB again Muuss, glad to see old projects made current!!
|
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. |
All times are GMT -4. The time now is 01:21 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.