Hi Guys/Gals?

I have installed this mod. I also have super tracker installed. Both use the geoip.dat and geoip.inc files

User Tracker requires them in admin/includes and super tracker in just in /includes

Anyone know how to change the below code so i can get user traker to get the files from /includes rather than admin/incldes ?

I dont understand fully how DIR_WS_INCLUDES etc works

require(DIR_WS_INCLUDES . 'geoip.inc');
$gi = geoip_open(DIR_WS_INCLUDES . 'GeoIP.dat',GEOIP_STANDARD);

Thanks to anyone whos feeling helpful

Shane