vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (vB4) (https://vborg.vbsupport.ru/showthread.php?t=253211)

KW802 11-06-2010 02:19 AM

Quote:

Originally Posted by cory_booth (Post 2118526)
One more permission error.

This time with playing a Mochi(sp) game.
Attempt to save uses the following:
http://xxx.com/arcade.php?sessdo=burn&mochigame=5173

This brings back a "you don't have access".
This is with an "Admin" account with everything on or Yes

Is it all Mochi games or just one? If all Mochi games, then please check item #6 of the Mochi FAQ.

You'll also want to make you aren't using an ad blocker in your browser since that'll block the communications to bounce & verify the score against the Mochi servers.

K4GAP 11-06-2010 03:37 AM

Quote:

Originally Posted by KW802 (Post 2118508)
A ".rar" file a compressed file, like ".zip" or ".tar" files. IPB games are typically packed as a .tar file and both v3 Arcade and IPB are able to uncompress them to extract & install the games.

My memory may be fuzzy but I don't recall IPB being able to work with a .rar file directly.

If you take a look inside of the .rar file (using something line WinRar), what is there? Just the game files (a .swf file and .gif files) or a .tar file? Are these IPB games or v3A games or something else?

Contents after unzipping a random .rar game folder....

basketballrally1.gif
basketballrally2.gif
basketballrally.game.php
basketballrally.swf


Any clues?

KW802 11-06-2010 04:13 AM

Quote:

Originally Posted by GaryT (Post 2118550)
Contents after unzipping a random .rar game folder....

basketballrally1.gif
basketballrally2.gif
basketballrally.game.php
basketballrally.swf


Any clues?

Mind posting the contents of the .php file (either here or v3A.com)? To give some insight, years ago games were being distributed with an installation .php script so that each game was installed manually one at a time via it's own script instead of as a batch import. The contents of the .php will tell us what we're dealing with (whether they are IPB formatted games or v3A formatted games and how they were expected to be installed).

Veer 11-06-2010 06:12 AM

Quote:

Originally Posted by KW802 (Post 2118454)
That is not the easiest answer because everybody will have a different opinion on it. My opinion will be a bit biased because v3 Arcade is my project. But, with that said, a few things to consider would be...

- v3 Arcade has been designed from scratch to work with vBulletin; the other arcade was not.

- v3 Arcade has a dedicated support site; the other arcade does not.

- v3 Arcade has support for Mochi Media games, which can help bring in some revenue to your site and provides you with access to thousands of free games; the other arcade does not.

- v3 Arcade has a dedicated lead developer; the other arcade, at least at the present time, does not appear to.

- v3 Arcade is constantly adding new features and looking for ways to make integration with vBulletin easier (and hence why there are two separate versions for vB3 & vB4); the other arcade seems to rely mostly upon hacks & fixes submitted by users.


Again, though, that is just my own personal opinion. Some people love the other arcade and find no problems with it on their site.

100% agree. And I already switched from ibProArcade to v3 Arcade and loving it.

Thank you so much, keep it up man. :)

K4GAP 11-06-2010 06:20 AM

Quote:

Originally Posted by KW802 (Post 2118557)
Mind posting the contents of the .php file (either here or v3A.com)? To give some insight, years ago games were being distributed with an installation .php script so that each game was installed manually one at a time via it's own script instead of as a batch import. The contents of the .php will tell us what we're dealing with (whether they are IPB formatted games or v3A formatted games and how they were expected to be installed).

Php content from another one of the games...

PHP Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.0.0 Release Candidate 2 - Licence Number L1665f2b
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ?2000-2004 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// ##################### DEFINE IMPORTANT CONSTANTS #######################
define('CVS_REVISION''$RCSfile: butch_01.game.php,v $ - $Revision: 1.35 $');
define('NO_REGISTER_GLOBALS'1);

// #################### PRE-CACHE TEMPLATES AND DATA ######################
$phrasegroups = array();
$specialtemplates = array();

require_once(
'./global.php');

print_cp_header("v3 Arcade - Butch Mushroom");

// welcome step
if (!isset($_POST['do']))
{
    
$gameexists $DB_site->query("SELECT * FROM " TABLE_PREFIX "games WHERE shortname='butch_01'");
    if (
$DB_site->num_rows($gameexists)==0) {
        
print_form_header('butch_01.game''stepone');
        
print_table_header("v3 Arcade - Butch Mushroom");
        
print_description_row("This script will install Butch Mushroom for your v3 Arcade.<p>
        Make sure you upload the following files:<br>
        butch_011.gif -> /images/arcade/butch_011.gif<br>
        butch_012.gif -> /images/arcade/butch_012.gif<br>
        butch_01.swf -> /games/butch_01.swf<p>
        Click on \"Install Butch Mushroom\" to begin the installation."
);
        
print_submit_row("Install Butch Mushroom"0);
    } else {
        
print_form_header('butch_01.game''stepone');
        
print_table_header("v3 Arcade - Butch Mushroom");
        
print_description_row("Butch Mushroom is already installed!");
    }
}

// #############################################################################
// step 1
if ($_POST['do'] == "stepone")
{
    
$DB_site->query("INSERT INTO " TABLE_PREFIX "games (shortname, gameid, title, descr, file, width, height, miniimage, stdimage, gamesettings, highscorerid, highscore) VALUES ('butch_01', NULL, 'Butch Mushroom', 'Eat as many bugs as you can within the time limit.', 'butch_01.swf', 550, 405, 'butch_012.gif', 'butch_011.gif', 29, NULL, NULL)");        
    
$DB_site->query("
        INSERT INTO " 
TABLE_PREFIX "gamenews (newstext,newstype,datestamp) VALUES ('New game installed, <b>Butch Mushroom</b>','newgame'," TIMENOW ")
    "
);    
    
print_form_header('butch_01.game''');
    
print_table_header("v3 Arcade - Butch Mushroom");
    
print_description_row("Installation Complete! (PLEASE DELETE THIS FILE.)");
}


/*======================================================================*\
|| ####################################################################
|| # Downloaded: 13:43, Tue Jan 6th 2004
|| # CVS: $RCSfile: usertitle.php,v $ - $Revision: 1.35 $
|| ####################################################################
\*======================================================================*/
?>


Veer 11-06-2010 06:21 AM

I have a suggestion, I see user can not see others scores on Tournament page, Is there any possibility to make it viewable for players and tournament creator? In ibproArcade everyone can see.

Gemma 11-06-2010 11:41 AM

Great to see this finally released on vb.org, well done Kevin and the v3arcade team for all your hard work and efforts :)

Paul K 11-06-2010 12:13 PM

Wow it's so awesome, 1 of the best detailed extended mods I've got on my forums!

Great job! Really!

--Edit-- does anyone know if it's possible to remove the ads out of the games from mochi media?

cory_booth 11-06-2010 12:38 PM

Quote:

Originally Posted by KW802 (Post 2118531)
Is it all Mochi games or just one? If all Mochi games, then please check item #6 of the Mochi FAQ.

You'll also want to make you aren't using an ad blocker in your browser since that'll block the communications to bounce & verify the score against the Mochi servers.

I will test it out and let you know... BTW, might it require the upload of crossdomain.xml to the forum root? I don't recall reading about that file, but realize it might be needed.

cory_booth 11-06-2010 12:41 PM

Yep, that was it... Needed to upload the crossdomain.xml file... Same game I had a problem with now works fine (and quickly I might add).

EXCELLENT! Nice to have such a major mod keep up with the times!


All times are GMT. The time now is 05:32 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.01667 seconds
  • Memory Usage 1,775KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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