vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   Conflict with v3Arcade hack (https://vborg.vbsupport.ru/showthread.php?t=99902)

Pete C 11-02-2005 01:30 PM

Conflict with v3Arcade hack
 
My 1st prob was with my global php, apparently I missed a comma! Having resolved that, I'm confronted by this one:

In my includes/init.php I need to make this edit.

Find:
'stylecache'

Replace with:

// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs


However, with the existing edit for v3Arcade, the lines are already edited thus:

'stylecache' has already been replaced with:

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


Adding the code as per instructions just leads to a parse error - anyone know what I should do here?

jugo 11-02-2005 02:09 PM

waddup bee!!


then make it look like this:

Code:

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

jugo ....

Pete C 11-02-2005 02:24 PM

Thanks for the reply jugo - I did try this:

Code:

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

And got a parse error: public_html/includes/init.php on line 550

I think the prob is where to put the
Code:

// ## <ucs>
and
Code:

// ## </ucs>
any clues on that?

*nb - apologies for previous post - I've figured how to use the code box now ;)

Pete C 11-04-2005 02:17 AM

It's a just few lines of code I'm having trouble with here guys - surely someone has got UCS to work alongside the arcade? A little help would be much appreciated - please?

RaidenDAWG2 11-04-2005 03:54 AM

From that bit of code, I see no problems. Maybe post a few more lines of code on either side of that, see if a ; got misplaced, or a missed comma somewhere...

Also, if you have Frontpage 2003, you can use it to check the line numbers quite easily.

Gunshot 11-04-2005 04:57 AM

this is how mine is setup and it works fine:




Code:

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


I had to take out the // ## </ucs>

also....you need a comma after

'arcadesettings'

Pete C 11-04-2005 12:55 PM

Thanks guys, that's very helpful. I've been scratching my head for days and just couldn't see the fault. Okies, I've added the delinquent comma, and entered the code exactly as in Gunshot's post - and no parse error now! :banana: Much appreciated fella's.

Right, 2 down - 11 to go. lol

Pete C 11-17-2005 10:18 PM

I'm pleased to say this is up and running on my site now. Pretty much all the functions seem to be working - except the arcade pass! Members are able to use the arcade with or without the pass, so obviously no-one is gonna buy the thing!

I'm using vB3.0.9 at present, and have the V3 arcade installed. There really doesn't seem to be any way to tie any of the arcade functions into the points system. The pass would have been a nice idea - although it isn't clear how long it would be valid (if it worked!)

Any thoughts on this one guys? And if the only answer is to install ibpro Arcade instead - is it possible to uninstall the V3 version?

Gunshot 11-23-2005 04:59 AM

well you could create a new usergroup and manually change over users after they reach a certain level

and I know nothing about the ibpro version

sorry


All times are GMT. The time now is 10:32 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.01082 seconds
  • Memory Usage 1,728KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete