File: /var/www/web37/htdocs/sexportal/anzeiger/start.php
<?php
include('inc/function.php');
db();
if($HTTP_GET_VARS['go']) {
$inhalt = $HTTP_GET_VARS['go'].'.htm';
}
else {
$inhalt = 'start.htm';
}
switch ($HTTP_GET_VARS['go']){
case "in": include('go/in.php'); break;
case "in_admin": include('go/in_admin.php'); break;
case "rubrik": include('go/rubrik.php'); break;
case "forgot": include('go/forgot.php'); break;
case "admin_ok": include('go/admin_ok.php'); break;
case "admin_edit": include('go/admin_edit.php'); break;
case "find_big": include('go/find_big.php'); break;
case "find": include('go/find.php'); break;
default: include('go/start.php'); break;
}
//Momentan eingetragene Seiten die auch online gestellt sind
$abfrage_alle_seiten = mysql_num_rows(mysql_query('SELECT * FROM swing_eintrag WHERE status=2'));
$lang['eintraege_gesamt'] = $abfrage_alle_seiten.' ';
db_();
$parse = new parse;
$parse->file = "index.htm";
$parse->parse_file();
?>