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(); ?>
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']), ); ?>