
03-07-2004, 07:07 PM
|
|
|
Join Date: Mar 2002
Location: Florida
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by John
If you want a crude way to do it...
Find:
PHP Code:
// Checks to see if GET variables are valid
And above this, add:
PHP Code:
if ($bbuserinfo['posts']<10){
print_no_permission();
}
Where in this example, 10 is the number of required posts to be able to play in the Arcade. People with post counts lower than that will be shown a "no permission" page.
|
Thanks John.
|