ok m8, here it is:
PHP Code:
break;
// Wol Spider information
case 'wol_spiders':
{
$datastore['wol_spiders'] = unserialize($storeitem['data']);
}
break;
// smiliecache information
case 'smiliecache':
{
$smiliecache = unserialize($storeitem['data']);
}
break;
case// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
:
{
$stylechoosercache = unserialize($storeitem['data']);
}
break;
// stuff the data into the $datastore array
default:
{
$datastore["$storeitem[title]"] = $storeitem['data'];
}
break;
}
}
// Fatal Error
if (!$optionsfound)
{
require_once('./includes/adminfunctions.php');
require_once('./includes/functions.php');
$vboptions = build_options();
hope you can help me, this is realy annoying me!
lol thanks m8
killer_charge