Quote:
Originally Posted by Chrissicom
I have a problem with the Show Online thingy again now lol, it says Unknow location although I fixed this part here to look like this
PHP Code:
// Album user location else if (strpos($token, "/forum/sbcgalleries/") !== false) { { $userinfo['activity'] = 'sbcgalleries'; } return $userinfo; }
|
I have no idea why this happen. it should work if you have everything setup correct. Check your database for sessions table, check the activity column for the location. Put the correct token for it, that all I can think of right now.