Statewide Offices
Administrative Office
Monkey Office
Gilroy Office
Service Offices
Credit Union, Fullerton
Accounting, Northridge
jmass wrote:
My istats does the same thing.
Quote:"&refer="+escape(document.referrer)
is what is in my theme. This was a copy from the install instructions. It there a problem there?
JMass
/**
* @feature
* Keeps track of referers
*/
$referer = $_SERVER['HTTP_REFERER'];
if (!strstr([color=ff0000]$refer[/color], XOOPS_URL)) {
$check_ref = getResult("select * from ".XOOPS_DB_PREFIX."_is_referer where url='".$referer."'");