vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Flash Player - Play Any Flash Game or Movie - Tetris, Pacman, Frogger, Minesweeper (https://vborg.vbsupport.ru/showthread.php?t=42196)

John 08-12-2002 12:08 PM

Quote:

Originally posted by [D]Vincent
Just don't say you coded it if you're using his XD
I might install it later, but right now I'm trying to cut down on hacks ^^

You're talking to me?

Edit: Fixed the above "non display" problem, simply got rid of the ../ before tetris.swf in the tetris template.

John 08-12-2002 12:32 PM

Ok, I've actually got the original source for the tetris flash file, I'm going to make see how it works, and add a few things - like a leaderboard :)

[D]Vincent 08-12-2002 12:38 PM

Vincent]:rolleyes: I'm talking to the headless horseman.

Odil 08-12-2002 12:45 PM

Hi

I installed this great and fun game in my forum and it works great and all. The only problem is with whos online, unkown location shows up with the tetris link. Is there any way to fix this monor problem?

Thanks for the great game!

Odil

NexDog 08-12-2002 12:50 PM

Can this hack know who's playing and create stats etc? Now that would be cool. :)

[D]Vincent 08-12-2002 12:54 PM

Vincent]
Quote:

Originally posted by Odil
Hi

I installed this great and fun game in my forum and it works great and all. The only problem is with whos online, unkown location shows up with the tetris link. Is there any way to fix this monor problem?

Thanks for the great game!

Odil

Open online.php
Find:
PHP Code:

    case 'index':
      
$userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";
      break; 

Add under that:
PHP Code:

    case 'tetris':
      
$userinfo[where] = "Playing <a href='tetris.php?s=$session[sessionhash]'>Tetris</a>";
      break; 

That should work for the who's online problem.

Odil 08-12-2002 01:09 PM

Quote:

Originally posted by [D]Vincent

Open online.php
Find:
PHP Code:

    case 'index':
      
$userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";
      break; 

Add under that:
PHP Code:

    case 'tetris':
      
$userinfo[where] = "Playing <a href='tetris.php?s=$session[sessionhash]'>Tetris</a>";
      break; 

That should work for the who's online problem.

Excellent, thank you! I should have figured it would be that easy, I was adding a hack earlier where I changed just this stuff on the online.php

Thanks!

Odil

Odil 08-12-2002 01:19 PM

Quote:

Originally posted by Odil


Excellent, thank you! I should have figured it would be that easy, I was adding a hack earlier where I changed just this stuff on the online.php

Thanks!

Odil

I take that back, it still shows unknown location. I double checked to see that I copied and placed it exactly as shown. No luck.

Odil

[D]Vincent 08-12-2002 01:39 PM

Let me check again then.

John 08-12-2002 01:43 PM

lol! "I take that back"

:D


All times are GMT. The time now is 09:52 PM.

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.01344 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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