vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

dieselpowered 11-26-2005 03:12 AM

Ok in checking with other boards, it is changing the footer colors where it should not. Anyone else notice this?

I also looked in the arcade template to see if there is something to change in there, however, I do not see anything. For those of you who have installed, look at your footer in the arcade and then look at the footer in the forums...see the difference?

Any help would be appreciated!

gothicuser 11-26-2005 03:18 AM

OK, if anybody uses vBPortal, and can't see the sideblock when in the arcade, edit the arcade/functions/functions.php like:

search for
Code:

        function do_output($output_array)
        {
                global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;

and replace with
Code:

        function do_output($output_array)
        {
                global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $forumsideblocks, $vbpoptions;

then save the file, and upload.

Jenkins 11-26-2005 03:19 AM

awesome!! Great instructions too! but I have one issue. I get this error when I click the Arcade button in the menu

Notice: Undefined index: sessdo in m:\xxx\xxx\FOURMS.FBODYPAGES.COM\forums\arcade.php on line 26

Notice: Undefined index: sessdo in m:\xxx\xxx\FOURMS.FBODYPAGES.COM\forums\arcade.php on line 33

euan doc 11-26-2005 03:33 AM

Installed

This took me 10 mins to install and im a novice :)

well done

rb290 11-26-2005 03:35 AM

will this work for 3.5.0 ?

Boofo 11-26-2005 03:39 AM

Quote:

Originally Posted by xtremeoff-road
Ok in checking with other boards, it is changing the footer colors where it should not. Anyone else notice this?

I also looked in the arcade template to see if there is something to change in there, however, I do not see anything. For those of you who have installed, look at your footer in the arcade and then look at the footer in the forums...see the difference?

Any help would be appreciated!

Mine's the same in both places. ;)

Rickie3 11-26-2005 03:39 AM

Quote:

Originally Posted by rb290
will this work for 3.5.0 ?

yes i have it running fine on my board

Boofo 11-26-2005 03:41 AM

Quote:

Originally Posted by Sooner95
maybe its me..but i am getting this error ALOT



Installing these games is fine, bu its either the proggy, or the author of these games.I can't get these things to install more than a few at a time..and after that, its one by one..

You need to chmod your TAR directory to 777. ;)

weaver 11-26-2005 03:43 AM

No that happens when there is something buggy with a game. Just delete the game from the tar folder and click install all games again. It'll stop installing each time it gets to a buggy game but it's still effective at mass installing.

Boofo 11-26-2005 03:45 AM

Quote:

Originally Posted by Sooner95
ok i see what its doing.. it sucks as, but itshappening..

Got this

just depends on the game..some of them , well, suck. lol therefor its stopps the massinstall, which well, sucks..lol ah well. Delete it move and installmore, see where it stops again.. PITA but will get done none the less. thx

If you will check, the games are installed fine. That error has to do with games that use a gamedata directory. It is a known error that has to do with what porgram is used to make the tar file. We are woking on a fix for that now. But the games install fine even with the error. ;)

Jenkins 11-26-2005 03:46 AM

also getting this error when game is over.

Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

This score was not submitted from the game. Your score will not be saved.




here's my site http://www.okgmp.com/forums

Boofo 11-26-2005 03:47 AM

Quote:

Originally Posted by xtremeoff-road
Ok for some reason the arcade.php page is changing the footer colors.

Any thought how to fix this?

It's your style causing it to mess up. You need to go in and re-edit your style. ;)

Boofo 11-26-2005 03:49 AM

Quote:

Originally Posted by Jenkins
also getting this error when game is over.

Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

This score was not submitted from the game. Your score will not be saved.




here's my site http://www.okgmp.com/forums

Have you tried using a IBProArcade game and submitting the score with that?

Sooner95 11-26-2005 03:56 AM

Quote:

Originally Posted by Boofo
If you will check, the games are installed fine. That error has to do with games that use a gamedata directory. It is a known error that has to do with what porgram is used to make the tar file. We are woking on a fix for that now. But the games install fine even with the error. ;)


ah ok..gotcha... yea the ness dir are set to 777, so it was never that. OK, will have to step thru some of them then. Will take abit to get all these games loaded, but thats ok. thx

Nination 11-26-2005 03:57 AM

OMG. I may have fallen in love! THANK YOU!

rb290 11-26-2005 04:05 AM

and this little error is still on this arcade that i installed
i dont know if its a bug but i think every other high score it saves it just says "is the new Tetris champion"
doesnt say the username.
heres a pic:
http://tinypic.com/hu1r4i.jpg

EDIT: damn i fixed this lol

Jenkins 11-26-2005 04:07 AM

Quote:

Originally Posted by Boofo
Have you tried using a IBProArcade game and submitting the score with that?


i'm not sure what that is but I think it has more to do with this issue.



Notice: Undefined index: sessdo in m:\xxx\xxx\FOURMS.FBODYPAGES.COM\forums\arcade.php on line 26

Notice: Undefined index: sessdo in m:\xxx\xxx\FOURMS.FBODYPAGES.COM\forums\arcade.php on line 33

Flow Fusion 11-26-2005 04:49 AM

Thank you very much.

rb290 11-26-2005 04:49 AM

i got this message when submitting a score

"Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

This score was not submitted from the game. Your score will not be saved.

< Go Back"

EDIT: nevermind fixed this too

kylek 11-26-2005 05:00 AM

Play game in new window - pop up screen works but game size stays the same, had this problem with the rc's, and fixed it but cant remember how I did it. Anyone have the same problem?

https://vborg.vbsupport.ru/showthrea...dow#post814185

gothicuser 11-26-2005 05:08 AM

Quote:

Originally Posted by kylek
Play game in new window - pop up screen works but game size stays the same, had this problem with the rc's, and fixed it but cant remember how I did it. Anyone have the same problem?

https://vborg.vbsupport.ru/showthrea...dow#post814185

I had the same problem, but did some editing in the arcade.php file that cured the problem.
I have to do my "Dad-Taxi" bit now for an hour or so, but I'll post the cure when I get back.

G-Force 199 11-26-2005 05:30 AM

GREAT !!!
Thanks so much.

VaaKo 11-26-2005 05:52 AM

I just wanna know where can we find more games?

BoYagoob 11-26-2005 05:56 AM

Excellent :)

Drago912 11-26-2005 05:58 AM

Thanks for all your hard work Mr.Zeropage works great!!

kall 11-26-2005 06:37 AM

Playing game in a new window, on submitting the score, it tries to submit to root/arcade.php rather than root/forums/arcade.php :(

JTyson 11-26-2005 06:37 AM

Quote:

Originally Posted by Sooner95
ok i see what its doing.. it sucks as, but itshappening..

Got this

just depends on the game..some of them , well, suck. lol therefor its stopps the massinstall, which well, sucks..lol ah well. Delete it move and installmore, see where it stops again.. PITA but will get done none the less. thx

I found the easiest way to verify the tar folder are'nt corrupt before uploading isto select them all then right click and "Extract All" using winrar, you will then get a dialogue box pop up listing all the corrupt files. Just make sure there not uploaded as the mass install will fail.

VaaKo 11-26-2005 06:38 AM

how to add a game? :confused:
there are some games included in the package, how can I add them?
what's the GNAME?

JTyson 11-26-2005 06:48 AM

You just have to upload ibPRO game tars to the arcade/tar folder and v3arcade games to the arcade/zip folder to do an automatic install

Harry72 11-26-2005 06:51 AM

Very nice MrZeropage. Thank you very much !
I will send you a little christmas present via PayPal. :nervous:

JTyson 11-26-2005 06:56 AM

That means that your linking to the wrong path or you havent uplaoded the files correctly.

kall 11-26-2005 06:59 AM

Trying to play a game as a guest returns the rather non-useful error:
Quote:

Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:


kall 11-26-2005 06:59 AM

Quote:

Originally Posted by JTyson
That means that your linking to the wrong path or you havent uplaoded the files correctly.

WTF? How/where do I define the path to the arcade.php?

Hmm?

JTyson 11-26-2005 07:02 AM

Actually looking at the install instructions if you didnt modify the path in your navbar edit the file must be uploaded to the wrong dir.

Rickie3 11-26-2005 07:09 AM

Quote:

Originally Posted by kall
Trying to play a game as a guest returns the rather non-useful error:

i get the same,it seems normal to me:
-----------------------------------------------------------------------

Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

The administrator has disabled playing games for your usergroup.

VaaKo 11-26-2005 07:10 AM

where can I download games?

gothicuser 11-26-2005 07:16 AM

1 Attachment(s)
Quote:

Originally Posted by kylek
Play game in new window - pop up screen works but game size stays the same, had this problem with the rc's, and fixed it but cant remember how I did it. Anyone have the same problem?

https://vborg.vbsupport.ru/showthrea...dow#post814185

I will just upload the edited files. No existing code was touched, just added a couple of lines to allow games played in a new window to be resizeable.
the 'arcade.php' goes into your forum root folder and the 'skin_Arcade.php' goes into the forum/arcade/skins folder overwriting the existing ones (make sure you backup the existing ones first though)

JTyson 11-26-2005 07:21 AM

nevermind

kylek 11-26-2005 07:38 AM

Quote:

Originally Posted by gothicuser
I will just upload the edited files. No existing code was touched, just added a couple of lines to allow games played in a new window to be resizeable.
the 'arcade.php' goes into your forum root folder and the 'skin_Arcade.php' goes into the forum/arcade/skins folder overwriting the existing ones (make sure you backup the existing ones first though)

Thanks a lot!! Fixed it perfectly!!

Rickie3 11-26-2005 07:40 AM

Quote:

Originally Posted by gothicuser
I will just upload the edited files. No existing code was touched, just added a couple of lines to allow games played in a new window to be resizeable.
the 'arcade.php' goes into your forum root folder and the 'skin_Arcade.php' goes into the forum/arcade/skins folder overwriting the existing ones (make sure you backup the existing ones first though)

thankyou that worked like a charm,now i can see lol


All times are GMT. The time now is 05:54 PM.

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.06361 seconds
  • Memory Usage 1,830KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete