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)

ssabmud 12-28-2005 05:52 AM

Quote:

Originally Posted by da prez
ssabmud see this post : https://vborg.vbsupport.ru/showpost....&postcount=813

i have no idea why this isn't included in the install instructions, took hours of wading through this thread the other day.

you put that code in your index.php file and it will work properly.

thanks men this is some very useful information they should add it with the installtion files.

THanks da prez :nervous:

kpr 12-28-2005 08:22 AM

Im getting this error when trying to bring up rankings

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 838494 bytes) in /home/mania/public_html/arcade/functions/functions.php(1173) : eval()'d code on line 45

Any ideas on a solution.

cheers
Kev

MrZeropage 12-28-2005 09:39 AM

Disable the "show Template names in HTML-Output" option in the vBulletin-Settings, that should help

kpr 12-28-2005 10:15 AM

Quote:

Add Template Name in HTML Comments
If that is part to turn of it already is or am i looking at wrong part.

Thanks
Kev

LJR 12-28-2005 01:28 PM

Installed and seemingly working fine :)

Thanks MyZeroPage!

Zia 12-28-2005 03:13 PM

MrZeroPage..i've send u a PM...with zip's location...

Thanks

Xplorer4x4 12-29-2005 01:26 AM

Zero it has been several days since I PMed you about the issue(as you said) where this is generating massive about of queries for my forum. 95 QUERIES on some pages of my forums. I also tested it on another vB forum and it seems to be generating a large amount of queries on there almost entirley stock forum(except MAYBE one hack).

It seems that it is repeating this query:
PHP Code:

SELECT crown_type AS typeshow_crownsshow_t_won FROM games_settings 

For every user that has posted on the page regardless of wheather or not crowns are displayed or not.

MrZeropage 12-29-2005 04:05 AM

I am hunting that Bug, thanks for the Tip 'bout the Query

kylek 12-30-2005 02:29 AM

This might be a dumb question but here goes.

Post per day requirements

Is there any way to be able to have it set as 1 post per 2 days? So if a members does 1 post this will allow 48 hours access to play the games.

MrZeropage 12-30-2005 06:23 AM

Maybe this helps (untested):

open /arcade/modules/mod_arcade.php

Search for:
Code:

        if( $this->user['ppd_require'] )
        {
                $posts_today_time = mktime(0,0,0,date("m"),date("d"),date("Y"));

replace with
Code:

        if( $this->user['ppd_require'] )
        {
                $posts_today_time = mktime(0,0,0,date("m"),date("d")-1,date("Y"));



All times are GMT. The time now is 06:04 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.06114 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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