Erstmal danke für die Antwort
Also den Skript hab ich von hier
da ist auch der Download link dabei^^
Also die Index.php ist es höchstwarscheinlich nicht, da man dort kaum etwas ändern kann
Index.php:
PHP Code:
<?php
session_start (); //Session starten//
include ("templates/header.html");
include ("templates/index.html");
?>
und im Index 2 ist fast nichts:
PHP Code:
<?php
include ("checkuser.php");
include ("templates/index2.html");
?>
Hoffe du kannst mir noch weiterhelfen