vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade v1.0 Flash Games Development (https://vborg.vbsupport.ru/showthread.php?t=47198)

EvilLS1 04-26-2003 04:16 AM

Quote:

The best way to get cool games for this hack is search for them and ask the developer to share the swf with this slight modification in it. The developer get's it's attention by the copyright and url.
I think thats a good idea. I'll send a few emails and request this. It can't hurt to ask!

gwhooooey 04-26-2003 04:51 AM

Ok where did you get that frogger game? lol....that one has got the score on...it's actually called Frogger, rather than froggy....
Doesn't have any music though

Yeah, so where'd you get it?

The Wedge 04-26-2003 05:34 AM

im not good with flash, no more levels just one, oh welllllll, once im done reading my book i should be able to make it repeat level one at least

EvilLS1 04-26-2003 06:28 AM

Quote:

Today at 07:34 AM The Wedge said this in Post #923
im not good with flash, no more levels just one, oh welllllll, once im done reading my book i should be able to make it repeat level one at least

Sounds cool. Good luck with it.

joecool 04-26-2003 02:53 PM

I spend some serius time updating the first post today.... i missed jewls tho, i'll add it later, i hope you guys enjoy all new games :)

DigitalDesktops 04-26-2003 03:08 PM

Quote:

Today at 04:53 PM joecool said this in Post #925
I spend some serius time updating the first post today.... i missed jewls tho, i'll add it later, i hope you guys enjoy all new games :)

Thanks joecool! :)

joecool 04-26-2003 03:11 PM

np ;) added jewels to the list too, all games are there now... pewh!

Link14716 04-26-2003 03:21 PM

I would add some more games, but seriously, I already have 150 queries on my Arcade page! ;)

Erwin 04-26-2003 03:23 PM

Quote:

Today at 03:21 AM Link14716 said this in Post #928
I would add some more games, but seriously, I already have 150 queries on my Arcade page! ;)
That's not good for your server load.

NuclioN 04-26-2003 03:35 PM

SlotX fruitmachine. Random hold and shuffle untill you score trough the roof. Hit it. :p

Link14716 04-26-2003 03:41 PM

Hence why I am not adding any more games until I get the queries down. ;)

DigitalDesktops 04-26-2003 03:44 PM

i have 88 queries on my arcade page. ;)

if i change this:

PHP Code:

      $miniboard_q $DB_site->query("SELECT * FROM arcadescores WHERE game='$gamename' AND valid=1 ORDER BY score DESC LIMIT 5"); 

to this:

PHP Code:

      $miniboard_q $DB_site->query("SELECT * FROM arcadescores WHERE game='$gamename' AND valid=1 ORDER BY score DESC LIMIT 3"); 

will that lower the number of queries on the arcade?

gwhooooey 04-26-2003 04:26 PM

Hehe, isn't it nudge, not nadge

joecool 04-26-2003 05:02 PM

People, Why not use the sulution that Erwin came up with to get the queries down to 16? (doesn't matter howe many games you add, it will still be 16) I use that on my board together with around 100 games :D

Having over 100 queries doesn't sound like a good idea to me anyway o_O

Jakor Sevel 04-26-2003 05:04 PM

slotx works great! Great job. And thanks to joe for updating the first post.

gwhooooey 04-26-2003 05:09 PM

Quote:

Today at 07:02 PM joecool said this in Post #934
People, Why not use the sulution that Erwin came up with to get the queries down to 16? (doesn't matter howe many games you add, it will still be 16) I use that on my board together with around 100 games :D

Having over 100 queries doesn't sound like a good idea to me anyway o_O

Can you explain how to do that, please?

joecool 04-26-2003 06:03 PM

Quote:

Today at 02:09 PM gwhooooey said this in Post #936
Can you explain how to do that, please?

1) Replace you're proarcade.php file with this one
2) Go into you're AdminCP
3) Go down to Templates/Modify
4) Edit thease templates:

vbproarcade_arcade

PHP Code:

{htmldoctype
<
html>

<
head>
<
title>$bbtitle Arcade</title>
$headinclude
</head>

<
body>
$header 

$navbar

<br>

<
table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextrawidth="{contenttablewidth}" align="center">
<
tr>
 <
td>
  <
table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextrawidth="100%">
  <
tr
   <
td bgcolor="{categorybackcolor}" align="center">
    <
normalfont color="{categoryfontcolor}">
    <
b>$bbtitle Arcade</b>
    </
normalfont>
    </
td>
   </
tr>
   <
tr>
    <
td bgcolor="{firstaltcolor}" align="center" valign="center">

     <!-- 
begin scoreboard -->
     <
table cellpadding=10 cellspacing=0 border=0 width="100%">
     <
tr>
      <
td width="100%" align="center">

      <
table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" width="100%">
      <
tr
       <
td width=150 bgcolor="{tableheadbgcolor}" align="center">
        <
normalfont color="{tableheadtextcolor}">
        <
b>Game</b>
        </
normalfont>
       </
td>
       <
td bgcolor="{tableheadbgcolor}" align="center">
        <
normalfont color="{tableheadtextcolor}">
        <
b>Description</b>
        </
normalfont>
       </
td>
      </
tr>
      
$arcadebits
      
</table>
     </
td>
    </
tr>
    </
table>
    <!-- 
end scoreboard -->

    <
table cellpadding="10" cellspacing="0" border="0" width="100%">
    
$gamescores
    
</table>

    </
td>
   </
tr>
  <
tr
   <
td bgcolor="{categorybackcolor}" align="center">
    <
normalfont color="{timecolor}">
    </
normalfont>
    </
td>
   </
tr>
   </
table>
  </
td>
 </
tr>
</
table>

$footer 

</body>
</
html

vbproarcade_arcadebit

PHP Code:

      <tr
       <
td width=150 bgcolor="{secondaltcolor}" align="center">
        
$gamelink
       
</td>
       <
td bgcolor="{secondaltcolor}" align="center">
        
$gamedescription
       
</td>
      </
tr

Done!

joecool 04-26-2003 06:19 PM

Quote:

Today at 12:35 PM NuclioN said this in Post #930
SlotX fruitmachine. Random hold and shuffle untill you score trough the roof. Hit it. :p
The submit button is not there after every time, it would be nice to be able to submit you're score whenever you want ;)

Nice game tho, i'ts a winner :)

NuclioN 04-26-2003 06:25 PM

Thx joecool. :) The submit score button must stay visible all the time. Here it does. I've test it but i can't see it disappear.

gwhooooey 04-26-2003 06:50 PM

Quote:

Today at 08:03 PM joecool said this in Post #937
1) Replace you're proarcade.php file with this one
2) Go into you're AdminCP
3) Go down to Templates/Modify
4) Edit:

vbproarcade_arcade (remove all usless stuff thats not needed anymore)
vbproarcade_arcadebit (remove all usless stuff thats not needed anymore)

Done!

Thanks, what's the useless stuff that I need to remove though? :smoke:

joecool 04-26-2003 07:14 PM

Quote:

Today at 03:50 PM gwhooooey said this in Post #940
Thanks, what's the useless stuff that I need to remove though? :smoke:

It's the tables and stuff that you dont use anymore (you will see what it is if you look there) ;)

joecool 04-26-2003 07:16 PM

Quote:

Today at 03:25 PM NuclioN said this in Post #939
Thx joecool. :) The submit score button must stay visible all the time. Here it does. I've test it but i can't see it disappear.

hmm, now i'm having even more problems with it, now it doesn't even start all the time o_O hmm, i wounder what happend, and now i wont even see the submit button when i start playing :alien:

gwhooooey 04-26-2003 07:25 PM

Can't you just give me the new templates i'd have to replace it with instead. lol

Obviously not because i'm being a dumbass, but because this could help other people out https://vborg.vbsupport.ru/


Edit - Oh and will it remove the scores?

joecool 04-26-2003 07:50 PM

Look at tshe post where i added the file, i added the templates there too (replace those with the one lyou have now) and you wont see any mini score boards or the first place score (at the acade main page) you will still be able to see you're score on the top25+ list tho ;) and you will still be able to save all you're score :)

It's worth it, trust me ;)

anyway, i'm using a heavy modiyed version of those templates, but i think the original looked like that anyway ;) (not 100% sure tho)

gwhooooey 04-26-2003 07:52 PM

Heavily modified version eh? https://vborg.vbsupport.ru/

What have you modified?

joecool 04-26-2003 08:00 PM

maybe not that heavy :p but it doesn't have any of the original tables or stuff, everything in both the vbproarcade_arcade and vbproarcade_arcadebit has been replaced with new stuff to make everything look a bit more... nice ;)

gwhooooey 04-26-2003 08:30 PM

Well why not give me that code then if it looks nicer, lol...

..or pm me a link so i can see what it looks like :paranoid:

gwhooooey 04-26-2003 09:41 PM

Did anyone change the covers of the cards and remove Leonardo?

Also there's another solitaire game here
http://www.flashkit.com/movies/Games...2034/index.php

joecool 04-26-2003 09:58 PM

yes there is a version where leo is gone, and i dont really wanna release my modifyed template, it wouldn't look good on anyones site but my own anyway. If you dont like the look of it, modify it yourself ;)

gwhooooey 04-26-2003 10:02 PM

<a href="https://vborg.vbsupport.ru/showthread.php?postid=384029#post384029" target="_blank">https://vborg.vbsupport.ru/showt...029#post384029</a>

Is that the one where leo's gone? If so it wont download, can someone re-upload it

msimplay 04-27-2003 12:42 AM

Can anyone round up what games are working with this mod

Cuz i seen loads on someones forum but i still only have around 4 on mine :P

but i want the rest aswell

so maybe it would be a good idea if all the games were rounded up into another thread so they can be easily downloaded cuz now theres like 96 pages its pretty hard sifting through all of them

msimplay 04-27-2003 12:44 AM

Ooops my bad i just realised its at the beginning of the thread :p

joecool 04-27-2003 01:02 AM

I have never released a game with a submit button before, so it's about time :p My forum members whent totally nuts when this game hit our arcade, it's a Game&Watch game (the real thing is really, really rare) and i'm running the biggest Game&Watch forum on the net (so other people who dont like Game&Watch games might not think this is fun) ;) anyway, here it is :)

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual

gwhooooey 04-27-2003 01:26 AM

Can someone translate to English please, lol

...and upload the solitaire.swf without Leo, seeing the other download wont work anymore

joecool 04-27-2003 02:02 AM

I'm really not sure why i bother about this game, but here it is, finally a fully working version of Shooter :p

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

DigitalDesktops 04-27-2003 02:19 AM

Quote:

Today at 03:02 AM joecool said this in Post #953
I have never released a game with a submit button before, so it's about time :p My forum members whent totally nuts when this game hit our arcade, it's a Game&Watch game (the real thing is really, really rare) and i'm running the biggest Game&Watch forum on the net (so other people who dont like Game&Watch games might not think this is fun) ;) anyway, here it is :)

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual


cool game joecool :)

joecool 04-27-2003 02:51 AM

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

gwhooooey 04-27-2003 03:35 AM

Joe, have you got the solitaire.swf, because I'd really like to have that game :(.....without Leo of course

joecool 04-27-2003 03:38 AM

I like this game, i'm not sure why nobody have modifyed it before :) oh yeh... this is my 20th RELEAS!!! :D

In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

joecool 04-27-2003 03:39 AM

Quote:

Today at 12:35 AM gwhooooey said this in Post #958
Joe, have you got the solitaire.swf, because I'd really like to have that game :(.....without Leo of course

here you go


All times are GMT. The time now is 04:03 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.02501 seconds
  • Memory Usage 1,861KB
  • 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
  • (12)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
  • (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