Quote:
Originally Posted by skol
When you say scoring works fine,which game type are you using? Tar or a feed? Feeds are great but if your members have adblock+ installed on their browser (firefox) they won't show the ads but they also won't submit the scores as the submitting of scores is also on the ad server.
|
The import method has no bearing on scores (the end results of each are stored locally). However, scoring system matters. Tar games are usually ipa type and need the .htaccess working
Quote:
Originally Posted by ellinofatsa
please any help
|
Thanks for posting a support thread at our site - we'll continue there
Quote:
Originally Posted by M.Iftikhar
<IfModule mod_rewrite.c>
RewriteEngine on
# If vbulletin is in a subdirectory, add it here
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 ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index\.php arcade.php [L,QSA]
# Send hardcoded pnf scores to arcade instead
RewriteCond %{REQUEST_METHOD} POST [NC]
RewriteCond %{HTTP_COOKIE} vbarcade_session
RewriteRule ^index\.php 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>
please tell me how can i do that........when impporting xml file......it display this error....
|
The error message should have included the instructions on what to do with it - namely that you need to edit it into the .htaccess file specified and import the product again. If you get the same message, then you did not edit the right thing.