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)

TheSupportForum 10-02-2012 12:10 PM

ok, sorry i could not help further, as i don't have this mod installed you may need to speak to the developer
( i used to have this mod )

wildheart 10-02-2012 12:21 PM

Thank you for trying.

Gemma 10-02-2012 08:08 PM

@wildheart

Try playing around with the colours for these - dl.tabslight dd a:hover and dl.tabslight dd.selected a:hover

Search for them using Styles & Templates > Search in Templates

Not sure where they will be in your style templates but they are in additional.css in mine

Darkwaltz4 10-02-2012 08:12 PM

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.

erm sorry, i missed the email alert from vborg about this thread being replied to.

wildheart 10-03-2012 05:53 AM

I only found dl.tabslight and nothing else. Under it is nothing about colour though?

Code:

dl.tabslight dd a {
        height: 25px;
        line-height: 25px;
}
#arcade_home_sort, #arcade_home_panels div.arcade_game_panel, #score_label
{
        float: $stylevar[left];

Code:

$('dl.tabslight dd.selected').removeClass('selected');
                cat = self.attr('id').split('-').pop(); page = 1;
                $('#arcade_cat-' + cat).parent().addClass('selected');
                arcade_panels();
        }).hover(function()
        {        //show category popup
                var self = $(this), pos = self.position(), tab = $('div.category_tab[rel="' + self.attr('id').split('-').pop() + '"]');
                tab.css({ top: pos.top - tab.height() - 5, left: pos.left - ((tab.outerWidth() - self.outerWidth()) / 2) }).show();
        }, function()
        {        //hide the popup
                $('div.category_tab[rel="' + $(this).attr('id').split('-').pop() + '"]').hide();
        });
        //load initial panel
        arcade_panels();


Gemma 10-03-2012 09:29 AM

When you search for the terms I said in post #283 did it list any templates other than arcade ones? (ie additional.css, forum.css etc)

Darkwaltz4 10-03-2012 01:38 PM

It would probably be a better idea if you edited the background color of your blocksubhead_background stylevar, instead of trying to change the text color, as that would also affect the text of the selected tab. The background colors are too contrasted. Do the tabs look the same on your profile pages?

wildheart 10-04-2012 05:35 AM

Quote:

Originally Posted by Gemma (Post 2370445)
When you search for the terms I said in post #283 did it list any templates other than arcade ones? (ie additional.css, forum.css etc)

I had more luck this morning, searching dl.tabslight dd a:hover I found it in member.cc

Code:

dl.tabslight dd a:hover {
        color:inherit;
        background:inherit;

And in vbulettin.css

Code:

dl.tabslight dd a:hover {
        color:{vb:stylevar linkhover_color};
        background:{vb:stylevar tabslight_selected_background};

Nothing in additional.css or forum.css?


This one dl.tabslight dd.selected a:hover I found in vbulletin.css

Code:

html>/**/body dl.tabslight dd.selected a,
html>/**/body dl.tabslight dd.selected a:hover {
        position:relative;
        border-bottom: {vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units} {vb:stylevar tabslight_border.borderStyle} transparent;
        background:{vb:stylevar tabslight_selected_background};

Code:

}
* dl.tabslight dd.selected a, * dl.tabslight dd.selected a:hover {
        border-bottom: {vb:stylevar tabslight_border.borderWidth}{vb:stylevar tabslight_border.units} {vb:stylevar tabslight_border.borderStyle} transparent;
        background:{vb:stylevar tabslight_selected_background};

Quote:

Originally Posted by Darkwaltz4 (Post 2370482)
It would probably be a better idea if you edited the background color of your blocksubhead_background stylevar, instead of trying to change the text color, as that would also affect the text of the selected tab. The background colors are too contrasted. Do the tabs look the same on your profile pages?

This is what my profile tabs look like, I wish I could get the arcade to look the same.
https://vborg.vbsupport.ru/external/2012/10/58.jpg


I searched for blocksubhead and it is set to white already?

Darkwaltz4 10-04-2012 03:32 PM

If you PM me an admin login with style and vbarcade permissions, i can try fixing it for you.

Slayerz 10-05-2012 01:26 AM

Dark can you make me a list of things causing a 404 on submit score issues.
So I can review them?

Black Snow 10-06-2012 04:08 PM

When I try and set a price for a game, it doesn't work. It still shows as free. Anyone else had this issue or anyone know how to fix it?

uofa 10-07-2012 01:41 AM

I've installed it and it gives me this error :
"The administrator has disabled playing games for your usergroup." when trying to play any game.
PLZ help !

uofa 10-07-2012 07:48 PM

Quote:

Originally Posted by uofa (Post 2371287)
I've installed it and it gives me this error :
"The administrator has disabled playing games for your usergroup." when trying to play any game.
PLZ help !

Can anyone please help ?

Khent334 10-12-2012 08:23 PM

Great mod! I have one issue so far.

Expanding an arcade game ruins the design of my forums. Is there a way to disable this option? Or is there a way to limit the dimensions of expansion?

I like the resize option-- I think that's enough for users to get by without the need for a full screen expansion.

carntheroos4eva 10-13-2012 03:09 AM

I seem to be getting an install error.
I did all the right things and I got this error message

Quote:

Unable to upgrade or install vBArcade as http://www.aussiefootyforums.com/for..._installer.php does not appear to exist!

DragonByte Tech 10-13-2012 11:24 AM

Quote:

Originally Posted by carntheroos4eva (Post 2372637)
I seem to be getting an install error.
I did all the right things and I got this error message

It appears as if you have uploaded the files incorrectly. Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder. :)

Chris

Malpheus 10-13-2012 04:29 PM

Warning: file_get_contents(No/matches) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(345) : eval()'d code on line 36

Persistent after installing the dbyte mods as a whole, even after uninstalling the arcade this will happen if I have my plugin's enabled. Help?

jaffaman 10-13-2012 09:10 PM

Installed and testing so far so good thanks for making this arcade :)

Darkwaltz4 10-13-2012 10:35 PM

Quote:

Originally Posted by Slayerz (Post 2370861)
Dark can you make me a list of things causing a 404 on submit score issues.
So I can review them?

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

Quote:

Originally Posted by uofa (Post 2371431)
Can anyone please help ?

Looks like you didnt fully overwrite the arcade.php file from ibproarcade with the one from vbarcade.

Quote:

Originally Posted by Khent334 (Post 2372594)
Great mod! I have one issue so far.

Expanding an arcade game ruins the design of my forums. Is there a way to disable this option? Or is there a way to limit the dimensions of expansion?

I like the resize option-- I think that's enough for users to get by without the need for a full screen expansion.

You can set a Maximum Game Width in the vbarcade settings, precisely for that.

Quote:

Originally Posted by Malpheus (Post 2372753)
Warning: file_get_contents(No/matches) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(345) : eval()'d code on line 36

Persistent after installing the dbyte mods as a whole, even after uninstalling the arcade this will happen if I have my plugin's enabled. Help?

If it happens when vbarcade has been uninstalled, the error is not being caused by vbarcade.

wildheart 10-16-2012 05:20 AM

Quote:

Originally Posted by Darkwaltz4 (Post 2370749)
If you PM me an admin login with style and vbarcade permissions, i can try fixing it for you.

Thank you. Sorry for my absence we were just very busy at work, I will pm you.

Darkwaltz4 10-17-2012 11:41 PM

Fixed it for you

wildheart 10-18-2012 05:00 AM

Thank you so much, you are a star!

nsdqmaester 03-31-2013 06:34 PM

Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT g.*, c.cat_name FROM games_list AS g LEFT JOIN games_cats AS c ON (c.c_id = g.gcat) LEFT JOIN dbtech_vbarcade_game AS d ON (d.gameid = g.gname) WHERE d.gameid IS NULL ORDER BY g.position ASC, g.gtitle ASC LIMIT 0, 25;

MySQL Error : Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
Error Number : 1267
Request Date : Sunday, March 31st 2013 @ 02:33:18 PM
Error Date : Sunday, March 31st 2013 @ 02:33:18 PM
Script : admincp/arcade_admin.php?do=review
Referrer : admincp/arcade_admin.php?do=import

Any suggestions trying to import from ibproarcade to vbarcade

DragonByte Tech 04-01-2013 12:34 AM

This is an issue with your database setup. Please ensure all your tables and columns use the same collation - your host can help you with this if you don't know how to do it yourself :)


Fillip

DragonByte Tech 04-03-2013 12:10 AM

vBArcade v2.0.2
Fix: "Unsupported operand types" issue in arcade_admin.php
Change: Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer.
Change: Changed the Branding Free Key to a more secure key.

Fillip

yellowstang73 04-03-2013 05:33 AM

Fatal error: [] operator not supported for strings in /home/spooky/public_html/admincp/arcade_admin.php on line 1111

I get this error when I try to manage games. I'm superadmin on this site.

yellowstang73 04-04-2013 01:33 PM

OK when first installed and imported a few games all works good and have access to manage games. After I try and add games I have in a folder that came from the old arcade I get the ( Fatal error: [] operator not supported for strings in /home/spooky/public_html/admincp/arcade_admin.php on line 1111) error.
To add these games I point the import page to the .swf and 2 .gif's (thumbnail and image). Game installs and plays good just won't save.
Where would I find the .php's for the games? I have the .swf's amd image files. If I had the php's I would zip them and import them like that from a folder?
Sure could use some help. Thanks.

yellowstang73 04-04-2013 07:03 PM

Never mind I fixed them.

Code Monkey 04-16-2013 07:19 PM

This stops in the middle of the xml import on upgrade and displays the following message

Quote:

# Place this code into the top of http://mysite.com/.htaccess so certain games can process scores, then try importing again:
Below that it displays my entire htaccess file. The code is already there but it won't continue with update.

DragonByte Tech 04-22-2013 06:19 PM

Try CHMODing the .htaccess file to 0777 and then import, then CHMOD it back :)


Fillip

Code Monkey 04-26-2013 05:16 AM

Yeah I don't think it's a good idea to let mods write to .htaccess files.

astdirect 04-26-2013 06:22 PM

Installed on4.1.9 suite and over old ibproarcade.

No scores came across and after importing the games

games have all gone into UNCATEGORISED. I don't see any way to move games to new category.

Menu doesn't work at top of arcade : Leaderboard Tournament Create New Tournament Misc. Menu
Settings
All just clicks to main arcade homepage

Postbit showing trophies mucks up forum - appears trophies are too wide for postbit

Those are what I noticed so far. Any help appreciated. Looks neater than IBPro

astdirect 04-26-2013 06:44 PM

found how to move games to new categories, remove from todo list :)

DragonByte Tech 04-29-2013 11:11 AM

Quote:

Originally Posted by Code Monkey (Post 2418603)
Yeah I don't think it's a good idea to let mods write to .htaccess files.

Then back up the file prior to performing the import and compare it afterwards :)

We have had 0 reports of broken .htaccess files as a result of having to perform this temporary change :)

Quote:

Originally Posted by astdirect (Post 2418723)
No scores came across and after importing the games

We've not had any reports of this happening before, can you please walk me through what you did step by step?

Quote:

Originally Posted by astdirect (Post 2418723)
Menu doesn't work at top of arcade : Leaderboard Tournament Create New Tournament Misc. Menu
Settings
All just clicks to main arcade homepage

What does the URL show when you click the pages?

Quote:

Originally Posted by astdirect (Post 2418723)
Postbit showing trophies mucks up forum - appears trophies are too wide for postbit

That seems like an issue with your skin, you may need to contact your skin dev and/or your graphics artist to create some new images for you :)


Fillip

astdirect 04-29-2013 11:23 AM

Quote:

Originally Posted by DragonByte Tech (Post 2419089)
We've not had any reports of this happening before, can you please walk me through what you did step by step?

What does the URL show when you click the pages?

That seems like an issue with your skin, you may need to contact your skin dev and/or your graphics artist to create some new images for you :)


Fillip


Hi Filip,

I done exactly what it said in the readme file :) I'm not too fussed about the scores not coming over and neither are the members- just makes them play again :)

When I click on one of the menus such as "create new tournament" it shows the URL as it should :

http://bonusbanter.com/arcade.php?&a...=createtourney

But the page actually just looks the same as the homepage for the arcade. Same thing happens for all top menu items and submenus.

RE: postbit - I have modified the postbit so the issue probably lies there thanks.

DragonByte Tech 05-06-2013 04:21 PM

I'll need FTP and AdminCP information to debug that issue further.

Fillip

John Lester 05-23-2013 08:48 AM

Wanted to update this as I had my site offline for unrelated reasons and ran into trouble :(

Uninstalled Lite v1.0.1 (or whatever) and uploaded v2.0.2 (Lite). Went to import the XML and received the following message in the ACP;

Quote:

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


RewriteOptions inherit
RewriteEngine on

RewriteCond %{HTTP_HOST} ^braintalkcommunities\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.braintalkcommunities\.org$
RewriteRule ^forums\/?(.*)$ "http\:\/\/www\.braintalkcommunities\.org\/archives\/06_11\/$1" [R=301,L]


# vB4 Error Pages by gezuvor
ErrorDocument 400 /400.php
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php

# vB arcade
<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 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>

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 91.236.74.
deny from 211.157.104.
deny from 60.29.10.
deny from 188.143.233.
deny from 176.8.247.
deny from 46.119.

deny from 46.118.

RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org/archives/06_11/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org/archives/06_11$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org/archives/06_11/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org/archives/06_11$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType text/css A2592000
ExpiresByType image/x-icon A2592000
</IfModule>
Umm that is my .htaccess file ... I don't see anything new to add to it :confused:

DragonByte Tech 05-25-2013 02:57 PM

Please temporarily CHMOD your .htaccess file to 0777, then try the import again. Once it's completed, change it back to 0644 :)


Fillip

John Lester 05-25-2013 07:26 PM

Ty that did it :)

John Lester 05-26-2013 07:55 AM

Filip sir, why is it that only my super admin account can do anything with the arcade? I'd love to have my normal admin account be able to do ... well everything but at the very least add/move/remove games.


All times are GMT. The time now is 09:15 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.01502 seconds
  • Memory Usage 1,856KB
  • 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
  • (6)bbcode_code_printable
  • (19)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