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)

Osterling 09-17-2007 10:52 PM

Where do you find games to add?

DoB Rhapsody 09-18-2007 07:03 AM

I'm a getting a particular error on like 56 of functions/functions.php.

I'll re-up all the files again and the problem will be fixed. Only for a similar error to appear a few hours to a day later.

ERROR:
Code:

Parse error: parse error, unexpected ';' in ******/arcade/functions/functions.php on line 59
Sometimes it's a forward slash instead of the semi-colon.

PLEASE HELP. The only thing i can do is keep re-uping the files for a few hour fix. This problem appeared randomly last week. I'm running the lastest version of the mod aswell as vbcredits integration mod.

MortysTW 09-18-2007 05:41 PM

Quote:

Originally Posted by Bacon Butty (Post 1341239)
I have been told that this mod consumes a lot of bandwidth. Is this true?

And small children too!

Yes. It eats bandwidth. But its not the mod itself, its the fact that you have files on your server of various sizes that are your individual GAMES and everytime someone plays a game, those files get loaded.

Its no different than a stack of video files. Everytime someone watches a video, your bandwidth is being "eaten" and you must protect your small children.

But the code itself isn't to be concerned with. It was made with German technology. Just look at the VW Jetta and the GT. Stylish, sleek, and handles well. Please visit www.VW.com today to schedule a test drive at a dealership near you.

MortysTW 09-18-2007 05:46 PM

Quote:

Originally Posted by DoB Rhapsody (Post 1341516)
I'm a getting a particular error on like 56 of functions/functions.php.

I'll re-up all the files again and the problem will be fixed. Only for a similar error to appear a few hours to a day later.

ERROR:
Code:

Parse error: parse error, unexpected ';' in ******/arcade/functions/functions.php on line 59
Sometimes it's a forward slash instead of the semi-colon.

PLEASE HELP. The only thing i can do is keep re-uping the files for a few hour fix. This problem appeared randomly last week. I'm running the lastest version of the mod aswell as vbcredits integration mod.

So, the only thing you are "re-up'n" is the actual functions.php file? Not the product.xml file?

Cuz in no way should your functions.php file be allowed to be "written" to where it would be altering every few hours. Unless you've been hacked and their is some weird Cron job going on that keeps tweaking that file.

But if you are doing the product too, I'm guessing its a "scheduled event" in your AdminCP>Scheduling & Maintance (SOMETHING LIKE THAT)

Its at the very bottom.

Turn off that CREDITS mod for a few hours and see what happens. Might not hurt to check just for the hell of it that you don't have any users with a ; or a / in their username.

DoB Rhapsody 09-18-2007 06:58 PM

Quote:

Originally Posted by MortysTW (Post 1341870)
So, the only thing you are "re-up'n" is the actual functions.php file? Not the product.xml file?

Cuz in no way should your functions.php file be allowed to be "written" to where it would be altering every few hours. Unless you've been hacked and their is some weird Cron job going on that keeps tweaking that file.

But if you are doing the product too, I'm guessing its a "scheduled event" in your AdminCP>Scheduling & Maintance (SOMETHING LIKE THAT)

Its at the very bottom.

Turn off that CREDITS mod for a few hours and see what happens. Might not hurt to check just for the hell of it that you don't have any users with a ; or a / in their username.

Alright. I'll uninstall the vbcredits with ibproarcade mod and report back.

vnairp11 09-18-2007 11:41 PM

It doesn't show the forum avatar for some reason please help thanks, this only happens for some users. that tiny avatar box has default when submitting scores. I have a forum avatar set arlready.

xandizitxu 09-19-2007 01:21 AM

Hi! In my navbar hook I added a code so the variable works on forum, but it's not working on ibp! Anyone help?

MortysTW 09-19-2007 02:40 AM

Quote:

Originally Posted by DoB Rhapsody (Post 1341923)
Alright. I'll uninstall the vbcredits with ibproarcade mod and report back.

I said turn OFF not uninstall. You can just DISABLE any mod/plugin/product that is running on your VB without deleting or removing it.

Uninstalling works too though I guess. Just more work than needed.

Quote:

Originally Posted by xandizitxu (Post 1342160)
Hi! In my navbar hook I added a code so the variable works on forum, but it's not working on ibp! Anyone help?

Try doing the full path in your hook's code snippit. Because the arcade has a bunch of itself in /forum/arcade/whatever_page_here.php. I'm guessing your hook has something like ./whatever.php instead of /home/mysite/html/forum/whatever.php

Vinyljunky 09-19-2007 11:46 AM

I have a question for Mr Zero

I have 3 types of visitors that are allowed to play games

- Guest - Play games in categories X and Y, not allowed to save score
- Members - Play games in categories X and Y, can save score
- Sponsor Members - Play games in categories X, Y and Premium categories, can save scores

When a guest or a member clicks a game belonging to the Premium category they get the message "Your usergroup is not allowed to play any game from that category"

Would it be possible to change that message to something like " Only Sponsor Members have access to Premium games. To become a Sponsor or to learn more Click Here"


Many Thanks for a Superb Mod

VinylJunky

PS To everyone who has this MOD installed please sponsor the author !

MortysTW 09-19-2007 12:14 PM

Quote:

Originally Posted by Vinyljunky (Post 1342393)
I have a question for Mr Zero

I have 3 types of visitors that are allowed to play games

- Guest - Play games in categories X and Y, not allowed to save score
- Members - Play games in categories X and Y, can save score
- Sponsor Members - Play games in categories X, Y and Premium categories, can save scores

When a guest or a member clicks a game belonging to the Premium category they get the message "Your usergroup is not allowed to play any game from that category"

Would it be possible to change that message to something like " Only Sponsor Members have access to Premium games. To become a Sponsor or to learn more Click Here"

Many Thanks for a Superb Mod

VinylJunky

PS To everyone who has this MOD installed please sponsor the author !

I'm not him, but open up the file /forums/arcade/lang/lang_Arcade_en.php

Take notice to the _EN at the end of the file, cuz the lang_Arcade.php file is for a whole other set of phrases.

Around line 184 you will find:
Quote:

err_category => "Your usergroup is not allowed to play any game from that category.",
Just make sure you don't use any words like DON'T CAN'T WON'T, the ' will goof things up. Make sure to leave the " on the front and end too and do not remove the comma on the very very end. So basically just edit the words in between the " "

Not positive, but when you are doing your link at the end or any type of HTML that needs a pair of " " around it, such as src="http sorta thing, make it with a single so it looks more like < src = ' http url goes here ' and target = '_blank ' > type of setup

Let us know how that works out, because I'm unable to test it here at work since my site is banned from my company's internet access.


All times are GMT. The time now is 11:10 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.04958 seconds
  • Memory Usage 1,758KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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