Thread: AllaClone 2.0
View Single Post
  #19  
Old 03-15-2012, 02:43 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

What do I set these to if the web server and the emu server are on different machines?

Code:
$includes_url=$root_url.'includes/';
$includes_dir=getcwd()."/includes/";
$eqemu_dir="/home/eqemu/server/";
$quests_dir=$eqemu_dir."quests/";
$quests_datas="/home/eqemu/server/quests/";
$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/";
$images_url=$root_url."/images/";
Also getting a million of these errors trying to do an item search:

Code:
Warning: Missing argument 3 for GetItemStatsString(), called in /homepages/31/d168152119/htdocs/AllaClone/includes/functions.php on line 1008 and defined in /homepages/31/d168152119/htdocs/AllaClone/includes/functions.php on line 494
Reply With Quote