Status
Not open for further replies.

bosss

Customer
Hello

Need some help - unistalled ibroarcade and installed Dbtech vbarcade - had some problems with scores - maybe need adjust my .htaccess file

Code:
# 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 .* ibproarcade.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>

I removed (changed) - RewriteRule .* ibproarcade.php [L,QSA] - to RewriteRule .* arcade.php [L,QSA]

Did I must remove something else or put something more in my .htaccess file?

Edit: I played game and show score "0" - zero ...and I made highscore ... ?? will attach picture

regards

bosss
 

Attachments

  • arcade_score.webp
    arcade_score.webp
    12.4 KB · Views: 1
Last edited:
Here are the current reasons why scores might not be submitting on your site:
  • The permissions for you and that game have not been set to Score (as opposed to Play or Record)
  • The game has been set to not accept local scoring
  • The game has been set to the wrong scoring system
  • Your game session has not submitted the score
  • Your .htaccess file has not been altered correctly (usually indicated by errors during product import)
  • Your arcade is set to archive your non-best scores, and that was not your best score
  • Your site is behind a server password prompt
  • Mochi: you do not have your publisher id or secret filled in
  • Mochi: you are running the arcade from localhost
ALMOST ALWAYS is it the first bullet, check that first, the next two are USUALLY set automatically, MOST games will have a well-informed score submission time (though I've seen games that send without telling you, and some that don't actually send despite claiming it), the fifth bullet will usually throw installer errors/messages, and the sixth bullet should at least show some scores from somewhere being saved. Usually games can't post through your password prompt, and especially not if you are using mochi, which sends scores from their remote servers without your forum session.

Do only specific games, or specific scoring systems, or all games not save scoring for yourself, specific usergroups, or everyone?

Check all that our and report back with your findings. If none of the above works the issue will be troubleshot further
 
This is the relevant portions of the .htaccess, which currently does not match your .htaccess file:
Code:
# 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]
 
When make changes in htaccess file - must I import product file (vbarcade) again?

Still have some problems with scores (IE10) ...first score is ok ...second score (higher) saves not (same player).


regards

bosss
 
Last edited:
Ok - Thanks! Please if you can make some fix for IE10 and score problem. Arcade works fine.

I made one new test site (vb 4.2.1) and install only vbarcade, just for see htaccess file and here is how looks like if someone need in future


Code:
<IfModule mod_rewrite.c>
  RewriteEngine on

  # Set to vbulletin directory
  RewriteBase /testvb/

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

regards

bosss
 
What do you have the setting, Record All Scores set to under DragonByte Tech: vBArcade - General Options
 
What do you have the setting, Record All Scores set to under DragonByte Tech: vBArcade - General Options

No - I have this setting set to No - tried with Yes and same result - just save first played score and no any after score (less or higher).
In FF works fine.

regards

bosss
 
We attempted to fix IE10 scoring earlier, remember? Anti-browser cache code caused a myriad of other issues, so scoring is not supported in IE10 at this time.
 
Yes I remember and just ask if that maybe can be fixed in next version of vbarcade. In ibproarcade worked fine with IE10.

regards

bosss
 
Status
Not open for further replies.

Legacy vBArcade

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