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)

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 03:57 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.01259 seconds
  • Memory Usage 1,756KB
  • 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_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