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)

ckgb 12-27-2013 10:13 AM

Well free version has the same layout. I apologize for mentioning what version I have. I just think everybody would benefit from having an additional template.

John Lester 01-02-2014 01:59 AM

I have a suggestion for both versions (preferred but would understand if you stuck it to pro only), create a setting for the user to display or not display their own trophies.

DragonByte Tech 01-06-2014 04:28 PM

Quote:

Originally Posted by ckgb (Post 2470758)
Well free version has the same layout. I apologize for mentioning what version I have. I just think everybody would benefit from having an additional template.

The reason why we mentioned it is because we cannot support the Pro version here on vB.org (discussion regarding paid mods is against the rules), plus we prefer feature requests & support (both Lite and Pro) at our own site where we have better issue tracking systems :)

Quote:

Originally Posted by John Lester (Post 2471779)
I have a suggestion for both versions (preferred but would understand if you stuck it to pro only), create a setting for the user to display or not display their own trophies.

If you post it @ our Lite support forum here: http://www.dragonbyte-tech.com/f111 we can take it into consideration for future versions :)


Fillip

John Lester 01-07-2014 06:52 AM

Quote:

Originally Posted by DragonByte Tech (Post 2472623)
If you post it @ our Lite support forum here: http://www.dragonbyte-tech.com/f111 we can take it into consideration for future versions :)

Fillip

Done :)

seventhaxis 01-27-2014 08:08 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2481855&postcount=373" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=373</a>

DragonByte Tech 01-27-2014 08:18 PM

It depends on what games you are using. If games don't submit scores as such then the system defaults to time played.

Do you have a list of the games involved?

Matt

seventhaxis 01-27-2014 08:33 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2481855&postcount=373" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=373</a>

seventhaxis 01-28-2014 06:17 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2481855&postcount=373" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=373</a>

DragonByte Tech 01-29-2014 05:29 PM

Quote:

Originally Posted by seventhaxis (Post 2477273)
I only have a few currently: Chaplin Balance, Simon Says, Pac Man Advanced, Montris, Pixel Command -- all of which I downloaded the .zip from Mochi. Any helpful tips and tricks for a beginner with this mod are greatly appreciated.

I don't know if .zip downloaded games will support scoring, I only know that the importing interface in the AdminCP that connects to Mochi will tell you if scoring is supported for that particular game.

Quote:

Originally Posted by seventhaxis (Post 2477545)
I don't understand what I'm supposed to do with .htaccess (if anything)

You need to modify it to add the values you were asked for during install. If you weren't asked for any .htaccess edits, then please verify that the .htaccess file has been edited automatically.

Quote:

Originally Posted by seventhaxis (Post 2477545)
I don't see where I get/supply a Mochi ID.

The setting that asks for a Mochi ID has a link to the Mochi website where you obtain a Mochi ID.


Fillip

seventhaxis 02-01-2014 06:56 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2481855&postcount=373" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=373</a>

Alan_SP 02-12-2014 02:35 AM

For some reason, when I try to install vBArcade, I couldn't pass htaccess part of installation.

I uploaded all files, made three directories chmod 777 (needed to create temp one), and then I try to import xml.

I tried to upload files multiple time (just in case some file was missing), tried to change .htaccess line ending encoding (windows, linux) in case it couldn't be read properly (server is unix, this could be problem in some cases).

I'm trying to install it on my test server that has protection from access, I removed it temporarily to test if it causes problem with installation.

Nothing helps, installation asks that I add this code into htaccess and that's it:

Quote:

<IfModule mod_rewrite.c>
RewriteEngine on

# Set to vbulletin directory
RewriteBase /

# Retrieve gamedata requests and send to new dbtech locations
RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]

# Retrieve crossdomain requests and send to new dbtech location
RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]

# Send hardcoded legacy scores to arcade instead
RewriteCond %{REQUEST_URI} newscore\.php [OR]
RewriteCond %{REQUEST_URI} viewgame\.php
RewriteRule .* arcade.php?sendscore=legacy [L,QSA]

# Send hardcoded legacy scores to arcade instead
RewriteCond %{QUERY_STRING} func=storeScore [OR]
RewriteCond %{QUERY_STRING} autocom=arcade [OR]
RewriteCond %{QUERY_STRING} act=arcadelib [OR]
RewriteCond %{QUERY_STRING} act=Arcade
RewriteRule .* arcade.php [L,QSA]

# Reroute v3arcade liveinstaller
RewriteCond %{QUERY_STRING} do=liveinstall
RewriteCond %{REQUEST_URI} v3arcade_admin\.php

# If you renamed your admincp directory, change it here
RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import= browse&system=v3a [L,R=301]
</IfModule>
EDIT: I also downloaded lite version from DBTech site, I see there's minor byte difference, didn't checked code to know what's different, but the result is the same.

EDIT2: I had a time and wanted to know if I can do something more. Anyway, thanks ozzy47 for suggestion, I went to your site and downloaded older version v1.3.0 from there.

Installation went smoothly as it can go. No problems with htaccess.

Ok, I thought it may solve problem with v2.0.2, reuploaded appropriate files, tried to import product, same error. So, problem is, at least on my setup in version 2.0.2.

I decided to test it further. I downloaded v2.0.1, reuploaded files, tried to import product, error. v2.0.1 doesn't work, at least for me.

And, finally, I downloaded v2.0.0, done what needs to be done, product was imported without any problems.

Now I'm on v2.0.0, it's on my test site, but I certainly have problems with versions v2.0.1 and v2.0.2. On the other hand, v1.3.0 and version v.2.0.0 works as it should. Maybe this info help you pinpoint where the error is.

wampforum 02-12-2014 10:47 AM

this is working great for me and the import is so easy to use, excellent work mate.

Can I ask something though. i am trying to find where the game data is written to?
I have some users playing a game that builds up a cash amount (toss the turtle) but they by mistake reset it so I wanted to give them a lump sum to restart but cant find anywhere in the database that holds this. I looked in the dbarcade prefix tables but can only see scores in there.

Is there somewhere else game data is written to?

seventhaxis 02-17-2014 03:36 PM

Using vB 4.1.10 and arcade v2.0.2 but I'm running into an issue at the moment where, when I click 'Begin Game Name' on the game's page, it loads my website within the .swf's frame and then reverts to the 'Begin Game Name' button. It also highlights your latest score at the bottom as if you just submitted it.

Anyone heard of this or know of a fix?

Mukashi 03-14-2014 10:53 AM

I'm getting the same error as Alan_SP reports above, on vBulletin 4.2.2. We had vbArcade already installed, and got the error when trying to update the mod to the current version.

coolhula 03-14-2014 07:45 PM

Quote:

Originally Posted by Mukashi (Post 2487163)
I'm getting the same error as Alan_SP reports above, on vBulletin 4.2.2. We had vbArcade already installed, and got the error when trying to update the mod to the current version.

I am also getting this ^^

DragonByte Tech 03-15-2014 08:10 PM

You can temporarily CHMOD your .htaccess file to 777, import, then change the permissions back to their previous value.

Fillip

seventhaxis 03-16-2014 05:25 PM

What database entry would I need to edit/delete in order to change the total time played for a user?

kylek 03-22-2014 04:19 AM

1 Attachment(s)
I see when you start a Moichi game in your arcade you get a notice that says Moichi Media is closing on March 31 and that the game has to be removed unless you have permission from the game developer. Probably doesn't matter if you do not have permission, the scores will not be recorded.

Attachment 148561

Digital Jedi 03-22-2014 06:41 AM

I'm not familiar with Mochi, but here's their rundown on what's happening with their service, if it helps anyone: http://mochiland.com/articles/mochi-...e-of-3-31-2014

Alan_SP 03-22-2014 08:36 PM

I hope DBTech will support any (or all) new sites like Mochi.

ozzy47 03-22-2014 08:44 PM

Problem with supporting new sites is,
1) You don't know how long that site will be around.
2) If there is not a API to get the games and save the scores, it is useless.
3) The sites are new, and you don't know how good their screening process is against exploits in them.

Best bet is to wait and see how the sites are time tested. :)

John Lester 03-29-2014 03:05 AM

Fillip

I uninstalled the arcade (thanks to Mochi shutting down and it barely being used on my site) via ACP, deleted (tried to) the files, and now instead of getting a 404 page when I visit the arcade I get a db error. I try to delete the folder /dbtech/arcade but it keeps reappearing? Permissions on the folder is 755.

Ok reinstalled and tried to uninstall again. Still keep having the /dbtech/vbarcade folder being recreated after deletion.

Steps taken:

1: Uninstalled arcade via plugins and products.
2: Removed all files that were uploaded (minues the self recreating /dbtech/vbarcade folder)
3: Erased the lines in .htaccess
4: ??? Did I miss something ???

DragonByte Tech 03-30-2014 04:55 PM

Are you sure you also deleted the arcade.php file from your forum root? i.e. where forum.php is.

Fillip

John Lester 04-01-2014 06:14 AM

I just checked and no arcade.php was not (oops) deleted. Deleted the file and we're no longer getting errors (yay), however when I delete the folder /dbtech/vbarcade/ it still recreates itself. I have never seen this happen before so I am at a loss as to why it's doing that :D

popowich 04-26-2014 03:30 PM

Is a special trick needed to make the Champion Announcement Thread work in vB4+vBSEO?

popowich 05-02-2014 03:19 PM

Did the expand to full screen feature break with the last arcade update?

The checkbox doesn't do anything anymore. Angry arcaders... :)

DragonByte Tech 05-07-2014 12:22 PM

Quote:

Originally Posted by popowich (Post 2495842)
Did the expand to full screen feature break with the last arcade update?

The checkbox doesn't do anything anymore. Angry arcaders... :)

We've heard no reports of this. Please try checking the Error Console in your browser for any JS errors.


Fillip

kylek 05-21-2014 09:33 PM

Games that expanded before worked but after 2.0.2 they do not expand.

kylek 05-21-2014 09:41 PM

Rolled back to 2.0.1. lite and all games expand.

popowich 06-27-2014 11:03 AM

kylek what version of vB and php are you running?

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 02:25 AM.

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.01863 seconds
  • Memory Usage 1,841KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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