vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

dotdot 08-02-2005 07:24 AM

Alright I CANT FIND the answer ANYWARE!!! My arcade crashed after installing the ucash hack, whenever someone tries to get into the arcade (even admin) it says you dont have permission...are you edited someone elses...bla bla bla. Now It might be because the cron job cant run because whenever you try to run it it gives you a error saying that global.php could not be found on line 14 so what is going on? there is no easy way to uninstall and reinstall because I dont remember all the templates and databases...Is there a way to fix this? PLEASE PLEASE HELP!!!!

theArchitect 08-02-2005 09:47 AM

Any chance of this getting ported to 3.5.0? Or only when it goes gold.

dotdot 08-02-2005 10:51 PM

Alright all users who have the problem where they cant get into there arcade even admin, and you cant edit your settings because they all stay on "no", check for this in forum/includes/init.php,

Code:

'stylecache',
'arcadesettings'
), $specialtemplates);

If there is something wrong with that put it back

cuphongle 08-03-2005 01:36 AM

i got the ucash hack installed...
and when i edit the file "includes/init.php

it wont work

'stylecache',
'utt_store_act'
// ## </ucs>
), $specialtemplates);

where do i put the 'arcadesettings'...?
can you help?

Rocol 08-03-2005 10:34 AM

I am running vB3.0.7 .. and mine works fine .. the placings are ...

// ## <ucs>
'stylecache',
utt_store_act',
// ## </ucs>
'arcadesettings'
), $specialtemplates);

cuphongle 08-03-2005 02:23 PM

it still wont work...3.0.8 will work?

cuphongle 08-03-2005 02:24 PM

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/.hammer/yndphong/yndphong.com/includes/init.php on line 547

thats what i get when i finish editting those files....

Paul_Hollibone 08-03-2005 02:38 PM

Hello all.

Great add-on. Loved it. My members loved it also.

Can I ask a question.

I installed it on 3.0.8 the other night, with no issues what-so-ever.
However, recently, I re-designed the forums (to go with the new site), now even though I did from the "Template Modifications" down in the installation maual, the bloody thing will not work under the new design. All we get is a blank page. No MYSQL errors or anything.

Am I missing something here, or what?

Cheers.

Paul

Marco van Herwaarden 08-03-2005 04:20 PM

Quote:

Originally Posted by cuphongle
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/.hammer/yndphong/yndphong.com/includes/init.php on line 547

thats what i get when i finish editting those files....

Please post what you got on that line, together with 20 lines before and after.

cuphongle 08-03-2005 04:52 PM

if (!defined('VB3INSTALL') AND $optionsfound === false)
{
// initialise
$datastore = array();
$vboptions = array();
$forumcache = array();
$usergroupcache = array();
$stylechoosercache = array();

if (!is_array($specialtemplates))
{
$specialtemplates = array();
}

// add default special templates
if (!CACHE_DATASTORE_FILE OR !defined('CACHE_DATASTORE_FILE'))
{
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
'arcadesettings'
), $specialtemplates);


All times are GMT. The time now is 01:19 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.07113 seconds
  • Memory Usage 1,737KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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