![]() |
Location Online Issues
Ok, I can get the normal method of whos online but i wanna make it more specific. my custom pages are displayed as "info.php?do=sitemap" but I can't seem to make it work when i set the file location to that. But if i set it to "info.php?" it works just fine. any ideas?
Hool Location:online_location_process Title:sitemap location process active:yes Code:
if ($filename == 'info.php?do=sitemap') Title:sitemap location process active:yes Code:
if ($userinfo['activity'] == 'sitemap') |
Hmm...I only spent a few minutes looking at the code so I can't guarantee it, but it kind of looks like it takes apart the URL and puts the parameters in a $values array, so that you'd want something like:
Code:
if ($filename == 'info.php' && $values['do']=='sitemap') |
All times are GMT. The time now is 01:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|