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)

darr3n 08-18-2012 05:02 PM

since the update I get this message whenever I try to play any game

Quote:

You cannot play right now;
please try again later.

sadaar 08-19-2012 03:07 AM

I have the same issue as darr3n.

aryshi 08-19-2012 08:40 PM

You cannot play right now;
please try again later.

facing the same problem.

Darkwaltz4 08-19-2012 08:59 PM

The php error: im unable to reproduce this by itself. From the line number and the fact that there is no foreach in vbarcade's plugin, I think its another addon conflicting. If someone can show me what other plugins are using the build_navigation_array hook, we can figure that out.

Cannot play right now: go to manage permissions and click the Update Permissions button and see if that fixes it.

glen290 08-19-2012 09:29 PM

This is the only other mod im using that has the build_navigation_array hook.

https://vborg.vbsupport.ru/showthrea...gation+manager
and when i disable this the php error disappears, to get round it I have disabled the navtab in the arcage config and created on using the Navigation manager.

Also I have the same permission error, and the update permission button didnt work..

Darkwaltz4 08-19-2012 09:58 PM

To fix the permissions thing, edit (forums)/dbtech/vbarcade/functions_arcade.php find

PHP Code:

$vbulletin->options['dbtech_vbarcade_access'

replace both instances with

PHP Code:

$result 

thisll be fixed on the main zip in a few mins

Darkwaltz4 08-19-2012 10:34 PM

I've updated the first post with the new zip that fixes the permission issue as well as switches to the xml based vb4.2 navigation entry, to fix the conflict with andreas' addon.

You should delete any custom navtab created in the interim.

ArcadeSyndicate 08-21-2012 06:20 PM

hello,

great mod, everything works fine exept one little thing. the highscore announcements are not postet in a thread or forum (tried both methods).

could it be if because of our linkstructure? for example the thread would be http://www.bazamba.com/threads/2613-Neue-Highscores

we tested 2613 and 2613-Neue-Highscores.

best regards
terror

Darkwaltz4 08-21-2012 10:08 PM

Unfortunately, posting new threads/posts is part of the pro version only (along with regular leaderboard high scores), and I've accidentally left the settings for that (in regards to tournaments) in the lite version. I'll have those removed soon.

My apologies on the confusion.

ArcadeSyndicate 08-22-2012 07:55 PM

no problem, thanks for the fast reply :)

wtfaatp 08-30-2012 03:09 AM

No scores are being saved to the site? Did I maybe do something wrong?

orGaz 09-01-2012 12:09 PM

so, i wanted to install this mod, which didnt work with this msg:


Quote:

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

<IfModule mod_rewrite.c>
RewriteEngine on

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

# 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 pnf+ipa scores to arcade instead
RewriteCond %{QUERY_STRING} func=storeScore [OR]
RewriteCond %{QUERY_STRING} autocom=arcade [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>
so i added this to the .htaccess file (once i tried on root (with the dir added where is vb installed) and once in the dir where vb is installed), with the resultat, that nothing was accesible in the dir (and sub dirs). so something is wrong with that code, but i have no clue what (and the .htaccess file was empty, so nothing other inside)

Quote:

Forbidden

You don't have permission to access /index.php on this server.

ice.Prince 09-04-2012 09:07 AM

https://vborg.vbsupport.ru/external/2012/09/1.htm

es werden keine Punkte ?bertragen bei einen v32 game

wie ist die l?ssung ?:confused:






There are no points transferred from one game v32

as is the l?ssung?:confused:

Darkwaltz4 09-04-2012 01:59 PM

Thanks guys for nominating vBArcade for MOTM! Now go vote for something :p

Quote:

Originally Posted by wtfaatp (Post 2361100)
No scores are being saved to the site? Did I maybe do something wrong?

Quote:

Originally Posted by ice.Prince (Post 2362493)
http://s1.directupload.net/file/d/3003/sy9favrz_gif.htm

es werden keine Punkte ?bertragen bei einen v32 game

wie ist die l?ssung ?:confused:






There are no points transferred from one game v32

as is the l?ssung?:confused:

Please run though this quick scoring troubleshooting checklist and let me know if that does / does not help you: http://www.dragonbyte-tech.com/f104/...-scoring-6487/

Quote:

Originally Posted by orGaz (Post 2361710)
so, i wanted to install this mod, which didnt work with this msg:

so i added this to the .htaccess file (once i tried on root (with the dir added where is vb installed) and once in the dir where vb is installed), with the resultat, that nothing was accesible in the dir (and sub dirs). so something is wrong with that code, but i have no clue what (and the .htaccess file was empty, so nothing other inside)

If you had a blank .htaccess, it would probably be easiest to clear it out, make it writable (chmod 777) and import the product file again. It should then complete without issue.

orGaz 09-04-2012 02:41 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2362576)
If you had a blank .htaccess, it would probably be easiest to clear it out, make it writable (chmod 777) and import the product file again. It should then complete without issue.

ok, that worked, atleast it installed, and then there was again:

Quote:

Forbidden

You don't have permission to access /admincp/index.php on this server.
Apache/1.3.36 Server at bla.blabla.bla Port 80
so i removed the .htaccess (needed to, bcs the site was nomore accesible, so there must be some failure somehwere;( ), seems to work. but every game i tried out has no scores submited ;((.

Darkwaltz4 09-04-2012 03:24 PM

Yes, the arcade needs the .htaccess file for scoring to work.
Nothing in there is related to access permissions though, just some rewrite rules.

Can you send your host the .htaccess file that vbarcade generated? They can verify if they disabled any of the directives listed within it for your site in particular.

ice.Prince 09-04-2012 07:01 PM

Hallo Darkwaltz4

Die VBarcade ist klasse
und wir wollen sie kaufen !

nur haben wir den fehler in der light version
das Keine 32v spiele laufen Hiscore
wird nicht ?bertragen

das haben wir gemacht ohne erfog



google Englich ! sorry


Hello Darkwaltz4

The class is VBarcade
and we want to buy them!

Only we have the error in the light version
Not the 32v run games hiscore
is not transmitted

what we did without Erfog













http://www.dragonbyte-tech.com/f104/...-scoring-6487/

wtfaatp 09-07-2012 03:11 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2362610)
Yes, the arcade needs the .htaccess file for scoring to work.
Nothing in there is related to access permissions though, just some rewrite rules.

Can you send your host the .htaccess file that vbarcade generated? They can verify if they disabled any of the directives listed within it for your site in particular.

Code:

<IfModule mod_rewrite.c>
  RewriteEngine on

  # If vbulletin is in a subdirectory, add it here
  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 pnf+ipa scores to arcade instead
  RewriteCond %{QUERY_STRING} func=storeScore [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade [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>

Just to note..
VB is in the main directory of my site...
Currently still using /admincp & /modcp


To make sure the game posted scores I grabbed one that was on your site... Still nothing..

ice.Prince 09-07-2012 03:49 PM

geht nicht

Einige spiele haben diesen unterordner mit Gamedata
alle spiel die v32 format haben
?bernimmt er nicht die hiscore
mein Forum liegt im ../forum/dbtech

alle spiele werden mit 0 Punkte ?bertragen ?????

bitte wer kann helfen ?????


http://www.fotos-hochladen.net/view/1232ivxgqk1p3.gif



does not go:confused:

Some games have this subfolders with GameData
all play the v32 format have
does not he the hiscore
my forum is located in the .. / forum / includes

All games are transmitted with 0 points??

Please who can help me??:confused:

orGaz 09-11-2012 01:12 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2362610)
Yes, the arcade needs the .htaccess file for scoring to work.
Nothing in there is related to access permissions though, just some rewrite rules.

Can you send your host the .htaccess file that vbarcade generated? They can verify if they disabled any of the directives listed within it for your site in particular.


thx for your help!

i contacted the hostsupport and they told my i should add:

Code:

Options +FollowSymlinks
before "RewriteEngine on" in the .htaccess file. now it works.

MattGarner 09-21-2012 08:51 AM

Is there not a way you can ban a user via username instead of IP address?

Darkwaltz4 09-21-2012 10:32 PM

You can create a secondary usergroup, say "banned from arcade" and add users to that. Then you can easily block that usergroup from playing in the arcade.

popowich 09-21-2012 10:57 PM

I like this arcade but I messed up. I upgraded from vB3 to vB4 earlier this week. I have backups. I started with ibproarcade which looked terrible after the upgrade. I migrated to v3arcade which wasn't much better. I installed and converted to this arcade earlier today. It was working fine, and the games use a ton of space, so I removed the old arcades both by uninstalling products and removing games. Sometime later I noticed there were multiple scrores being recorded for members. I only wanted to have the best score per member. I tried the scheduled cron job for cleaning up the scores but misinterpreted what it does. Now all our scores are gone. I have a sql dump of the original arcade. Is there any way for me to import the old scores for our games? Does everyone need to start over? Ugh. Thanks!

Darkwaltz4 09-21-2012 11:06 PM

Is it possible for you to restore the original ibproarcade you had installed? If so, uninstall vBArcade first...

Once ibproarcade is restored, install a fresh vbarcade on top of it (be sure to set vBArcade to use only best score) and use its import function to get all your games (be sure to check to include Scores with this process).

When all the games and scores are in, you can uninstall ibproarcade, including the gamedata folder - all the media assets will have been moved to the central vbarcade folder.

Let me know if I can be of further assistance :)

popowich 09-21-2012 11:17 PM

Any chance I can restore it under a different domain name and a migrate script can be written to migrate from that site to the live site? They would be on the same server. I don't want to start all over again on the vB4. The backups were for vB3 a couple days ago. Actually a command line migrate script would be helpful in general. I have over 4000 games and the migrate pages timed out on big numbers like 1000. I was able to sit here and do them 500 at a time which still took a while.

Darkwaltz4 09-21-2012 11:23 PM

Well it needs both the tables (which look like games_*) from ibproarcade and the old /arcade/ folder. You can restore your backup to that domain, then selectively copy those tables/folder to your official domain.

popowich 09-21-2012 11:34 PM

Actually, before I go through that, any chance there is an undo for that scheduled task that unhides the scores? From what I can see a lot of other stats are still displayed.

popowich 09-22-2012 01:20 PM

If I upgrade to pro after the fact will the legacy champion still be shown?

MattGarner 09-22-2012 01:59 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2367470)
You can create a secondary usergroup, say "banned from arcade" and add users to that. Then you can easily block that usergroup from playing in the arcade.

Ah good thinking. Thanks!

Darkwaltz4 09-23-2012 05:11 PM

Quote:

Originally Posted by popowich (Post 2367481)
Actually, before I go through that, any chance there is an undo for that scheduled task that unhides the scores? From what I can see a lot of other stats are still displayed.

No, however I could probably put that into the next version.

Quote:

Originally Posted by popowich (Post 2367627)
If I upgrade to pro after the fact will the legacy champion still be shown?

Yes :) all games, scores, settings will be kept when upgrading to the pro version.

Slayerz 09-24-2012 07:35 PM

This worked great on vbulletin 4, then on the latest vb4 it stopped working.
So I uninstalled and deleted and re-added everything.
All games can be played, however when you go to submit score it gives 404, then reloads, saying currently playing game, forfeit.
Is there a fix, I tried everything else.

Darkwaltz4 09-24-2012 08:17 PM

It sounds like your .htaccess file was reset. Can you PM me the contents of it so I can make sure it has what it should?

wildheart 09-26-2012 08:29 AM

I installed it on vb4.2 without a single problem so far. The games that can be downloaded directly from the admin panel is really awesome! Much better than the previous arcade that I had. Thanks a ton for a great mod.

wildheart 09-26-2012 11:29 AM

The wording of the categories are currently black, how can I change it to white?

https://vborg.vbsupport.ru/external/2012/09/3.jpg

wildheart 09-28-2012 04:38 AM

Anyone?

wildheart 10-02-2012 09:50 AM

Why is this mod marked as supported? If I knew there was no help here then I would have kept the previous arcade that I had.

I have looked everywhere already, how do I change the category names to white so the members can see it? Please.

TheSupportForum 10-02-2012 09:54 AM

Quote:

Originally Posted by wildheart (Post 2370160)
Why is this mod marked as supported? If I knew there was no help here then I would have kept the previous arcade that I had.

I have looked everywhere already, how do I change the category names to white so the members can see it? Please.

its a stylewar issue, you will need to set the stylevar colour for links for that mod

wildheart 10-02-2012 11:37 AM

I dont know if I searched correctly but I went through all the templates of the arcade and searched for everything related to category, then to color and also black but found nothing?

I went through each of these:
https://vborg.vbsupport.ru/external/2012/10/63.jpg

Did I search for the wrong wording? Thanks for your help. ;)

TheSupportForum 10-02-2012 11:44 AM

Quote:

Originally Posted by wildheart (Post 2370176)
I dont know if I searched correctly but I went through all the templates of the arcade and searched for everything related to category, then to color and also black but found nothing?

I went through each of these:
https://vborg.vbsupport.ru/external/2012/10/63.jpg

Did I search for the wrong wording? Thanks for your help. ;)

you need to click Go on Style Variable Editor

search for the color stylvars for that mod

wildheart 10-02-2012 11:59 AM

Under DBtech is only the donate and navbar nothing about the arcade. I also looked 3 times through everything else in that section and cant find arcade?

This is where I looked, yes?
https://vborg.vbsupport.ru/external/2012/10/62.jpg


All times are GMT. The time now is 03:55 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.01908 seconds
  • Memory Usage 1,847KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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