Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
vbProArcade v1.0 Flash Games Development Details »»
vbProArcade v1.0 Flash Games Development
Version: 1.00, by futureal futureal is offline
Developer Last Online: May 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 12-31-2002 Last Update: Never Installs: 83
Is in Beta Stage  
No support by the author.

vbProArcade v1.0 Flash Games Development Thread

This thread is intended to provide support for those who wish to find new games for their Arcades, or wish to assist in the development of new games for vbProArcade, or wish to modify existing, open-source Flash games for use with vbProArcade.

Note to vbulletin.org moderators: I could not find an appropriate place for this thread, other than the Beta Hacks forum, so here it is. If you feel this should be moved somewhere else, by all means do so. An additional reason I posted it here was because, to my knowledge, only registered users can view this thread, which may contain hack code at one point or another.

For the hack itself, you will need to see this thread. The Flash Development thread that you see here is just that, and should only be for the discussion of creating/modifying games to work with vbProArcade. Any discussion of or support for the hack itself will be conducted in the other thread.

For documentation on how to modify a game to work with vbProArcade, please see the vbProArcade documentation, which will always be contained in this post. I will try and update this post whenever I update the documentation itself.

A list of current games can you find in the second post.

Before you modify ANY game's source or post it here, you must MAKE SURE that you have the author's permission to modify and redistribute the code, compiled or otherwise.

As games are modified and posted, I will update this post to list them, so that people running vbProArcade may find and install them more easily.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #932  
Old 04-26-2003, 03:41 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hence why I am not adding any more games until I get the queries down.
Reply With Quote
  #933  
Old 04-26-2003, 03:44 PM
DigitalDesktops DigitalDesktops is offline
 
Join Date: Mar 2003
Location: Scotland, UK
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #934  
Old 04-26-2003, 04:26 PM
gwhooooey gwhooooey is offline
 
Join Date: Feb 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hehe, isn't it nudge, not nadge
Reply With Quote
  #935  
Old 04-26-2003, 05:02 PM
joecool joecool is offline
 
Join Date: Mar 2002
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Having over 100 queries doesn't sound like a good idea to me anyway o_O
Reply With Quote
  #936  
Old 04-26-2003, 05:04 PM
Jakor Sevel Jakor Sevel is offline
 
Join Date: Oct 2002
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

slotx works great! Great job. And thanks to joe for updating the first post.
Reply With Quote
  #937  
Old 04-26-2003, 05:09 PM
gwhooooey gwhooooey is offline
 
Join Date: Feb 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Having over 100 queries doesn't sound like a good idea to me anyway o_O
Can you explain how to do that, please?
Reply With Quote
  #938  
Old 04-26-2003, 06:03 PM
joecool joecool is offline
 
Join Date: Mar 2002
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #939  
Old 04-26-2003, 06:19 PM
joecool joecool is offline
 
Join Date: Mar 2002
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
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
Reply With Quote
  #940  
Old 04-26-2003, 06:25 PM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #941  
Old 04-26-2003, 06:50 PM
gwhooooey gwhooooey is offline
 
Join Date: Feb 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11721 seconds
  • Memory Usage 2,342KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete