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.

Erwin 08-27-2002 06:39 AM

Quote:

Originally posted by Lanigironu
PS. I feel insulted that Erwin decided to NOT link to my hack, which is wuite functional even at an early stage.
Okay, I'll link to it now. :) Don't feel insulted!

Lanigironu 08-27-2002 07:46 PM

Cool. I won't be updating for a while though, I'm taking the whole hack to a different direction. :)

Willard Reece 09-12-2002 03:49 AM

Ok I got this game of tetris going and found out that if I left on the .swf it defaulted to full screen which is great

XtremeVigilante 09-15-2002 06:20 PM

Any chance of somebody making a bowling game for this hack so we can have a leaderboard? Iv gotten a flash bowling game in my board and it plays fine but i have no idea how to get it to work with the leaderboard if their even is a way.

Erwin 09-15-2002 10:21 PM

You can only integrate a Flash game into a leaderboard by modifying the .fla file, and you can only modify a .fla if the game is in public domain or if the author of the game gives you permission. So you should check to see if that bowling game is in public domain.

Peace 10-21-2002 02:13 AM

Where's the SWF file I supposed to upload to my forum directory?

Erwin 10-21-2002 02:40 AM

Quote:

Originally posted by Peace
Where's the SWF file I supposed to upload to my forum directory?
In the zip file I've included a tetris.swf file for you to try out the hack. You can upload ANY swf you like, and use the URL format shown in my first post to integrate ANY swf that you upload in your forums.

Peace 10-21-2002 02:50 AM

Ok I see now. Thanks.

Erwin 10-21-2002 02:53 AM

There are also a few SWF files attached to various posts in this thread - I've linked to all of them in my first post too. :)

Peace 10-21-2002 03:48 AM

Thanks! Erwin or anyone, do you know of some good sites for flash games I can download and upload? I'm searching the net but so far I haven't came across good sites. Thanks

Erwin 10-21-2002 03:50 AM

Read my first post. I have a link there.

Erwin 10-21-2002 03:51 AM

Btw, you have a great domain name for your site. :)

Erwin 10-26-2002 05:50 AM

I've edited the first post to list out all the attached Flash games in this thread so that it is easier for people to download and use. :)

underburn 11-01-2002 06:18 PM

Hey Erwin, Im kinda a n00b at installing hacks, but I found yours to be the easiest ever (Thanks) However when I try playing a game, the movie never loads. Whats wrong? I uploaded the SWF template and I get to the playing screen but still nadda :( Please Help.

underburn 11-01-2002 06:19 PM

Oh Yeah and Also.. Do all those games in this thread work with the leader board?

Dynamic One 11-01-2002 06:54 PM

LOL. Nice some game to relax :D. Thanks

Erwin 11-02-2002 12:37 AM

Quote:

Originally posted by underburn
Hey Erwin, Im kinda a n00b at installing hacks, but I found yours to be the easiest ever (Thanks) However when I try playing a game, the movie never loads. Whats wrong? I uploaded the SWF template and I get to the playing screen but still nadda :( Please Help.
Are you using this URL format?

http://www.your-forum.com/forums/fla...?play=filename

(changing the domain name to your own forums, and the filename to the name of file).

Remember, leave the .SWF OUT of the filename.

If so, and the flash file is in your forums directory, then it should work.

Erwin 11-02-2002 12:39 AM

Quote:

Originally posted by underburn
Oh Yeah and Also.. Do all those games in this thread work with the leader board?
No. Please read the first post and the thread carefully. For these games to work for the leader board, they need to be modified. You cannot modified most of these games because they are copyright and not public domain. You can play them, but not modify them.

underburn 11-02-2002 12:49 AM

I do leave teh SWF out, I double checked the templates, this is weird I even had a friend double check it and he says everything is perfect :-\

Erwin 11-02-2002 12:53 AM

Bear in mind some of the games are quite large, and take a while to load.

Please post the contents of your "Flash" template, and the URL you are using to play the file here.

underburn 11-02-2002 01:01 AM

Link to not working movie
http://fivestar.underburn.com/flash.php?play=Tetris

SWF Source File
http://fivestar.underburn.com/

[flash template removed - thanks, I have seen it and it looks fine. I have figured out the problem. Refer next post - Erwin]

[/QUOTE]

Erwin 11-02-2002 01:13 AM

Upload the file Tetris.swf that is in the ZIP file to your forums directory.

You have not uploaded this file. :) That is your problem.

underburn 11-02-2002 01:16 AM

im sorry i messed up the URL i did upload it its fivestar.underburn.com/tetris.swf

Erwin 11-02-2002 01:19 AM

Then use this URL:

http://fivestar.underburn.com/flash.php?play=tetris

Use "tetris", not "Tetris" - the filename is CASE SENSITIVE. If you want to use "Tetris" rename "tetris.swf" to "Tetris.swf".

I did mention this in the first post, and in the installation text file. :)

underburn 11-02-2002 01:25 AM

ive tried both ways and still it does not work

Erwin 11-02-2002 01:30 AM

Try it direct - does this work for you:

[direct link removed to protect your bandwidth - Erwin]

If it doesn't work for you, then your browser does not support Flash.

underburn 11-02-2002 01:32 AM

Yes it does

Erwin 11-02-2002 01:37 AM

In the flash template, find this:

$bburl

Change it to:

http://fivestar.underburn.com

Then try again.

underburn 11-02-2002 01:42 AM

Awesome! Thanks Alot. :)

Erwin 11-02-2002 01:44 AM

You have the wrong URL to your forums set up in your vBulletin Options section in your Admin CP. That's why $bburl was not working in the flash template. :) Make sure that you check it.


All times are GMT. The time now is 04:07 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.01518 seconds
  • Memory Usage 1,823KB
  • 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
  • (5)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
  • (40)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