Question v3arcade to vbarcade

Status
Not open for further replies.

wasi

Customer
I converted "v3arcade" to "vbarcade" and its converted successfully to vbarcade and scoring also works for me.

but now i unable to submit scores. last score submited on march 20, 2014

any 1 lemme know about this issue ?
 
Have you checked to make sure each game is set up with the correct scoring system, and that the .htaccess file contains the necessary edits?
 
I didnt change anything in .htaccess

but i reinstall vbarcade with setting permission for .htaccess to 777.

and every game is imported from mochimedia and scoring system also is Mochi.

I changed scoring method for some games but still not working i also try to change permission but still i am unable to save scores.

and in my crossdomain.xml i saw mochimedia url's that is the issue ?

here is my .htaccess

Code:
<IfModule mod_rewrite.c>
  RewriteEngine on

  # Set to vbulletin directory
  RewriteBase /ic/

  # 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 legacy scores to arcade instead
  RewriteCond %{REQUEST_URI} newscore\.php [OR]
  RewriteCond %{REQUEST_URI} viewgame\.php
  RewriteRule .* arcade.php?sendscore=legacy [L,QSA]

  # Send hardcoded legacy scores to arcade instead
  RewriteCond %{QUERY_STRING} func=storeScore [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade [OR]
  RewriteCond %{QUERY_STRING} act=arcadelib [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>
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule (.*) http://www.example.com/ic/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

ErrorDocument 404 ../index.html
 
Mochi shut down their servers around the time scores stopped working, meaning that the Arcade cannot receive score information.
 
There is nothing you can do, you need to install games that use alternate scoring methods.
 
Yeah but which scoring method i should use i don't know about scoring systems will you pls help me out from this issue.

DB didn't have any scoring method ? or its in pro version


Thanks
 
Just some help because i use vbarcade (pro) - You should use "local scoring" and all ibproarcade games (v2 and v3) should works fine. Mochi games you can uninstall or delete.

regards

bosss
 
I changed the method of scoring from games setting. Mochi to ibp and v3 also but still unable to save.

Or i have to delete that games and install new games ?

and what should i do for crossdomain.xml ? in my .htaccess file there is mentioned crossdomain path and it has mochimedia link in it. can i comment those lines from htacess
 
Last edited:
Changing the scoring method for Mochi games will not make them stop trying to send their scores to the now non-existent Mochi servers. You can no longer use Mochi games on your forum and expect scores to save.

Simply upload the crossdomain.xml file to your forum root directory.
 
My local scoring is working now.

I delete all my mochi games and scores.


Thanks
 
Last edited:
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
898
Customer rating
0.00 star(s) 0 ratings
Back
Top