Question Saving scores?

Status
Not open for further replies.

stangger5

New member
Playing ibproarcade games, it tries to save the score but goes to index.php and then refreshes back to the arcade..

vb4 has some .htaccess edits to help scores submit when the save score code uses index.php

I`ve tried all kinds of redirect code to different arcade files without success.

I have a lot of html5 games that use the ibproarcade score code.

Any ideas?
Thanks!
 
These are the rewrite rules from vB4, I couldn't say if they would work here or not. They should serve as a good starting point at least :)

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]
 
I`ve already tired the vb4 rewrite rules, didnt help.

Code:
    # 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 .* core/packages/dbtechvbarcade/route/arcade.php [L,QSA]


I ran out of ideas..lol.

Thanks!
 
I don't believe those scores are actually supported for saving in this mod, sorry.
 
Should it use: ?
Code:
core/packages/dbtechvbarcade/api/vbarcade/scoring/ipa.php

Like ibproarcade.
gname = gameid
gscore = score

The only part I can get to work, score wise, is if you have it set to time. (Local scoring unsupported)

I can get html5 games to play but since they use the ibproarcade score code, they dont save score.
 
Try pointing it to the actual route for the arcade itself maybe? I don't have a vB5 installation at the moment so I can't see what it is, but if you go to the main Arcade page and copy the route from the browser, that might work.
 
Hello @stangger5,

We hope your ticket regarding vBArcade has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Hello @stangger5,

As we have not heard back from you, your ticket regarding vBArcade has now been closed.

If your ticket has not been resolved, please feel free to start a new support ticket and link back to this ticket.

Thank you.


- DragonByte Technologies, Ltd.
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 5.0.x vBulletin 5.1.x vBulletin 5.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
66
Customer rating
0.00 star(s) 0 ratings
Back
Top