[fixed] How can I hide (exclude) a file from who is online?
Here is my problem:
I have a file that uses vbulletin permission that pulls thumbnail pictures on nearly every page. (similar to vbulletins image.php)
It works great, but the problem is that it shows up in wol. In the profile.. if i look it says: unknown location... and the filename..
As it is pulled on every page.. every user has now also in last activity in profile : unknown location and the name of the file :-(
is there a way to exclude that, or any file from wol? i just dont want it to show up!
Felix
EDIT: found the solution myself:
on top of the file add:
define('LOCATION_BYPASS', 1);
thats all
|