Thread: EQ Browser
View Single Post
  #1  
Old 05-14-2006, 05:04 AM
d00d
Sarnak
 
Join Date: Aug 2003
Posts: 52
Exclamation EQ Browser

I'm using eqbrowser 5.0 but having problems.
I have apache and php working alrdy Cus i have a php forums up and the php database editor tool which rocks btw.)

1.) I extract the eq browser to a directory on my server.

2.) Rename includes/config.php.dist to includes/config.php & edit it.
<?php
$SiteTitle='My EQemu Server';
$SiteEmail='';

$root_url='http://localhost/choke16000/eqbrowser/';
$includes_url=$root_url.'includes/';
$includes_dir=getcwd()."/includes/";
$eqemu_dir="/htdocs/choke16000/eqbrowser/";
$quests_dir=$eqemu_dir."quests/";
$quests_datas=$eqemu_dir."quests/datas/";
$maps_dir=getcwd()."/maps/";
$maps_url=$root_url."/maps/";
$npcs_dir=getcwd()."/npcs/";
$npcs_url=$root_url."/npcs/";
$icons_dir=getcwd()."/icons/";
$icons_url=$root_url."/icons/";

$dbhost="localhost";
$dbname="peq";
$dbuser="myUser";
$dbpasswd="myPassword";

3.) Source Race.sql & Spells.sql into my database

4.) Copy spells_us.txt to the includes/sql directory & Edit and run perl import_spells.pl

now when i open the index.php page i get these errors...


Notice: Undefined variable: ShowCharacters in C:\Program Files\Apache Group\Apache2\htdocs\choke16000\eqbrowser\includes \menu.php on line 27

Notice: Undefined variable: ShowAccount in C:\Program Files\Apache Group\Apache2\htdocs\choke16000\eqbrowser\includes \menu.php on line 27

Notice: Undefined variable: ShowAccounts in C:\Program Files\Apache Group\Apache2\htdocs\choke16000\eqbrowser\includes \menu.php on line 30

Notice: Undefined variable: ShowCharacters in C:\Program Files\Apache Group\Apache2\htdocs\choke16000\eqbrowser\includes \menu.php on line 33

heres a link to my site if that helps.. http://twbguild.servegame.com/choke1...wser/index.php
Reply With Quote