1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
|
<html>
<head>
<title>Privatstall Yamaro</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-image:url(http://tstannenheide.ts.ohost.de/Yamaro/Schnitt2.png)">
<div style="position: absolute; left: 0px; top: 0px;">
<img src="http://tstannenheide.ts.ohost.de/Yamaro/Schritt5.png" border="0">
</div>
<div style="position: absolute; left: 390px; top: 370px; width: 430px;">
<h1>Einsteller</h1>
<?php
$username = $_POST["username"];
$password = $_POST["passwort"];
if( ($username=="Jenny" AND $password=="pony99")
OR
($username=="Jury" AND $password=="gegenbilderklau")
OR
($username=="Freund" AND $password=="feind")
OR
($username=="Liesa" AND $password=="tom") )
{
echo "Du wurdest erfolgreich eigeloggt. Klicke <script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open("http://tstannenheide.ts.ohost.de/Yamaro/Intern","PopUp","width=700 ,height=600 ,menubar=no,toolbar=no,scrollbars=no,status=no,resizable=no,location=no,hotkeys=no")}
</script>
</head>
<body>
<a href="JavaScript:eKiwi()">hier</a> um in den internen Breich zu gelangen.";
}
else
{
echo "LogIn gescheitert!";
}
?>
</div>
<div style="position: absolute; left: 205px; top: 370px; width: 160px;">
<iframe style="height: 900px; width: 160px;" src="http://tstannenheide.ts.ohost.de/Yamaro/Menu.html" name="Menu" frameborder="0" style="FILTER: chroma (color=#ffffff)" ;></iframe>
</div>
</body>
</html> |