Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-21-2006, 09:48 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Here are ALL the variables that should be in config.php :
Code:
// OPTIONS
$ShowNpcDropChances=TRUE; // if TRUE, chances of droping of each item will be shown when browsing npcs
$MerchantsDontDropStuff=TRUE; // if TRUE, you won't see merchants drops, damned PEQ word builders ! :)
$SpawngroupAroundRange=100; // range of surrounding spawngroups, spawngroups page
$EnableNews=FALSE; // Enable the use of the News, need to source includes/sql/news.sql
$ShowNPCNumberInZoneLevelList=TRUE; // choose between number and x for npcs in zone levels list
$SortZoneLevelList=TRUE; // sort or not the zones in zone levels list
$MaxItemsReturned=100; // max number of items returned by search engines (0=all)
$MaxNpcsReturned=100; // max number of npcs returned by search engines (0=all)
$AllowQuestsNPC=TRUE; // quests for npcs are available from NPC's page
$AlwaysBuildQuest=TRUE; // rebuilds the quest each time a visitor browse it, put false if you don't modify them anymore
$GroupNpcsByName=TRUE; // groups the NPCs by their name in zone npcs lists
$HideInvisibleMen=TRUE; // hide the invisible mens in bestiaries
$ItemAddChanceToDrop=TRUE; // shows what are the chances to see the item droped by the npcs 
$ShowNpcsAttackSpeed=TRUE; // shows informations about NPCs' attack speed
$ShowNpcsAverageDamages=TRUE; // How much NPC does as melee damages, in average, this allows to comparate mobs together
May include some that won't have any effect on your eqbrowser, depending of its version.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #2  
Old 05-22-2006, 05:26 AM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default

so what version of php should we be running? I'm running PHP 4.4.2 and and EQBrowser 5.2 and I get undefined variables for all the fields; like iname for instance. I've tried everything in this thread and it works, but i still get those undeclared variables everywhere.
Reply With Quote
  #3  
Old 05-22-2006, 04:29 PM
d00d
Sarnak
 
Join Date: Aug 2003
Posts: 52
Default

woot i got it working fully functional. for others ill post the resolution.

i went to my php.ini file and found register globals which was off and turned it on but i still had errors so i then used .... error_reporting(E_PARSE); command in the includes/config.pfp and it all works!

register_globals = on

UNCOMMENT

always_populate_raw_post_data = On

then this......

<?php
//Insert the un-remarked line into the very top of your index.php *OR* the confic.ing.php file that is included in all other PHP files of the site you wish to eliminated junk error reports.

error_reporting(E_PARSE); //Best for a running site. Still shows critical PHP parsing errors.
//error_reporting(E_WARNING & E_PARSE); //Ignores garbage errors.
//error_reporting(E_ALL); //The PHP Default.

thx all for the help and Muuss for the product appreciate it =)
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:50 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3