vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB3 Flash Player - Play Any Flash Game / Movie - Tetris, Pacman, Frogger, Minesweeper (https://vborg.vbsupport.ru/showthread.php?t=59816)

albibak 01-08-2004 12:51 PM

Erwin => Thx for your answer.

hume => Cool an other website :) and it's a french site ;)

Erwin 01-08-2004 07:26 PM

Quote:

Originally Posted by StoneHalo
Does this just allow users in the 'Registered users' usergroup to play? Or can it be set to other usergroups?

I have two subscription groups that I would like to have access to this but not those in the normal registered group.

Thanks

It's automatically set up to stop guests from playing, but allow everyone else. In flash.php, find:

PHP Code:

if ($bbuserinfo['userid'] == 0)
{
    
print_no_permission();


Change it to:

PHP Code:

if ($bbuserinfo['userid'] == OR $bbuserinfo['usergroupid'] == 2)
{
    
print_no_permission();


And keep adding usergroups to the end of that line you want NOT to be able to play.

StoneHalo 01-08-2004 08:53 PM

Thats great, i'll be installing hacks after vB3 goes gold :)

???`S?LV?R???` 01-09-2004 12:12 AM

This Is Great Erwin, I Like The Fact That Only Registered Members Can Get To Them. Would You Mind Making One That's Just Let's Members Download Certain Files? Sorta Like vBportal where it has the downloads section and only worked for logged in members. I'd Really Appreciate It ;) :)

webrats 01-09-2004 02:49 AM

will this work with rc2

???`S?LV?R???` 01-09-2004 03:32 AM

yeah, it works with rc2 aswell.

SnowBot 01-09-2004 06:56 AM

only thing is ppl show up in whos online in UNKNOWN LOCATION Can this be fixed ?

Erwin 01-09-2004 09:31 AM

Quote:

Originally Posted by SnowBot
only thing is ppl show up in whos online in UNKNOWN LOCATION Can this be fixed ?

I added instructions to the install.txt in the ZIP file to fix this. :)

Nmidia 01-09-2004 06:28 PM

Quote:

2) Create new phrase under "Front End Error Messages".
Call it "flash"
Make the contents the following:

You did not specify a file name!

How do I do this then? I'm a total noob:)

Nmidia 01-09-2004 06:37 PM

Quote:

Originally Posted by Nmidia
How do I do this then? I'm a total noob:)

ahh - i opened my eyes and it was right in front of them:)


All times are GMT. The time now is 10:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01270 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete