Hey guys, i am no php guru so bare with me. I got WoW Roster going, i wanted to get max resists implemented too. What i have done is this....
The directory structure is this
Public_html (parent)
wowroster
maxres
(both of these are direct children of the parent)
In the index.php file of the mexres folder i change the required line to
require_once '../wowroster/lib/item.php'; <--- points to the item.php in the lib subfolder of wowroster
Have i lost the plot? When i call up the page index.php in the maxres folder i get a "Detected invalid access to this file!" error.