HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
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.'&nbsp;';

db_();
$parse = new parse;
$parse->file = "index.htm";
$parse->parse_file();
?>