PHP Warning: Illegal string offset 'pm_messagelist' in ..../includes/class_core.php(4730) : eval()'d code on line 146PHP Warning: Illegal string offset 'pm_newpm' in ..../includes/class_core.php(4730) : eval()'d code on line 151PHP Warning: Illegal string offset 'pm_trackpm' in ..../includes/class_core.php(4730) : eval()'d code on line 152PHP Warning: Illegal string offset 'pm_editfolders' in ..../includes/class_core.php(4730) : eval()'d code on line 153PHP Warning: Illegal string offset 'substhreads_editfolders' in ..../includes/class_core.php(4730) : eval()'d code on line 169PHP Warning: Illegal string offset 'profile' in ..../includes/class_core.php(4730) : eval()'d code on line 180PHP Warning: Illegal string offset 'profilepic' in ..../includes/class_core.php(4730) : eval()'d code on line 183PHP Warning: Illegal string offset 'avatar' in ..../includes/class_core.php(4730) : eval()'d code on line 190PHP Warning: Illegal string offset 'signature' in ..../includes/class_core.php(4730) : eval()'d code on line 197PHP Warning: Illegal string offset 'privacy' in ..../includes/class_core.php(4730) : eval()'d code on line 204PHP Warning: Illegal string offset 'password' in ..../includes/class_core.php(4730) : eval()'d code on line 216PHP Warning: Illegal string offset 'options' in ..../includes/class_core.php(4730) : eval()'d code on line 217PHP Warning: Illegal string offset 'ignorelist' in ..../includes/class_core.php(4730) : eval()'d code on line 232PHP Warning: Illegal string offset 'buddylist' in ..../includes/class_core.php(4730) : eval()'d code on line 247PHP Warning: Illegal string offset 'event_reminders' in ..../includes/class_core.php(4730) : eval()'d code on line 252PHP Warning: Illegal string offset 'attachments' in ..../includes/class_core.php(4730) : eval()'d code on line 262PHP Warning: Illegal string offset 'deleteditems' in ..../includes/class_core.php(4730) : eval()'d code on line 276PHP Warning: Illegal string offset 'moderateditems' in ..../includes/class_core.php(4730) : eval()'d code on line 314PHP Warning: Illegal string offset 'newitems' in ..../includes/class_core.php(4730) : eval()'d code on line 367
// ####################### SET PHP ENVIRONMENT ###########################error_reporting(E_ALL & ~E_NOTICE);// #################### DEFINE IMPORTANT CONSTANTS #######################define('THIS_SCRIPT', 'mgallery_usercp');define('CSRF_PROTECTION', true);define('CONTENT_PAGE', false);// ################### PRE-CACHE TEMPLATES AND DATA ######################// get special phrase groups$phrasegroups = array( 'mediagallery', 'user', 'postbit', 'posting');// get special data templates from the datastore$specialtemplates = array( 'smiliecache', 'bbcodecache', 'attachmentcache',);// pre-cache templates used by all actions$globaltemplates = array( 'USERCP_SHELL', 'usercp_nav_folderbit', 'mediagallery_addedit_photo');// pre-cache templates used by specific actions$actiontemplates = array();// Stylesheets$includecss = array();$includecss['member'] = 'member.css';$includecss['userprofile'] = 'userprofile.css';$includecss['container'] = 'container.css';// ######################### REQUIRE BACK-END ############################require_once('./global.php');require_once('./includes/functions_editor.php');require_once('./includes/functions_newpost.php');require_once('./includes/functions_user.php');require_once('./includes/class_bbcode.php');require_once('./includes/class_dm.php');require_once('./includes/class_dm_pm.php');require_once('./includes/functions_bigthree.php');require_once('./mediagallery/includes/functions.php');