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)

ellinofatsa 03-17-2012 06:09 AM

i edit 10 games today from ipb to mochi Scoring System and i see the scor save any help now how to edit 4300 games!!!!!!!need to long time...

only safe scor if i have Score Sorting Local scoring unsupported
Scoring System Mochi
Score Format and Rounding Decimals:0

any help please how to make all the games not one by one?

ellinofatsa 03-17-2012 10:49 AM

please any help

John Lester 03-17-2012 10:12 PM

Quote:

Originally Posted by skol (Post 2310279)
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.

Tar. I use FF mainly and I have no issues submitting my scores, or keeping them local (which is what we'll probably wind up doing).

skol 03-18-2012 01:36 AM

Quote:

Originally Posted by ellinofatsa (Post 2310351)
please any help

I don't really understand why you should be editing ibp highscore games to work with Mochi!They'll never work.

Quote:

Originally Posted by John Lester (Post 2310506)
Tar. I use FF mainly and I have no issues submitting my scores, or keeping them local (which is what we'll probably wind up doing).

Seems to me it works well with feeds,but not with tar..

ellinofatsa 03-18-2012 06:15 AM

Quote:

Originally Posted by skol (Post 2310542)
I don't really understand why you should be editing ibp highscore games to work with Mochi!They'll never work.


Seems to me it works well with feeds,but not with tar..

with tar files only safe the time play bud not the hiscore...

M.Iftikhar 03-20-2012 03:29 PM

<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>

please tell me how can i do that........when impporting xml file......it display this error....

Darkwaltz4 03-20-2012 03:44 PM

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

So was it a matter of template edits needing to be reverted on some of your styles?

Quote:

Originally Posted by iyama (Post 2308866)
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.

Yes, and if you got the same error, you didnt apply it to the right file. The message includes the path to the file.

Quote:

Originally Posted by Heardy (Post 2309183)
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.

Looks like more recent versions of vb broke that part of the style, I will fix it soon.

Quote:

Originally Posted by PakStarTv.com (Post 2309264)
is there not a additions to add random games in sidebar ...............
Please provide any solution to add it

I have a forum block functionality ready, but trying to decide if I should move it to its own addon.

Darkwaltz4 03-20-2012 03:52 PM

Quote:

Originally Posted by skol (Post 2310279)
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.

The import method has no bearing on scores (the end results of each are stored locally). However, scoring system matters. Tar games are usually ipa type and need the .htaccess working

Quote:

Originally Posted by ellinofatsa (Post 2310351)
please any help

Thanks for posting a support thread at our site - we'll continue there :)

Quote:

Originally Posted by M.Iftikhar (Post 2311402)
<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>

please tell me how can i do that........when impporting xml file......it display this error....

The error message should have included the instructions on what to do with it - namely that you need to edit it into the .htaccess file specified and import the product again. If you get the same message, then you did not edit the right thing.

Darkwaltz4 03-20-2012 03:56 PM

If anyone has trouble with getting .htaccess edits in properly, PM with both the contents of your original, and what vBArcade wants you to use, and I will respond back with the completed one.

Also - I am improving the installer on automatically detecting where it can insert the code it needs to cut down on the confusion :)

ellinofatsa 03-21-2012 04:11 PM

Darkwaltz4 it safe for my only Longest Players
how can i safe Latest Champions,Latest Scores ???


All times are GMT. The time now is 11:57 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.01434 seconds
  • Memory Usage 1,763KB
  • 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
  • (11)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