".$l['db_error']."
".$l['plz_try_again']."."); } // do some settings @mysqli_query($mysql, "SET NAMES utf8"); @mysqli_query($mysql, "SET sql_mode=''"); // some more code that needs to run for every page - however, this // code requires an established connection to the database setlocale(LC_TIME, $l['locale']); require_once(JLOG_BASEPATH.'scripts'.DIRECTORY_SEPARATOR.'categories.class.php'); require_once(JLOG_BASEPATH.'scripts'.DIRECTORY_SEPARATOR.'jlogPlugins.class.php'); $plugins = new JlogPluginManager(JLOG_BASEPATH.'plugins'.DIRECTORY_SEPARATOR); // call hooks for bbcode plugins $bbcode = $plugins->callHook('bbcode', $bbcode); $bbcomments = $plugins->callHook('bbcomments', $bbcomments); // eof