Log in

View Full Version : how?


kface
06-26-2005, 10:02 PM
umm iv got the store working all perfect and that..now im tryin to do the vbookies hack... n in the Init.php i need to replace 'stylecache'
), $specialtemplates);

with

'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);

but the problem is

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

my store hack is in there

And the same with

i need to put

// +++ vBookie
$_VBOOKIE = array(
'active' => 1,
'ucash' => 2,
'cashon' => 4,
'givetopoor' => 8,
'usepetz' => 16
);
// --- vBookie

After

'warnall' => 131072
);

but

'warnall' => 131072
);
$_ARCADE = array(
'active' => 1,
'netplay' => 2,
'awardson' => 4,
'quickreg' => 8,
'autoprune' => 16,
'highonly' => 32,
'vbcodeon' => 64,
'imgcodeon' => 128,
'smilieson' => 256,
'allowemail' => 512,
'challengescores' => 1024
);

$_ARCADEUSER = array(
'firstvisit' => 1,
'settingschecked' => 2,
'allowchallenges' => 4,
'allowemails' => 8
);

$_GAMESCHECK = array(
'active' => 1,
'netplay' => 2,
'playpanel' => 4,
'challenabled' => 8,
'showaward' => 16
);

i got an aracade hack in there

what do i do..to get all the hacks together..Plz help with the init.php file