• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

Bug Score won't save!

Status
Not open for further replies.

Sarab

Customer
Hello,

When we finish a game the score don't open the right score page to add the comment!

Meaning if the score not on top 10 we won't get to save the score and add a comment for it =")

Best regards,
Sarab
 
Please make sure the game supports local scoring, is not a Mochi game and that your .htaccess file is set up correctly.
 
Code:
RewriteEngine On

#RewriteRule ^(.+)$ maintenance.html [L,QSA]


# 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]
Keep in mind that vB may add line breaks or unwanted spaces, so if you start receiving 500 ISE messages, keep an eye out for that.
 
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