Code: Select all
$forum_propertiesї'google_log'] = 1;
##q=keyword& - generally all searches are encased like this
function google_refers($referer)
{global $forum_properties;
if($forum_propertiesї'google_log'] == 1) {
$address = str_replace('http://', '', $refer);
$address = str_replace('', '', $address);
}
}Im just not sure how I should go about it, HELP