Ok i'm trying to install this hack and everything has gone fine up to this point.
i've already installed uShop_&_uCash_095a and the problem i'm having is this part in the INIT.PHP file..
the hack says
FIND
Code:
'stylecache'
), $specialtemplates);
REPLACE WITH
Code:
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
but the ushop hack has already changed tis part into this
Code:
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
and if i try to include the other code like this.
Code:
// ## <ucs>
'stylecache',
'utt_store_act'
'vbookiesettings'
// ## </ucs>
i get this error
Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'
any help on this would be very grateful