Habe beide Sachen von euch ausprobiert und schaffe es einfach nicht ...
Ein Freund gab mir jetzt folgenden Code:
<?php
if(!file_exists($_GET['action'])){
echo "Seite konnte nicht gefunden werden!";
}
else{
include($_GET['action']);
}
?>
er meinte aber, dass mein Layout dann KEIN HTML enthalten darf und das tut es leider.
Hier das Layout:
<html>
<head>
<title>video.SOURCE of kenshin.AREA</title>
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<link href="style.css" rel="stylesheet" type="text/css">
<!-- Layout by Amber-Nights.net -->
</head>
<body bgcolor="#111140" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="550" border="0" cellpadding="0" cellspacing="0"align="center" background="bg.jpg">
<tr valign="top">
<td colspan="5"><img src="top.jpg" width="550" height="7"></td>
</tr>
<tr valign="top">
<td width="7"><img src="left.jpg" width="7" height="333"></td>
<td width="146">
<!-- [Navigation] Start editing here! -->
^^x <a href="/">Start</a><br>
^^x <a href="team.html">Team</a><br>
^^x <a href="wir.html">Wir über uns</a><br>
^^x <a href="kontakt.html">Kontakt</a><br>
^^x <a href="haftung.html">Disclaimer</a><br>
^^x <a href="/">Start</a><br>
<!-- Stop editing here! -->
</td>
<td width="8"><img src="middle.jpg" width="8" height="333"></td>
<td width="382"><img src="main.jpg" width="382" height="333">
<!-- [Main Content] Start editing here! -->
<center><b>Herzlich Willkommen!</b></center>
<br>
Dies ist eine Seite, die sich hauptsächlich um Musikvideos von und mit Rurouni Kenshin beschäftigt. <br><br>
<!-- Stop editing here! DO NOT edit below this line! -->
</td>
<td width="7"><img src="right.jpg" width="7" height="333"></td>
</tr>
<tr valign="top">
<td colspan="5"><img src="bottom01.jpg" width="550" height="3"></td>
</tr>
<tr valign="top">
<td colspan="5" background="bg02.jpg">
<center>Layout by <a href="http://www.amber-nights.net/" target="_blank">Amber-Nights.net</a> | Site and Content by <a href=mailto:nico@kenshinhimura.de>kenshin.AREA</a></center>
</td>
</tr>
<tr valign="top">
<td colspan="5"><img src="bottom02.jpg" width="550" height="2"></td>
<?php
if(!file_exists($_GET['action'])){
echo "Seite konnte nicht gefunden werden!";
}
else{
include($_GET['action']);
}
?>
</tr>
</table>
</body>
</html>
Wenn jemand Zeit hätte, könnte jemand das so umcoden, dass es dann in PHP ist? Wäre super nett und ich hoffe, dass sowas keine Umstände macht. Bei Fragen könnt ihr euch unter dead_n@web.de oder ICQ (326088231) melden! Danke euch.