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)

kmfdm_kid2000 08-24-2002 09:14 AM

I might just do that then, since I have quite a few games installed already...

Erwin 08-25-2002 07:53 AM

Nice addon by hellsatan here that allows you to list your Flash games. :)

https://vborg.vbsupport.ru/showthrea...threadid=42693

Erwin 08-25-2002 10:46 PM

Another nice addon:

Demonslayer's DCR format addon - allows you to play DCR extensions.

https://vborg.vbsupport.ru/showthrea...threadid=42744

LightBringer 08-26-2002 02:34 AM

So please explain something to me, that is if you're open to explanation and possible feedback.

We've got all this wonderful talent flying around with Flash integration, unfortunately none of it is compiled.

John and Erwin seem to be approaching some sort of odd tangent with these hacks and I'm curious as to where this is all going.

Do I download John's tetris hack w/scoreboard? Do I download Erwin's "play any flash" hack? I can definitely see the benefits to both/either, however, I would love to see the developers come together on this and attempt to release THE ultimate arcade hack instead of breaking it up amongst the confusion for the members here. :)

Just my 2 yen.

Erwin 08-26-2002 03:40 AM

Quote:

Originally posted by LightBringer
So please explain something to me, that is if you're open to explanation and possible feedback.

We've got all this wonderful talent flying around with Flash integration, unfortunately none of it is compiled.

John and Erwin seem to be approaching some sort of odd tangent with these hacks and I'm curious as to where this is all going.

Do I download John's tetris hack w/scoreboard? Do I download Erwin's "play any flash" hack? I can definitely see the benefits to both/either, however, I would love to see the developers come together on this and attempt to release THE ultimate arcade hack instead of breaking it up amongst the confusion for the members here. :)

Just my 2 yen.

They are 2 different hacks. John's hack uses public domain flash games which he modifies to integrate into the vB database. Hence you have a nice leaderboard and top scores are saved into the vB database. But to do that, you need to manually hack the Flash games too, which a lot of Flash games do not allow as they are copyright.

My hack involves no Flash game mods because you are not integrating the games into the vB database - hence you can play any Flash game including ones that are not public domain. They are different hacks, for different purposes. You can use the addons to make an arcade.

Lanigironu 08-26-2002 03:59 AM

I integrated this hack with the DCR player. It is attached in this thread.

Lanigironu 08-26-2002 04:00 AM

PS. I feel insulted that Erwin decided to NOT link to my hack, which is wuite functional even at an early stage.

Dean C 08-26-2002 03:11 PM

the attachment in the first post doesn't link to the right attachment :(... can you attach the right file plz :D

- Mist

Scott MacVicar 08-27-2002 12:53 AM

I just installed this then I decided to do a bit of tweaking, try this code

PHP Code:

if (!empty($play)) {
  
$swf = @getimagesize("$bburl/$play.swf");
  
//check its a shockwave file
  
if($swf['2'] != 4) {
    eval(
"standarderror(\"".gettemplate("error_flash")."\");");   
  }
  
//we dont have numerical height and width, lets try and get it from the getimagesize function
  
if (!is_numeric($w) or !is_numeric($h)) {
    
//if we dont get a valid return use some defaults, else use the returned values
    
$w iif(empty($swf['0']), 600$swf['0']);
    
$h iif(empty($swf['1']), 400$swf['1']);
  }
  if (!
$b) {
    
$b "{[b][/b]pagebgcolor}";
  }
  eval(
"dooutput(\"".gettemplate('flash')."\");");
} else {
  eval(
"standarderror(\"".gettemplate("error_flash")."\");");  



Lanigironu 08-27-2002 01:33 AM

Damn. I could never think of something like that.


All times are GMT. The time now is 09:13 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.01310 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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