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)
-   -   Major Additions - [DBTech] vBArcade v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=273181)

GONUMBER6 09-13-2014 12:43 AM

Quote:

Originally Posted by kylek (Post 2498866)
Games that expanded before worked but after 2.0.2 they do not expand.

Quote:

Originally Posted by kylek (Post 2498867)
Rolled back to 2.0.1. lite and all games expand.

Same here. When you clicked expand the border of box expanded but the game stayed normal sized. Sorry I forgot to get a screenshot.

gzklgg 10-25-2014 05:36 AM

I have a problem
Quote:

# Place this code into the top of http://*my url of my forum*.htaccess so certain games can process scores, then try importing again:

i dont get it, what i need to do?

Wasi Butt 11-14-2014 07:32 PM

Quote:

Originally Posted by GONUMBER6 (Post 2514962)
Same here. When you clicked expand the border of box expanded but the game stayed normal sized. Sorry I forgot to get a screenshot.


Could you load the v2.0.2 XML file again, But edit the product file from dbtech_vbarcade_game_flash template replace

Code:

<style type="text/css">object.flash, embed.flash { width: $game[width]px; height: $game[height]px; }</style>
With

Code:

<style type="text/css">object.flash, embed.flash { width: 100%; height: 100%; }</style>
I try this and its working for me

Gadget_Guy 11-16-2014 06:24 PM

I am using this on my 4.2.2 site... everything is working well.

Question: I downloaded a bunch of games, used FTP to the import folder to install them.

After they are installed... do I have to leave the files in the import folder or can I delete them?

Also, any know where I could find a particular game? My users are asking for "Dope Wars".

Tried searching via google but can't seem to find any source for it.

Thanks

D.

popowich 12-30-2014 01:35 PM

Anyone know why this is showing as "Updated" when it's still v2.0.2?

ozzy47 12-30-2014 02:42 PM

Because there was a security patch which did not require a updated version number. If you have not installed the latest files You should do so now.

hunter1985 02-15-2015 09:41 AM

Hello I just imported my v3arcade games and Mochi games into DBTech Arcade plugin that I have just installed. I am aware Mochi site is dead and I had to download as much good rated flash games as possible before the Mochi network got shutdown.

Some of my games are working fine, but I think those Mochi games doesn't work for some reason. I got this error regarding some of the Mochi games that doesn't work:-

Code:

Fatal Error: require_once() [function_require]: Failed opening required '/home/apgclan/www/dbtech/vbarcade/systems/moc.php'
(include_path=' /:usr/local/php5.3/lib/php') in /home/apgclan/www/arcade.php on line 585

When I looked in /www/dbtech/vbarcade/systems/ the moc.php appears to be missing - only the ipa.php, pba.php and v3a.php.

And I am also aware some of the flash doesnae have the forwards compatibility for newer Adobe Flash Players beyond v12. But I am more concerned on the Mochi games that I've imported from my old Arcade plugin.

ShadyUS 02-16-2015 10:45 PM

I've installed all the files but when I go to the arcade tab there are no games? Do I have to install them or does it come with some and where can I get them at if so?

fred86 04-30-2015 06:21 AM

Did anyone ever figure out nginx rewrite rules? I'd prefer to use this mod over the other two I've tried, but without scores saving I can't.

fred86 05-01-2015 10:56 AM

Not sure if I've done this properly, but I seem to have gotten it working at least.

Added this to my existing stuff for my root location block in the .conf file for my site:

Code:

rewrite newscore\.php /arcade.php?sendscore=legacy break;
if ($query_string ~ "func=storeScore"){
rewrite ^(.*)$ /arcade.php break;
}
if ($query_string ~ "do=liveinstall"){
rewrite ^(.*)$ /$document_root/admincp/arcade_admin.php?$query_string&do=review&import=browse&system=v3a redirect;
}
}

And then added this in its own block in the same file:

Code:

location /arcade {
rewrite ^/arcade/gamedata/(.*) /dbtech/vbarcade/media/$1 break;
}
location /crossdomain {
rewrite ^/crossdomain\.xml /dbtech/vbarcade/crossdomain.xml break;
}



All times are GMT. The time now is 03:46 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.01555 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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