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:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
|
<html>
<head>
<title>e b b i s [ d o t ] d e [ d o t ] b e</title>
<body style="background-image:url(http://schizophren.sc.ohost.de/ebbis/lala1abschnitt.png)">
<link rel="stylesheet" href="style.css">
</head>
<div style="position: absolute; left: 0px; top: 0px;">
<img src="lala1.png" border="0">
</div>
<div style="position: absolute; left: 206px; top: 379px; width: 464px;">
<h1>Newbies</h1>
<p>
Diese Newbies haben sich eben registriert und warten auf eine Freischaltung.
<p>
<?php
include('db.php');
$sql = "SELECT id, name, email, homepage FROM tutorial";
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)) {
echo "<table width=/400/ border=/1/ cellpadding=/10/ cellspacing=/0/ bordercolor=/#000000/><td valign=/top/ align=/center/>$row[name]</td><td valign=/top/ align=/center/>$row[id]</td><td valign=/top/ align=/center/>$row[homepage]</td><td valign=/top/ align=/center/>$row[email]</td></tr></table>";
}
mysql_close();
?>
</div>
<div style="position: absolute; left: 690px; top: 379px; width: 249px;">
<table border="0">
<tr>
<td><img src="5.png"></td>
<td><u>Webmiss:</u>
<p>
Wan, 16 Jahre jung, irres Ding, will immer mehr als sie kriegen kann, kreatives K?fchen xD</td></tr></table>
<p>
<h1>Allgemeines</h1>
<p>
<a href="lolo.html">Startseite</a>
<br>
<a href="credits.html">Credits</a>
<br>
<a href="dankean.html">Danke an...</a>
<br>
<a href="information.html">Information</a>
<br>
<a href="paging.html">Paging</a>
<p>
<h1>'Ebbis'</h1>
<p>
<a href="mitgliederliste.html">Mitgliederliste</a>
<br>
<a href="mitglieder.php">Newbies</a>
<br>
<a href="formular.php">Anmelden?</a>
<p>
<a href="/wbblite">Forum</a>
<br>
<a href="geschichten.html">Geschichten</a>
<br>
<a href="grafiken.html">Grafiken</a>
<br>
<a href="fotos.html">Fotos</a>
<p>
<a href="muelleimer.html">M?leimer</a>
<br>
<a href="ideen.html">Ideen...</a>
<br>
<a href="dasende.html">Das Ende</a>
</div>
<div style="position: absolute; left: 206px; top: 254px; width: 461px; height: 104px;">
<b>Affilates</b>
<br>
Willst du Affilate werden? Einfach eine Mail an <a href="mailto:wan_ebbis@gmx.de">wan_ebbis@gmx.de</a>!</div>
<div style="position: absolute; left: 685px; top: 254; width: 249px; height: 104 px;">
Wir begr?en folgende neue Mitglieder:
<p>
<a href="/members/wan.html">Wan</a></div>
</body>
</html>
<?php
include('db.php');
$sql = "SELECT id, name, email, homepage FROM tutorial";
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result)) {
echo "<table><tr><td>$row[name]</td><td>$row[id]</td><td>$row[homepage]</td><td>$row[email]</td></tr></table>";
}
mysql_close();
?> |