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)

Noerenberg 03-10-2012 09:39 PM

Hi,

i install right now your mod and import my old games from my ibparcade. great it shows all the old scores but when i play a game now it safe not the score from me.
what do i wrong?

I use vbseo, maybe it is important.

EDIT:
After the play and i bush submit tha arcade load my forumhome and then the game start again.

Oh and my Forum run under https i dont know maybe this is important to know

John Lester 03-10-2012 10:17 PM

Hi DW :)

Yes our domain is verified with mochi :) The folks that are unable to play don't see the adverts, they see the first screen with the "begin" or "play now" button, they click on it, and all they get is a white screen inside of the box where the advert/game should be.

It is quite the frustrating scenario, as I can not find any reason for it to happen :D

Thank you for the template edit ;)


EDIT: I can not find the dbtech_vbarcade_navtab template. In my dbtech ->vbarcde folder there is no such file. I'm using the lite version, and it's not that big of a deal. I can make a navtab using one of the other mods installed (just didn't think about that until today :D )

Darkwaltz4 03-11-2012 03:59 AM

Quote:

Originally Posted by John Lester (Post 2308105)
Wouldn't save the edit :(

In the arcade page where it shows online users, the names are back to back without any spacing. How can I fix this?

Are you at least getting commas between names? Locally I get commas but they lack the spacing. Just wanted to make sure.

Quote:

Originally Posted by John Lester (Post 2308424)
Hi DW :)

Yes our domain is verified with mochi :) The folks that are unable to play don't see the adverts, they see the first screen with the "begin" or "play now" button, they click on it, and all they get is a white screen inside of the box where the advert/game should be.

It is quite the frustrating scenario, as I can not find any reason for it to happen :D

Thank you for the template edit ;)


EDIT: I can not find the dbtech_vbarcade_navtab template. In my dbtech ->vbarcde folder there is no such file. I'm using the lite version, and it's not that big of a deal. I can make a navtab using one of the other mods installed (just didn't think about that until today :D )

Do you know the browsers that those users are using? Does it work for yourself? Does scoring work when the games work?

Templates are found through your admincp. Styles & Templates menu, Style Manager link. Then dbtech_vbarcade_navtab is within the DragonByte Tech: vBArcade template group. It is definitely in the lite version.

John Lester 03-12-2012 07:49 AM

Yes I have commas just no spacing :)

The users having problems with the arcade games are using (the other admin has a mac notebook and even tried safari or whatever), IE, FF, and/or Chrome (all were updated when asked and tested again with no success).

Yes scoring works just fine :) I myself can play the games (on FF and IE both the latest versions) on 3 accounts (admin, mod, regular member), one of my moderators can play on their mod account and their regular account.

One of my mods can't play on their mod account or their regular account (exact same permissions).

LoL silly not thinking to look where I make changes to other templates :D

iyama 03-12-2012 03:05 PM

After getting crazy of the arcade long fix list from hippy, getting again crazy. :D

Code:

<IfModule mod_rewrite.c>
RewriteEngine on

# If vbulletin is in a subdirectory, add it here
RewriteBase /forum/

# 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 ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index\.php arcade.php [L,QSA]

# Send hardcoded pnf scores to arcade instead
RewriteCond %{REQUEST_METHOD} POST [NC]
RewriteCond %{HTTP_COOKIE} vbarcade_session
RewriteRule ^index\.php 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}/admincpx/arcade_admin.php?%{QUERY_STRING}&do=review&import=browse&system=v3a [L,R=301]
</IfModule>

Its just copy paste, right?
To the forum htaccess?
And than again the xml import?

Still geth the same asking to edit the htaccess.

Heardy 03-13-2012 08:19 PM

I don't know if this has been posted already but the little menu buttons don't seem to be above the line on my forum.

http://www.mindlessjunk.com/arcade.php

Any ideas why? It's happening with the Shop mod as well.

PakStarTv.com 03-14-2012 02:39 AM

is there not a additions to add random games in sidebar ...............
Please provide any solution to add it

ellinofatsa 03-16-2012 10:22 PM

hi i have vb 4,1,1 and instal the lite version i like this arcade and i wont to go to pro bud i see score dont safe i have permison to scor bud nothing

this is my hitaces

<IfModule mod_rewrite.c>
RewriteEngine on

# If vbulletin is in a subdirectory, add it here
RewriteBase /forums/

# 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 ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index\.php arcade.php [L,QSA]

# Send hardcoded pnf scores to arcade instead
RewriteCond %{REQUEST_METHOD} POST [NC]
RewriteCond %{HTTP_COOKIE} vbarcade_session
RewriteRule ^index\.php 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>

ellinofatsa 03-16-2012 10:48 PM

Quote:

Originally Posted by Noerenberg (Post 2308409)
Hi,

i install right now your mod and import my old games from my ibparcade. great it shows all the old scores but when i play a game now it safe not the score from me.
what do i wrong?

I use vbseo, maybe it is important.

EDIT:
After the play and i bush submit tha arcade load my forumhome and then the game start again.

Oh and my Forum run under https i dont know maybe this is important to know

the same here bud i dont have vbseo

skol 03-17-2012 12:55 AM

Quote:

Originally Posted by John Lester (Post 2308774)
Yes I have commas just no spacing :)

The users having problems with the arcade games are using (the other admin has a mac notebook and even tried safari or whatever), IE, FF, and/or Chrome (all were updated when asked and tested again with no success).

Yes scoring works just fine :) I myself can play the games (on FF and IE both the latest versions) on 3 accounts (admin, mod, regular member), one of my moderators can play on their mod account and their regular account.

One of my mods can't play on their mod account or their regular account (exact same permissions).

LoL silly not thinking to look where I make changes to other templates :D

When you say scoring works fine,which game type are you using? Tar or a feed? Feeds are great but if your members have adblock+ installed on their browser (firefox) they won't show the ads but they also won't submit the scores as the submitting of scores is also on the ad server.


All times are GMT. The time now is 11:51 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.01365 seconds
  • Memory Usage 1,757KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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