Question Global scores / Champs

Status
Not open for further replies.

legionaire

Customer
Recently my global champs have stopped updating along with the scores. I have tried to find a resolution to this, which includes searching here on the forums for an answer, but have not yet found one.

All scores are saving and submitting "locally" but never updates the global score / champ (as seen in the attached)

I have verified my .htaccess file and everything appears to be in order

Code:
<IfModule mod_rewrite.c>
  RewriteEngine on

  # Set to vbulletin directory
  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 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>

So any help would be appreciated
 

Attachments

  • glocham.jpg
    glocham.jpg
    30.1 KB · Views: 17
I'll look into this and get back to you when I have an update or if I need more information :)
 
Sorry, I haven't had a chance to look into this yet as I've been busy with our new XenForo mod. I'll get to it this weekend :)
 
Update: I believe the issue was on our end and I may have resolved it now :)

Can you try running the sync global scores action in the AdminCP and see if that works for you?
 
Status
Not open for further replies.

Legacy vBArcade

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