Hi. I would mind to create some simple security tester.
Already asked a similar question, but nobody.... :ermm:
Well. Simply, I would see my FORUMHOME
only (I mean index.php it's enough...) from any user's perspective, to check if one or another could see something or not, and how he does see it.
I tough an Admin could use some particular parameter (&userid=xxx ...

) on index.php to see the forumhome as he were that user.
Of course, not touching links which would create many problems... simply give a look around.
This way I shouldn't logout and login each time with dummy user accounts to test usergroups, permission masks, and so on... that could be not too precise...
I could, for example, store my $bbuserinfo account in a temp var right after the
PHP Code:
require('./global.php');
, then switch it to another user's config ....
Last, right after the main template evaluation, I could restore it to it's original (mine...) values.
Anybody does think that should be possible ?
Exactly, how ?
Thank you very much for your time following my unpredictable ideas....
Bye