Status
Not open for further replies.
I wish you success. There were redirection issues from https and possibly vbseo preventing games from posting the scores to your site. The other arcades run the same games and would most likely run into the same problems. Mochi games would have worked though.
 
I dont need succes.

V3 arcade run over one year in my forum with no score problem.

I have delete my https and you was not able to fix and i am tired about wait 8 weeks,

good luck with your aracade.

let me know when you fix the issues
 
I dont need succes.

V3 arcade run over one year in my forum with no score problem.

I have delete my https and you was not able to fix and i am tired about wait 8 weeks,

good luck with your aracade.

let me know when you fix the issues

You posted ibparcade now you are posting v3 arcade..Make your mind up buddy...
 
One year this, one year this, where is the problem? fact is, vbarcade run not on my forum with vbseo.

bye i am out
 
Vbarcade WORKS without faults.Yes maybe buggy...But if you state your using ibparcade and then you state your using v3arcade.How can anyone ever resolve your issue?..

Good Bye..
 
Would you believe that I've finally fixed it?

1) Edit (forums)/dbtech/vbarcade/systems/ipa.php find all 5 instances of $_POST and replace with $_REQUEST

2) Add the plugin "vBArcade - Redirect pnFlash Scores" on the init_startup hook with the following PHP code:
PHP:
if ($_POST['module'] == 'pnFlashGames' AND $_POST['func'] == 'storeScore') exec_header_redirect('arcade.php?module=pnFlashGames&func=storeScore&score=' . $_POST['score'] . '&gid=' . $_POST['gid']);

3) Edit (forums)/.htaccess find
PHP:
# 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]

replace with

PHP:
# 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]

...and now all the ipa games will post their scores through vbseo!
 
Last edited:
Vbarcade WORKS without faults.Yes maybe buggy...But if you state your using ibparcade and then you state your using v3arcade.How can anyone ever resolve your issue?..

Good Bye..

But not for me.
I was Using v3 with NO problems.
Then i go back to IBP and then i found vbarcade, BUT it work not for ME

And i think, when i delete ALL and install vbarcade then no matter what i have install before, think about this ;-)
 
Last edited:
Would you believe that I've finally fixed it?

1) Edit (forums)/dbtech/vbarcade/systems/ipa.php find all 5 instances of $_POST and replace with $_REQUEST

2) Add the plugin "vBArcade - Redirect pnFlash Scores" on the init_startup hook with the following PHP code:
PHP:
if ($_POST['module'] == 'pnFlashGames' AND $_POST['func'] == 'storeScore') exec_header_redirect('arcade.php?module=pnFlashGames&func=storeScore&score=' . $_POST['score'] . '&gid=' . $_POST['gid']);

3) Edit (forums)/.htaccess find
PHP:
# 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]

replace with

PHP:
# 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]

...and now all the ipa games will post their scores through vbseo!

Umpf, now i have delete all and have install v3arcade.

maybe i will try
 
No no!

You should keep v3 installed, install vbarcade over it, and use vbarcade to convert all the installed games and scores from it :) then you can uninstall v3 arcade.

i would suggest you try everything on your test site first with vbseo, just to absolutely sure, as im as tired of going in circles as you are.

btw - the https was actually a very large red herring... you should be able to re-enable it for your site again now if you wish.

also - id be happy to apply these edits for you with the ftp i still have from you.
 
Last edited:
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket
Question Flash Player
Replies
5
Views
1K
  • Locked
  • Support ticket
Question html5 games
Replies
4
Views
1K
  • Locked
  • Support ticket
Question Arcade Menu
Replies
4
Views
1K
  • Locked
  • Support ticket
Question Importing Games
Replies
6
Views
1K

Legacy vBArcade

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