ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ define ("__PREX", "tbl_"); define ("__ADMI", "/admin"); // path where script is located define ("__ROOT", $_SERVER['DOCUMENT_ROOT']); define ("LOG_QUERIES", false); define ("DEBUG_ENV", false); // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ session_start(); $_SESSION['sql_queries_num']=0; // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ if ( ! defined( "PATH_SEPARATOR" ) ) { if ( substr(PHP_OS,0,3) == 'WIN') define( "PATH_SEPARATOR", ";" ); else define( "PATH_SEPARATOR", ":" ); } ini_set("include_path",__ROOT."/class/".PATH_SEPARATOR.__ROOT."/include/".PATH_SEPARATOR.ini_get("include_path")); // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include_once ("MDB2.php"); include_once ("MDB2_Pager.php"); include_once ("_inc.functions.php"); include_once ("class.TemplatePower.inc.php"); include_once ("mailer/class.phpmailer.php"); // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ $_SQL_D = "dromanti_2009"; $_SQL_U = "dromanti_dcadmin"; $_SQL_P = "dc321123"; $_SQL_H = "localhost"; // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ global $db; $db = &MDB2::factory("mysql://$_SQL_U:$_SQL_P@$_SQL_H/$_SQL_D"); $db->loadModule('Extended'); $db->setFetchMode(MDB2_FETCHMODE_ASSOC); $db->setOption('portability', MDB2_PORTABILITY_NONE); if(defined("DEBUG_ENV") && DEBUG_ENV) { $db->setOption('debug',1); $db->setOption('debug_handler','DebugQuery'); } // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include_once("_inc.configurator.php"); // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ?>
Call Us: +44 28 30 821964 | Email: admin@dromantineconference.com
Warning: Undefined variable $RSEF in /home/dromanti/public_html/prev/inc/leftColMenu.php on line 24
Warning: Trying to access array offset on value of type null in /home/dromanti/public_html/prev/inc/leftColMenu.php on line 24