
Originally Posted by
BlessIsaacola
The last set of the code you provided in the link is still problematic because of the two instances of this: strpos(right I will wait for your upload. I have disabled the mod on the Admin side and that seems to stop the madness. Before disabling it, I had 100+ error in the log in less than 2 minutes.
Dag goneit, I hate making errors.
Code:
/* Start - User tracking v1.4.3b modification*/
while (strpos(substr($wo_last_page_url, -1), '\\') !== false) {
$wo_last_page_url = substr($wo_last_page_url, 0, -1);
}
/* End - User tracking v1.4.3b modification*/
/* Start - User tracking v1.4.3b modification*/
while (strpos(substr($referer_url, -1), '\\') !== false) {
$referer_url = substr($referer_url, 0, -1);
}
/* End - User tracking v1.4.3b modification*/
Sheesh, guess I had a long weekend. Sorry to inflict so much confusion. Will repost the total corrected code shortly. I must have not copied over the change properly when posting and then fed the site the wrong update. Sorry Zenners.