Das mit dem iiihhhhh über höre ich jetzt mal *lööööööööööl*
Ich weis etz nicht wirklich was dich Interressierst, in der Index.php sind mehrerer Seiten zusammen gefasst die durch If und Variablen ändern.
Schicke dir einfach mal die ersten 3 "Seiten":
<script language="JavaScript">
<!--
function neuesfenster() { top.name = "main_window"; var popupURL = "fenster.html"; var popup = window.open(popupURL,"neuesfenster",'toolbar=1,location=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
if(navigator.appName.substring(0,8) == "Netscape" ) { popup.location = popupURL; popup.opener = blank; } } // -->
</script></head>
<?php
$RELEASE ="Release 0.1";
$hp_path ="http://localhost/hsh/index.php";
//---------------- HP Personaliesierung ----------------------------------------
$clan="Home Sweet Home";
global $SID, $Anick, $nd, $logak, $D, $user, $pw;
//---------------- Designe -----------------------------------------------------
$tgr ="150"; // Spalten auflistungs grösse
//------------------------------------------------------------------------------
$REMOTE_ADDR = $_SERVER['REMOTE_ADDR'];
//-----------------MYSQL DATEN--------------------------------------------------
$mysql_path="localhost";
$mysql_user="root";
$mysql_pass="";
$mysql_db="hsh";
$mysql_tab ="basic";
$mysql_pro ="protokoll";
//------------------------------------------------------------------------------
$basic_head="UID
,nick
,pass
,hsh-pw
,status
,email
,RLVna
,SID
";
$basic_in="INSERT INTO $mysql_tab($basic_head)VALUES";
$basic_create="UID
INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,nick
TEXT,pass
TEXT,hsh-pw
TEXT,status
TEXT,email
TEXT,RLVna
TEXT, SID
CHAR(16)";
$basic_select_SID="SELECT * FROM $mysql_tab WHERE SID='$SID';";
//------------------------------------------------------------------------------
$date=date("Y.m.d H:i:s");
$pro_head ="time
,IP
,Bemerkung
,taetigkeit
,nick
";
$pro_create="time
DATETIME NOT NULL,IP
TEXT NOT NULL,Bemerkung
TEXT NOT NULL,taetigkeit
TEXT NOT NULL,nick
TEXT NOT NULL";
$pro_in="INSERT INTO $mysql_pro ($pro_head)VALUES";
$pro_in_UDEL="$pro_in('$date','$REMOTE_ADDR','User entfernt','$nd aus der DB Gelöscht von','$Anick');";
$pro_in_UINS="$pro_in('$date','$REMOTE_ADDR','User Angelegt','$logak - $D','$Anick');";
$pro_in_HAHA="$pro_in('$date','$REMOTE_ADDR','<big><b>EINBRUCH</b></big>','User: $user - PW: $pw','');";
$pro_in_login="$pro_in('$date','$REMOTE_ADDR','<i>LOGIN</i>','hat sich eingelogt','$user');";
//------------------------------------------------------------------------------
$user_control="";
//##############################################################################
if(isset($_GET["a"]) and $_GET["a"]==".") $ac=".";
if(isset($_GET["a"]) and $_GET["a"]=="log") $ac="log";
if(isset($_GET["a"]) and $_GET["a"]=="login") $ac="login";
if(isset($_GET["a"]) and $_GET["a"]=="exit") $ac="close";
//------------------------------------------------------------------------------
if(isset($_GET["b"]) and $_GET["b"]=="login") $ac="login"; //ab 96
if(isset($_GET["b"]) and $_GET["b"]=="HSH") $ac="hsh";
if(isset($_GET["b"]) and $_GET["b"]=="sup") $ac="super"; //ab 187
if(isset($_GET["b"]) and $_GET["b"]=="IRC") $ac="IRC";
if(isset($_GET["b"]) and $_GET["b"]=="search"&&$c!=NULL) $ac="go";
if(isset($_GET["b"]) and $_GET["b"]=="search"&&$c==NULL) $ac="IRC2";
if(isset($_GET["b"]) and $_GET["b"]=="go") $ac="go";
if(isset($_GET["b"]) and $_GET["b"]=="go"&&$c==NULL) $ac="IRC2";
if(isset($_GET["b"]) and $_GET["b"]=="404") $ac="404";
if(isset($_GET["b"]) and $_GET["b"]=="userprofil") $ac="userpro";
//------------------------------------------------------------------------------
if(isset($_GET["ca"]) and $_GET["ca"]=="user") $ac="su";
if(isset($_GET["ca"]) and $_GET["ca"]=="st") $ac="ok";
if(isset($_GET["ca"]) and $_GET["ca"]=="ko") $ac="sukon";
if(isset($_GET["ca"]) and $_GET["ca"]=="sa") $ac="susa";
if(isset($_GET["ca"]) and $_GET["ca"]=="mysql") $ac="mysqlsu";
if(isset($_GET["ca"]) and $_GET["ca"]=="mysqlte") $ac="mysqltest";
if(isset($_GET["ca"]) and $_GET["ca"]=="mysqlsa") $ac="mysqlsave";
if(isset($_GET["ca"]) and $_GET["ca"]=="setup") $ac="susetup";
if(isset($_GET["ca"]) and $_GET["ca"]=="lc") $ac="levelch";
if(isset($_GET["ca"]) and $_GET["ca"]=="delus") $ac="deluser";
//------------------------------------------------------------------------------
if(isset($_GET["su"]) and $_GET["su"]=="pr") $ac="proto";
if(isset($_GET["su"]) and $_GET["su"]=="su") $ac="superv";
//################MAIN PAGE#####################################################
if(isset($ac) and $ac==NULL){
//print "<body bgcolor="#000000">"
print "<img src="./pic/main.jpg" width="640" height="480" alt="Under Constucktion" border=0>
<br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<div align="right">
<a href="index.php?a=.">.</a>
</div></body>\n";};
//############## LOGIN #########################################################
if(isset($ac) and $ac=="."){
echo "<div align="center"><body><br><br><br><br><br><br><table><form action="index.php?a=log" method="post"><br>
<tr><TD width="70">User: </td><td><input type="text" name="user"></td></tr><br>
<tr><td width="70">Passwort: </td><td><input type="password" name="pw"></td></tr><br><br><tr><td></td><td width="200"><input type="submit" value=" Login "></td></tr></table></form><br><br><font color="red">$RELEASE</font></div>"; };
//<<<<<<<<<<<< Sicherheitsabfrage <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
if($ac=="log"){ $q="select * from $mysql_tab where nick = '$user';"; $link=@mysql_connect("$mysql_path", "$mysql_user", "$mysql_pass");
if($link){ $sel=@mysql_select_db("$mysql_db", $link);
if(!$sel){ $write=@mysql_create_db("$mysql_db", $link);};
if($write){ $se1=@mysql_select_db("$mysql_db");};
if($sel or $sel1){ $res=@mysql_query($q);
if (@mysql_num_rows($res) > 0) {
while ($row=@mysql_fetch_array($res)){ $nick=$row["nick"]; $pass=$row["pass"]; $SID=$row["SID"];}
if($nick==$user && $pass==$pw){
print "<meta http-equiv="refresh" content="0; URL=index.php?a=login&SID=$SID">";
mysql_query($pro_in_login);mysql_close();}else {mysql_query($pro_in_HAHA); $HAHA1=date("d.m.Y"); $HAHA2=date("H:i:s"); $HAHA3=$REMOTE_ADDR;
print "<div align="center"><b><big>Das War Wohl nix<br>deine IP wird an den Admini Weitergeleitet<br><table>
<tr><td>Datum:</td><td>$HAHA1</td></tr><br><tr><td>Time:</td><td>$HAHA2</td></tr><tr><td>IP:</td><td>$HAHA3</td></tr></table></div></big></b>";}
}} else {
mysql_query("CREATE TABLE $mysql_tab ($basic_create)");mysql_query("CREATE TABLE $mysql_pro ($pro_create)");
mysql_query("INSERT INTO $mysql_tab ($basic_head)VALUES('','Supervisor','unlock','','4','Bad_Piret@arcor.de','Marcel',PASSWORD('Supervisor'));");mysql_query("INSERT INTO $mysql_pro ($pro_head)VALUES('$date','$REMOTE_ADDR','<b>Start</b>','Datenbanken <b><big>ANGELEGT</big></b>','SUPERVISOR');");
mysql_close(); print "<meta http-equiv="refresh" content="0; URL=index.php?a=.">";}}else{print "<div align="center"><big><b>Die Homepage ist im Moment Provider Technisch nicht Aufrufbar<b></big></div>";}};
wenn du mehr brauchst oder willst schicke ich es dir auch gerne per Mail ist nur 36 kb groß. (habe es in dem zustand noch nicht hoch geladen kann es aber gerne machen.
thx im vorraus Desaster