PDA

View Full Version : Conflict with v3Arcade hack


Pete C
11-02-2005, 01:30 PM
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:


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


jugo ....

Pete C
11-02-2005, 02:24 PM
Thanks for the reply jugo - I did try this:

// ## <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
// ## <ucs> and
// ## </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:




// ## <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