Hi all currently using PHPBB on my website Gaming On Linux and i am thinking about switching over.
First Question
My main concern is that everything on the main website that is user based uses phpbbs auth system, how easy is it to see/use the authorisation system of xenforo outside of it?
Like a certain user group say admins, super mods or even an admin created group.
Like including certain files then doing say (dirty example)
Code:
Read more
Читать далее...
First Question
My main concern is that everything on the main website that is user based uses phpbbs auth system, how easy is it to see/use the authorisation system of xenforo outside of it?
Like a certain user group say admins, super mods or even an admin created group.
Like including certain files then doing say (dirty example)
Code:
Код:
if ($auth->group['admin'] == 1)
// do...
Read more
Читать далее...