Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] Details »»
v3 Arcade - Games Arcade & Challenge System [vB 3.0.3]
Version: 1.00, by John John is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 01-17-2004 Last Update: 08-25-2004 Installs: 1745
 
No support by the author.

v3 Arcade [3.0.3]
Games Arcade for vB3
Game copyrights belong to their respective owners.
v3 Arcade - Copyright ?2004 John Warwick, All Rights Reserved.
__________________________________
Arcade Verson: 1.0
vB Version: vBulletin 3.0.3
Author: John Warwick
Email: John[at]eovieinteractive.com
Site: www.v3arcade.com
??????????????????????????????????

Updates
==========================
1.0.0 - Initial release

1.0.1 - Bug fix update
? This release addressed a couple of small bugs. Information on fixing
these issues can be found in the FAQ. (Included in this zip.)

1.0.2 - Bug fixes and new features
? This release makes all games on the Arcade main page appear in the
order which they were installed, regardless of whether or not it has
been played. (With the newest games at the top.)
? It includes a
page navigation system, allowing users to browse games by page. By default, 10 games appear per page.
? There is also a new search feature, for finding games by name/description. (Accessible through the "Search" menu in the navigation bar.)
? This release should be less CPU intensive than previous versions.

1.0.3 - Bug fixes
? Security fixes

History & Hack Information
- So, what is the v3 Arcade?
The v3 Arcade is exactly what the name implies - an online games arcade that offers seamless integration with your vBulletin forum.

The v3 Arcade is the first of the new generation of vBulletin additions. Back from its roots, the v3 Arcade is the vBulletin 3 edition of my original Arcade written in late 2002 (not to be confused with futureal's 'ProArcade', which was written during the Arcade's beta phase).

v3 Arcade Features Include:
? Integrated Flash gaming for vBulletin 3
? Advanced leader board system
? FULL Mozilla/Netscape Compatibility
? Moderation abilities for Mods/Super Mods/Admins
? PM & Email notification for events
? Advanced statistics for all users
? A higher level of security
? "Arcade Challenges", 1-on-1 contests between users
? Arcade awards system
? Automated and manual score pruning tools

This installation comes loaded with the following games:
? Tetris
? Snake
? Asteroids
? Chopper Challenge
? Space Invaders

If you have the source (.FLA) for a game that you want to use in the v3 Arcade, you can send the required files to john@v3arcade.com for conversion. (Providing permission has been given by the original author.) Within a reasonable delay, I'll post the converted game and installation script on vBulletin.org.


Testing
Tested on vBulletin 3.0.3, across multiple unhacked installations.


Thanks to...
? Kura: For helping out with vB3 difficulties!
? Erwin: Whose vB2 Flash Player inspired the original hacks
? Paul Neave: For providing the source for 4 of the standard v3 Arcade games


IMPORTANT NOTES
? If you do install this hack, please click on the INSTALL button. There are going to be some updates for this which you're really not going to want to miss!
? Each Arcade page has an Eovie Interactive and Flash Player link at the bottom. This is optional, but greatly appreciated.
? You may have noticed that this release of the v3 Arcade is not fully phrased. To phrase the arcade would require well over a hundred phrases to be added, making for a lengthy installation process! Futures version of the v3 Arcade will be phrased, with a more automated installation.
? And don't forget - BACKUP BEFORE YOU INSTALL!


Regarding the "ProArcade"
There has been a lot of debate on vb.org recently about the ownership of hack "concepts". My original Arcade hack (on which the v3 Arcade is based), was a progression of the my vBTetris Leaderboard hack - both of which came about before the ProArcade. I've spoken to Erwin regarding this, and he can confirm that this has always been an independent development; hence the v3 Arcade was authorised for release.

Fixes
If you're installing the Arcade from scratch, there are no fixes or updates to be applied. Simply follow the instructions in Installation.txt.
If you've already installed the Arcade, make the changes in Updates.txt.

[Click HERE to view a list of released games and modifications!]

Demos/Add-Ons/Beta Testing
www.v3arcade.com

Download the v3 Arcade (1.0.3) here:

Show Your Support

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

Comments
  #422  
Old 01-20-2004, 05:38 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've had a couple of emails with plenty of games, although a lot of them are just plain awful (or don't have any sort of scoring system in them), I'll try to get started on conversions.

If there are any people out there who are experienced in Flash and are happy to convert games for the v3 Arcade, send me an email and I'll pass on the current code for the system. (At the moment I'm working on several other arcade related modifications - and part of this includes a component for Flash which will take care of this stuff in the future.)
Reply With Quote
  #423  
Old 01-20-2004, 05:54 PM
shad-gt shad-gt is offline
 
Join Date: Jan 2004
Location: Stuttgart (Germany)
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by John
I've had a couple of emails with plenty of games, although a lot of them are just plain awful (or don't have any sort of scoring system in them), I'll try to get started on conversions.

If there are any people out there who are experienced in Flash and are happy to convert games for the v3 Arcade, send me an email and I'll pass on the current code for the system. (At the moment I'm working on several other arcade related modifications - and part of this includes a component for Flash which will take care of this stuff in the future.)
can you post that code here?

And thank you for your help with the award display in the member profiles.

Code:
if ( _root.sessionstarted <> 1) {
   _root.arcade = new LoadVars();
   _root.sessionvars = new LoadVars();
   _root.arcade.gamename = target;
   _root.arcade.sessdo = sessionstart;
   _root.arcade.sendAndLoad("arcade.php",sessionvars,"POST");
   _root.sessionstarted = 1;
   }
and which code is for the new entry in the highscore?
Reply With Quote
  #424  
Old 01-20-2004, 06:01 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One thing I'd like to point out...

At the moment there have been over 80 successful installations... that's not bad considering that vB3 is still in the RC stages, and the Arcade has only been out for a couple of days.

I'd consider 80 a high enough number to say that if you can't get this to work, it's because you haven't followed the installation instructions properly. I've personally fixed about 5 dud installations, each of which was a file modification incorrectly carried out. The only other alternative is that another hack is installed which is conflicting with the Arcade installation. I know in one case a person had a problem with a clan based hack and the status field in the user table.

The next thing is to ponder over why the Arcade Settings navigation bar looks odd on some styles... I'll post a fix once I find the problem.
Reply With Quote
  #425  
Old 01-20-2004, 06:06 PM
LightBringer's Avatar
LightBringer LightBringer is offline
 
Join Date: Oct 2001
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by John
One thing I'd like to point out...

At the moment there have been over 80 successful installations... that's not bad considering that vB3 is still in the RC stages, and the Arcade has only been out for a couple of days.

I'd consider 80 a high enough number to say that if you can't get this to work, it's because you haven't followed the installation instructions properly. I've personally fixed about 5 dud installations, each of which was a file modification incorrectly carried out. The only other alternative is that another hack is installed which is conflicting with the Arcade installation. I know in one case a person had a problem with a clan based hack and the status field in the user table.

The next thing is to ponder over why the Arcade Settings navigation bar looks odd on some styles... I'll post a fix once I find the problem.
John, this is a clean forum with zero hacks installed on it. I've tried the installation about 6 times now with the same results. Other users can use the arcade just fine, but when I try and use it, I get the problems mentioned. I'd be happy to let you peek your head in on the server and see if you can nail down the issue.

Any advice would be great. I'd be happy to try and install it again, but I feel very confident that it's not the installation, nor is it really a problem with the hack. Something is preventing me as a user/admin from being redirected to the high score/comment page.
Reply With Quote
  #426  
Old 01-20-2004, 06:09 PM
futureal futureal is offline
 
Join Date: Feb 2002
Location: Del Mar, CA, USA
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by John
The v3 Arcade uses a complete different system. All communications that set scores and other variables happen while the game is being played, at the end of the game the page is redirected. There are two stages.
Ah, the joys of LoadVars.

I eventually stumbled upon what is probably a similar system, although I never implemented it in the old arcade. Doing it this way should discourage all but the hell-bent "I must cheat, no matter what!" people. It can still be done via memory editing, but they need to have an intimate knowledge of the hack and, when it comes down to it, I think very few will exploit it. Still, the admin can always check the game durations as well.

Good job with the challenge system, it's a cool feature!
Reply With Quote
  #427  
Old 01-20-2004, 06:17 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by futureal
Ah, the joys of LoadVars.

I eventually stumbled upon what is probably a similar system, although I never implemented it in the old arcade. Doing it this way should discourage all but the hell-bent "I must cheat, no matter what!" people. It can still be done via memory editing, but they need to have an intimate knowledge of the hack and, when it comes down to it, I think very few will exploit it. Still, the admin can always check the game durations as well.

Good job with the challenge system, it's a cool feature!
Nope, not loadVars - sendAndLoad.

Ordinarily, it doesn't take memory editing to cheat. If you know the source code (i.e. you've downloaded it from vb.org), you can easily see which actions to send your faked POST data to. Indeed, if you didn't have access to the source you'd need a packet sniffer to check to see what data was being sent, and then replicate it.

However, this still isn't the system that I use.

The v3 Arcade's games "talk" to vBulletin, vBulletin measures the time between each communication. If that time is greater than 5 seconds, it's very likely that someone is trying to manually send the data through a script. I.e. they prepare the data to send, send it, and start preparing the second batch of data. There are also a couple of basic calculations which make it more difficult for someone to cheat through firing off scripts with POST data.

In essence, the only way to cheat is to write a program to send and receive data the data rapidly, process is correctly, and send it back in the correct format. Only a very sad individual would be prepared to go to those lengths!
Reply With Quote
  #428  
Old 01-20-2004, 06:23 PM
futureal futureal is offline
 
Join Date: Feb 2002
Location: Del Mar, CA, USA
Posts: 556
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sendAndLoad is a method of the LoadVars object. Well, that's what I meant anyway. haha
Reply With Quote
  #429  
Old 01-20-2004, 06:25 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

john

https://vborg.vbsupport.ru/showpost....&postcount=413
Reply With Quote
  #430  
Old 01-20-2004, 06:25 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by futureal
sendAndLoad is a method of the LoadVars object. Well, that's what I meant anyway. haha
Calm down kiddo, there's nothing wrong with a bit of detail.
Reply With Quote
  #431  
Old 01-20-2004, 06:25 PM
Gio Takahashi's Avatar
Gio Takahashi Gio Takahashi is offline
 
Join Date: Jul 2003
Location: Cape Coral
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lightbringer, do you have a router or firewall?

One of my admin on my forums mentioned that those with firewall and router could ruin the highscore sent to the forums. Could it be something like that?
Reply With Quote
Reply


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 12:57 AM.


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.06273 seconds
  • Memory Usage 2,331KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (5)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
  • (4)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_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