Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Arcade Score issues Details »»
Arcade Score issues
Version: , by hammondfra hammondfra is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-09-2006 Last Update: Never Installs: 0
 
No support by the author.

I searched and didn't find anything about this, so I will ask. The arcade has been working great through testing and on the live server. But, as of yesterday no scores are being saved. When the game is finished and it does the redirect to submit a score, it takes the user back to the main forum area. I have not added any new games still the original 9 that come with the mod, the only thing I have added was the module for the arcade that was created to put on the Vbadvanced page. I was thinking an uninstall and re-install may be the ticket to fix this redirect issue. I am running the 3.5 VB. Thanks for any help on this issue.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-09-2006, 01:00 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hammondfra
I searched and didn't find anything about this, so I will ask. The arcade has been working great through testing and on the live server. But, as of yesterday no scores are being saved. When the game is finished and it does the redirect to submit a score, it takes the user back to the main forum area. I have not added any new games still the original 9 that come with the mod, the only thing I have added was the module for the arcade that was created to put on the Vbadvanced page. I was thinking an uninstall and re-install may be the ticket to fix this redirect issue. I am running the 3.5 VB. Thanks for any help on this issue.
there is a fix on here somewhere lol i am having the same issue and am searching for it....if i find it i will post it here

oh and make sure if you are running vbad you add the code to the top of your index or forum page
Reply With Quote
  #3  
Old 07-09-2006, 01:20 PM
hammondfra hammondfra is offline
 
Join Date: Jun 2006
Location: Toledo, OH
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the input, and am glad to see I am not the only one with this issue. What code are you refering too?
Reply With Quote
  #4  
Old 07-09-2006, 01:31 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in your zip folder there is a file that states CMPS or vbad ONLY something to that effect anyway....you have to open it and it will tell you that the code below goes to the top of your alternate index page.....

like my vbulletin index page i changed to forum.php and my vbad page i changed to index.php

the code should go to the top of the vbad/portalindex.php page right under the <php?

mine looks like this....
Code:
<php?
// ibProArcade modification
if($_POST['module'] == "pnFlashGames"){
	$_GET[act] = "Arcade";
	$_GET['module'] = "arcade";
}
if($_POST['func'] == "storeScore"){
	$_GET['do'] = "pnFStoreScore";
}
if($_POST['func'] == "saveGame"){
	$_GET['do'] = "pnFSaveGame";
}
if($_POST['func'] == "loadGame"){
	$_GET['do'] = "pnFLoadGame";
}
$act = $_GET[act];
$showuser= $_GET[showuser];
if($act == "Arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}
// end of ibProArcade modification
// ++=========================================================================++
// || vBadvanced CMPS v2.2.0 (vB 3.6) - 30544
// || ? 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 22:31, Tue Jul 4th 2006
// || 
// ++ ========================================================================++
that should work....i realized i had mine on the wrong page lol or at least i think i do....i will check brb
Reply With Quote
  #5  
Old 07-09-2006, 01:32 PM
hammondfra hammondfra is offline
 
Join Date: Jun 2006
Location: Toledo, OH
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't know we had to do that...Thanks, I guess there are little things I missed when reading up before I did the VBad mod...Thanks again....
Reply With Quote
  #6  
Old 07-09-2006, 01:37 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still didn't work for me lol

mr.zeropage can you please help me?

i also have installed v3 arcade...should that make a difference?

3.6.0 beta 4...it worked on one score then stopped working...what have i done wrong?
Reply With Quote
  #7  
Old 07-09-2006, 02:22 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

provide ACP+FTP-Access via PM and I will look ...
Reply With Quote
  #8  
Old 07-09-2006, 02:28 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sent and thanks a bunch!
Reply With Quote
  #9  
Old 07-09-2006, 03:41 PM
hammondfra hammondfra is offline
 
Join Date: Jun 2006
Location: Toledo, OH
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also sent, thanks for taking a look.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:35 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03368 seconds
  • Memory Usage 2,280KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete