Quote:
Originally Posted by nexialys
this is stupid logic...
just after
PHP Code:
include_once "./global.php";
add this:
PHP Code:
if (!$vbulletin->userinfo['userid']) { print_no_permission(); }
this will prevent ALL non-logged-in users to be locked out
when you have a need, just request it instead of telling it's a non-avenue!
and btw, if your users have no access to the board, they will not have more access to the arcade, as it is driven by vBulletin authentication...
|
I don't see how this will help... in order to verify the license the site checks to see if the arcade.php is viewable by guests - if it is not it will not verify your license. My USERS have access to the board - just not GUESTS.