Hello! Well I really liked how the arcade was and I wanted to install the lite version to have a go at it. So I put all the files that I need in the FTP and then went to go install the plugin and I received the error:
I'm not really sure what this means so if you could help me out it would be very much appreciated! Thanks.
Code:
# Place this code into the top of http://www.life-revived.com/.htaccess so certain games can process scores, then try importing again:
<IfModule mod_rewrite.c>
RewriteEngine on
# If vbulletin is in a subdirectory, add it here
RewriteBase /
# 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]
</IfModule>
I'm not really sure what this means so if you could help me out it would be very much appreciated! Thanks.
