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(); ?>
'; if($config['hashbang']) echo '
'; echo '
'; if($config['hashbang']) echo '
'; if(isset($_GET['searchfor'])){ $searchresult = display_search($thepage,$themodule); } else { if(empty($featuredpage)){ include $common_path.'/home/display.php'; } else { if(is_array($featuredpage)){ foreach($featuredpage as $featurethis){ include $common_path.'/'.$featurethis.'/home_featured.php'; } // foreach } else { // if not array include $common_path.'/'.$featuredpage.'/home_featured.php'; } // if is array } // if featured page if($config['hashbang']) echo '
'; echo '
'; if(isset($config['after_mainbox'])){ echo '
'.$config['after_mainbox'].'
'; } $featuredmodules = array('calendar','articles','links','press','cds','news','bio', 'shop','shopr','shop2','songs','sounds','epk','press','reviews','blog','notes'); echo''; if($config['after_menubox']) echo '
'.$config['after_menubox'].'
'; } // else if not search echo '
'; if($config['hashbang']) echo '
'; echo '
'; if($config['after_main']) echo '
'.$config['after_main'].'
'; } // if homepage is not homepage ?>
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 ?>