New Version 2.6.1
Fixes a bug that allowed guests to play even if you disabled that.
Adds the ability to restrict access to members who have access to certain forums. You can choose multiple forums.
To upgrade:
Redo the "really big" step in ultimatebb.php
Upload the new ubb_games.cgi
Set the forums for which you want access permissions for in both ultimatebb.php and ubb_games.cgi. (This is explained in the files.)
Leave the arrays empty to disable this feature.
You can edit the new variable in ultimatebb.php to make it members-only
// Set to 1 if you only wish logged in users to play games
$RequireUserLogin = 1;