Quote:
Originally posted by CarlosC
But will be nice to let them (unregistered user) see the links to the games so they become more interested about it.. (See bout don't touch!!) So I will be waiting for the code!
|
If the php files for the games don't already have this code in them:
PHP Code:
if ($bbuserinfo[userid]==0) {
show_nopermission();
}
(or smiliar code), add this after:
PHP Code:
require('./global.php');