PDA

View Full Version : error with hack


bainsy
06-07-2005, 04:39 PM
i am trying to install an arcade hack as well as this shop hack but one is interfering with the other on the init.php file so i end up keep getting this message:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/bainsy/public_html/forum/includes/init.php on line 548
this is the code:
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>

and this is the code for the arcade:
'stylecache',
'arcadesettings'
), $specialtemplates);

0.95c
3.0.7
http://psofantasy.co.uk/forum

Reeve of shinra
06-07-2005, 04:52 PM
Make sure those lines end in a , and the last one ends in a ;

bainsy
06-07-2005, 05:05 PM
ah it works now thanx