We have our vbulletin running on a few different domains which show different content but run off the one vbulletin database.
So we have a few custom pages that I'd like to have working in the Who's Online? page.
For instance we have
http://www.site1.com/custompage.php and
http://www.site2.com/custompage.php
Now these two pages actually show different things but if I set up some plugins, it doesn't realise that the user might be on the other domain.
Is it possible to write a plugin that will enable this?
Cheers!
--------------- Added [DATE]1208256141[/DATE] at [TIME]1208256141[/TIME] ---------------
I guess I need to do something with the location field in the session table. Make it the complete location rather than just the filename?