function mysqliCheck(){
global $mysqli;
if(is_resource($mysqli) && get_resource_type($mysqli)==='mysql link')
return true;
else
return false;
}
?>
$mysqli = new mysqli($config['slab_dbhost'],$config['slab_dbuser'],$config['slab_dbpw'],$config['slab_dbname']) or die($mysqli->connect_error);
$page = preg_replace('/[^a-z0-9\-]/','',$page);
$pagetitle = preg_replace('/[^a-z0-9\-]/','%',$page);
if($page == 'contact' && $config['v'] < '2.3.4') $page = 'contactus';
if(!in_array($page, $config['all_modules'])){
$sql = "select id from $multitable where title like '%$pagetitle%' or custom_url like '$page' order by id desc limit 0,1";
$result = $mysqli->query($sql);
$total = $mysqli->affected_rows;
if($total == 1){
$row = $result->fetch_array(MYSQLI_ASSOC);
$foundpage = find_this_page($row['id']);
slab_refresh($foundpage);
} else {
slab_whack_hack($page,$table_prefix);
}
}
$subpages = array('downloads','gigs');
$newpage = array('resources','calendar');
if(isset($config['slab_seo']) && $config['v'] < '2.3.4')
include $common_path.'/seo/meta.php'; // keep this here! 2009-09-09
/*
if($config['slab500_tracking']){ // only by demand - too huge.
$userid = intval($_SESSION['SLAB500_userid']);
if(empty($_SESSION['SLAB500_visitor'])){
session_register('SLAB500_visitor');
$_SESSION['SLAB500_visitor'] = session_id();
} // if there is no unique session for this visitor, create one.
$session = $_SESSION['SLAB500_visitor'];
$query = preg_replace('/[^a-z0-9\-\?=&\.%;]/i','',$_SERVER['QUERY_STRING']);
$sql = "insert into zz_tracking set prefix = '$table_prefix', type = 'page view', session = '$session', userid = $userid, query = '$query', updated = now()";
if($session) $trackit = $mysqli->query($sql) or die(mysql_error());
}
*/
// quick display DEPRICATED?
/*
if(!$_GET['page'] && !$_GET['family'] && !$_GET['category'] && !$_GET['display'] && ($_GET['d'] || $_GET['c'])){
if(is_numeric($_GET['d'])) $getquickresult = mysql_query("select id from $multitable where id = ".intval($_GET['d'])." limit 0,1 ") or die('could not quick select');
elseif(!is_numeric($_GET['c'])) $getquickresult = mysql_query("select id from $multitable where category like '%".clean_it($_GET['c'])."' limit 0,1 ") or die('could not quick select');
$row = mysql_fetch_row($getquickresult);
$foundpage = find_this_page($row[0]);
if($_GET['page'] != '404')
slab_refresh($foundpage);
else
echo 'not found';
} // if quick display
*/
//for custom_url
//if($_GET['p'])
// $page = 'p';
$mysqli->close();
?>
index_headers('light',true,true); ?>
$setvars = array('contactus_displaylimit','contactuspicwidth','ickypoopoo','contactus_phone1_label','contactus_phone2_label','contactus_phone3_label','roster','hashbang','main_inner','mainbox_inner','custom_signup_intro','contact_intro_position','intro_top','show_module_name','contactus_page_email_top','contact_description','contactus','contactus_mainbox_bottom_content','contact_form_position','contactus_form_wrapper','sendmeemail','no_colons','thankyou');
foreach($setvars as $setvar){
if(empty($config[$setvar])){
$config[$setvar] = NULL;
}
}
$themodule = 'contactus';
$thepage = 'contactus';
if(empty($contactuspicwidth))
$contactuspicwidth = 100;
$page_picwidth=$contactuspicwidth;
$page_thumb=$thumbnail;
if($config['contactus_displaylimit'])
$displaylimit = $config['contactus_displaylimit'];
$increment = 24;
$config['require_title'] = 'no';
$config['userpicwidth'] = 320;
$config['contactuspicwidth'] = 512;
$config['simple_signup'] = true;
$config['ickypoopoo'] = array();
$mysqli = new mysqli($db['slab_dbhost'],$db['slab_dbuser'],$db['slab_dbpw'],$db['slab_dbname']) or die('SQL CONNECT ERROR #1');
$getickies = $mysqli->query("select crap from zz_shitlist where verified = 1 and whitelist = 0 order by weight desc");
while($row = $getickies->fetch_array(MYSQLI_ASSOC)){
array_push($config['ickypoopoo'],$row['crap']);
}
$categories_only = 'yes';
$thepath = 'common';
$input_title = "TITLE";
$input_display_order = "DISPLAY ORDER";
$input_body = "DESCRIPTION";
$body_rows = 4;
$input_caption = "ADDRESS";
$caption_rows = 4;
$input_title2 = "EMAIL ADDRESS (will encode to discourage spam-mining programs)";
if(!$config['contactus_phone1_label'])
$config['contactus_phone1_label'] = 'phone';
if(!$config['contactus_phone2_label'])
$config['contactus_phone2_label'] = 'mobile';
if(!$config['contactus_phone3_label'])
$config['contactus_phone3_label'] = 'fax';
$input_title3 = $config['contactus_phone1_label'];
$input_title4 = $config['contactus_phone2_label'];
$input_title5 = $config['contactus_phone3_label'];
$input_file = "IMAGE";
$placement = "yes";
$input_url1 = "WEBSITE";
$input_url2 = "WEBSITE";
$input_url3 = "WEBSITE";
if($config['roster']){
$input_family = "ARTIST";
} else {
$input_family = '';
}
$input_category = "CATEGORY";
$input_parent_id = "CONTACT DETAILS FROM MEMBERS LIST";
$input_parent_id_path = $common_path.'/contactus/choose_member.php';
$display_restrictions = " AND featured <1 AND parent_number = 0 ";
$orderby = 'display_order asc';
/* dbfield => array(type,label,size,mods,options,description) */
$multifields = array(
'featured' => array('radio','set','full',NULL,$config['featured_options'], $config['multifield_descriptions']['featured']),
'family' => array('catfam',$input_family,'full', NULL, NULL, $config['multifield_descriptions']['family']),
'category' => array('catfam',$input_category,'full', NULL,NULL, $config['multifield_descriptions']['category']),
'display_order' => array('order',$input_display_order,'half',NULL,NULL, $config['multifield_descriptions']['display_order']),
'title' => array('text',$input_title,'full', NULL,NULL, $config['multifield_descriptions']['title']),
'file_name' => array('file','main '.$input_file,'threequarters', NULL, NULL, $config['multifield_descriptions']['file_name']),
'alt' => array('text','alt text for image','quarter', NULL, NULL, $config['multifield_descriptions']['alt']),
'file_placement' => array('radio','image placement','quarter', NULL, $config['file_placements'], $config['multifield_descriptions']['file_placement']),
'caption' => array('body','image caption','quarter', 'short', NULL, $config['multifield_descriptions']['caption']),
'body' => array('body',$input_body,'full', 'editor', NULL, $config['multifield_descriptions']['body']),
'url1' => array('text',$input_url1,'half', NULL, NULL, $config['multifield_descriptions']['url1']),
'url1name' => array('text',$input_url1.' label','half', NULL, NULL, $config['multifield_descriptions']['url1name']),
'url2' => array('text',$input_url2,'half', NULL, NULL, $config['multifield_descriptions']['url2']),
'url2name' => array('text',$input_url2.' label','half', NULL, NULL, $config['multifield_descriptions']['url2name']),
'url3' => array('text',$input_url3,'half', NULL, NULL, $config['multifield_descriptions']['url3']),
'url3name' => array('text',$input_url3.' label','half', NULL, NULL, $config['multifield_descriptions']['url3name']),
'title4' => array('text',$input_title4,'full', NULL, NULL, $config['multifield_descriptions']['title4']),
'custom_url' => array('text','custom url','full', NULL, NULL, $config['multifield_descriptions']['custom_url']),
);
?>
// SLAB500 - multi functions v.2.3.3 2013-06-02
//
// no portion of these functions my be used for any other project than one
// specified by either Catherine or Jim Infantino or another
// executive director of SLABmedia.com
//
// When working here - please comment brief description of change and
// add you name and the date.
//
// cheers! - Jim Infantino, creator SLAB500 - jim@slabmedia.com
//
//~~~~~~~ ~~~~~~ ~~~~~ ~~~~ ~~~ ~~ ~ MULTI FUNCTIONS
$multi_functions = array(
'cache_pages',
'choose_catfam',
'date_menu',
'delete_slags',
'display_featured_custom',
'display_featured',
'display_it',
'input_update',
'list_category',
'list_menu',
'menu_categories_only',
'menu_categories',
'multi_image_placement',
'multi_slideshow',
'shuffle_assoc',
'slab_ics_input',
'slab_tagcloud',
'unfeature_all'
);
foreach($multi_functions as $fname){
include $home_common_path.'/multi/'.$config['v'].'/'.$fname.'.php';
}
?>