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); ?>
$themodule = 'imgallery';
$thepage = 'imgallery';
$thepath = 'common';
$config['menu_images'] = true;
if(isset($thumbnail) && empty($config['thumb_width'])){
$config['thumb_width'] = $thumbnail;
}
if(empty($config['thumb_width'])){
$config['thumb_width'] = 300;
}
if(empty($config['thumb_height'])){
$config['thumb_height'] = $config['thumb_width'];
}
if(isset($imgallerypicwidth)){
$page_picwidth = $imgallerypicwidth;
} elseif(isset($galerypicwidth)){
$page_picwidth = $gallerypicwidth;
} elseif(isset($picwidth)){
$page_picwidth = $picwidth;
} else {
$page_picwidth = 600;
}
$page_thumb = 320;
if(isset($config['menu_photo']) && $config['menu_photo']!= 'no')
$config['menu_images'] = 'yes';
if(isset($config['imgallery_increment'])){
$increment = $config['imgallery_increment'];
} else {
$increment = 24;
}
$input_title = "TITLE";
$input_display_order = "DISPLAY ORDER";
$input_featured = "FEATURED";
if(isset($config['feature_imgallery']) && $config['feature_imgallery'] != 'yes')
$input_featured_descript = "If selected, and you have gallery images on your homepage, this item will show up as a main image on your home page.";
$input_body = "BODY TEXT";
$input_credits = "PHOTO CREDITS";
$input_file = "IMAGE";
if(isset($config['imgallery_placement'])){
$placement = "yes";
} else {
$placement = "no";
}
if(isset($config['imgallery_extra_files'])){
$input_extrafiles = $config['imgallery_extra_files'];
$input_extrafiles_name = 'ADDITONAL IMAGES';
} else {
$input_extrafiles = '';
$input_extrafiles_name = '';
}
if(isset($config['imgallery_families'])){
$input_family = "SECTION";
} else {
$input_family = '';
}
$input_category = "GALLERY";
if(isset($config['imgallery_shop'])){
if(empty($config['imgallery_shop_simple'])){
$input_status = 'STATUS';
$input_status_option1 = 'NOT FOR SALE';
$input_status_option2 = 'FOR SALE';
$input_status_option3 = 'RESERVED';
$input_status_option4 = 'SOLD';
$input_status_option5 = 'ON LOAN';
$statuses = array($input_status_option1,$input_status_option2,$input_status_option3,$input_status_option4,$input_status_option5);
$input_float1 = "PRICE";
$input_title2 = "PRODUCT ID / PRODUCT NUMBER";
$input_title3 = "WHOLESALE OPTIONS:PRICES SEP. BY COMMA (description:number,description:number,etc.)";
} else {
$input_status = '';
$statuses = array();
$input_float1 = '';
$input_title2 = '';
$input_title3 = '';
}
$body2_rows = 20;
$input_body2 = "SCRIPT FOR BUY BUTTON";
$input_url1 = "LINK TO BUY #1";
$input_url2 = "LINK TO BUY #2";
$input_url3 = "LINK TO BUY #3";
} else {
$input_body2 = '';
$input_url1 = '';
$input_url2 = '';
$input_url3 = '';
$input_status = '';
$statuses = array();
$input_float1 = '';
$input_title2 = '';
$input_title3 = '';
}
if(isset($config['slideshowclick']) && $config['slideshowclick'] == 'url1'){
$input_url1 = "CLICK FROM SLIDESHOW LINKS TO";
$input_url1name = "none";
} else {
$input_url1 = '';
$input_url1name = '';
}
if(isset($config['imgallery_pinnacle_shop'])){
$input_title1 = "PINNACLE PRODUCT ID";
} else {
$input_title1 = '';
}
// title4 is reserved for custom thumbnails!
if(empty($config['imgallery_orderby'])){
$orderby = ' family asc, category asc, display_order asc, updated desc ';
} else {
$orderby = $config['imgallery_orderby'];
}
if(isset($config['imgallery_display_restrictions'])){
$display_restrictions = $config['imgallery_display_restrictions'];
}
$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']),
'status' => array('select',$input_status,'half',NULL,NULL, $config['multifield_descriptions']['status']),
'title' => array('text',$input_title,'full', NULL,$statuses, $config['multifield_descriptions']['title']),
'title1' => array('text',$input_title1,'full', NULL, NULL, $config['multifield_descriptions']['status']),
'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']),
'body' => array('body',$input_body,'full', 'editor', NULL, $config['multifield_descriptions']['body']),
'extrafiles' => array('extrafiles',$input_extrafiles_name, 'full', $input_extrafiles, NULL, $config['multifield_descriptions']['extrafiles']),
'body2' => array('body',$input_body2,'full', NULL, NULL, $config['multifield_descriptions']['body2']),
'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']),
);
?>
// 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';
}
?>
// SLAB500 - common multi index.php v.2.0 2013-02-22
// (c)2007 Jim Infantino / Catherine Infantino / SLABmedia.com
// no portion of these functions my be used for any other project than one
// specifically 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
//
//////////////////////////////////////////////////////////////////////////////////////
if(!$common_path)
die('no can do');
include $common_path.'/includes/usermenu.php';
if($config['v'] < '2.3.4')
include $home_common_path.'/multi/2.3.3/index.php';
else
include $home_common_path.'/multi/'.$config['v'].'/index.php';
?>
if(!$config['custom_login_button']){
$logoutbutton = 'LOG OUT';
$loginbutton = 'LOG IN';
} else {
$logoutbutton = 'log out';
$loginbutton = $config['custom_login_button'];
}
$login_button = $loginbutton;
$logout_button = $logoutbutton;
$addslablogoclass = '';
$nofollow = '';
if(isset($config['slabfooter'])){
if($config['slabfooter'] == 'lightgray' || $config['slabfooter'] == 'dark') $addslablogoclass = 'dark';
if($config['slabfooter'] == 'black') $addslablogoclass = 'black';
if($config['slabfooter'] == 'darker') $addslablogoclass = 'dark';
if($config['slabfooter'] == 'white') $addslablogoclass = 'white';
if($config['slabfooter'] == 'whitered') $addslablogoclass = 'whitered';
if($config['slabfooter'] == 'gray') $addslablogoclass = 'gray';
if($addslablogoclass)
$addslabfooterclass = ' class="'.$addslablogoclass.'"';
} else {
$addslabfooterclass = '';
}
if(isset($config['footer_year'])){
$theyear = $config['footer_year'];
} else {
$theyear = date('Y');
}
?>
// set variables for php 8.x
$phone1options = '';
$available_languages = '';
$scriptend = '';
$mysqli = new mysqli($config['slab_dbhost'],$config['slab_dbuser'],$config['slab_dbpw'],$config['slab_dbname']) or die($mysqli->connect_error);
$sqlcc = "select * from $multitable where module like 'contact' and featured < 5 order by display_order asc";
$resultcc = $mysqli->query($sqlcc) or die($sqlcc);
$totalcc = $mysqli->affected_rows;
if($totalcc){
$context = 'http://schema.org';
$type = 'Organization';
$url = $config['full_url'];
$atttype = 'ContactPoint';
$scriptstart = '';
$innerscript = $script1.$script2.$script3;
$innerscript = substr($innerscript,0,-4);
$innerscript .= ']'."\r\n";
echo $scriptstart.$innerscript.$scriptend;
} // total
?>