Hello
Need some help - unistalled ibroarcade and installed Dbtech vbarcade - had some problems with scores - maybe need adjust my .htaccess file
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
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
Last edited: