<?php session_start(); include "ipcontrol.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="style/css.css" /> <title>Velkommen til </title> </head> <body> <table width="868" border="0" align="center" cellpadding="0" cellspacing="0" id="ramme"> <tr> <td height="136" colspan="6" id=""> </td> </tr> <tr> <td height="13" colspan="5" id=""><div align="center"></div></td> <td height="13" id=""><a href="?page=contact" class="new">Kontakt os</a> - <a href="?page=rules" class="new">Regler</a> </td> </tr> <tr> <td width="4" rowspan="10" id=""><p> </p></td> <td width="152" class="generelt"><img src="images/menu_generelt.jpg" width="150" height="20" /></td> <td width="4" rowspan="10" class="mellemrum"> </td> <td width="550" rowspan="10" id="middle" valign="top"> <?php if($_GET['page'] =="") { $fil = "home.php"; } else { $fil = "$_GET[page].php"; } if(file_exists($fil)) { print "<br />"; include "$fil"; print "<br /><br />"; } else { print "Siden <strong>$_GET[page].php</strong> kunne ikke findes på"; $_SERVER['HTTP_HOST']; print "<br /><br />"; } ?></td> <td width="4" rowspan="10" class="mellemrum"> </td> <td width="152" class="sog"><img src="images/menu_Sog.jpg" width="150" height="20" /></td> </tr> <tr> <td height="" id="menu_ramme"> </td> <td width="152" id="right_menuramme"><?php include_once("search.php"); ?></td> </tr> <tr> <td height="13"> </td> <td width="152" class=""> </td> </tr> <tr> <td class="login"><img src="images/menu_login.jpg" width="150" height="20" /></td> <td width="152" class="treath_10new"><img src="images/menu_10_nye.jpg" width="150" height="20" /></td> </tr> <tr> <td id="menu_ramme"> <?php if(session_is_registered("username") AND ("password") AND ("secure") AND ("email_address")) { include_once("logged/index.php"); } else { echo "<form action='login' method='post'>"; echo "Burgernavn: <br />"; echo "<input type='text' name='username' class='input' size='13'><br />"; echo "Password: <br />"; echo "<input type='password' name='password' class='input' size='13'><br />"; echo "<input type='submit' name='login' class='submit' value='Login'"; echo "</form>"; echo "<br />"; echo "<a href='?page=register' class='new'>- Opret bruger</a><br />"; echo "<a href='?page=lost_passwd' class='new'>- Glemt kodeord</a>"; } ?> </td> <td width="152" id="right_menuramme"> </td> </tr> <tr> <td height="13"> </td> <td width="152" id="right"> </td> <td width="76" class="mellemrum"> </td> </tr> <tr> <td class="statestik"><img src="images/menu_statestik.jpg" width="150" height="20" /></td> <td width="152" class="partner"><img src="images/menu_partner.jpg" width="150" height="20" /></td> </tr> <tr> <td id="menu_ramme"> </td> <td width="152" id="right_menuramme"><a href="http://www.crump.dk" target="_blank" class="new">- Crump.dk</a></td> </tr> <tr> <td rowspan="2" id="left"> </td> <td width="152" height="197" id="right"> </td> </tr> <tr> <td height="13">Copyright 06 Ungnews.eu</td> </tr> </table> </body> </html>
<?php session_start(); include "ipcontrol.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="style/css.css" /> <title>Velkommen til </title> </head> <body> <table width="868" border="0" align="center" cellpadding="0" cellspacing="0" id="ramme"> <tr> <td height="136" colspan="6" id=""> </td> </tr> <tr> <td height="13" colspan="5" id=""><div align="center"></div></td> <td height="13" id=""><a href="?page=contact" class="new">Kontakt os</a> - <a href="?page=rules" class="new">Regler</a> </td> </tr> <tr> <td width="4" rowspan="10" id=""><p> </p></td> <td width="152" class="generelt"><img src="images/menu_generelt.jpg" width="150" height="20" /></td> <td width="4" rowspan="10" class="mellemrum"> </td> <td width="550" rowspan="10" id="middle"> <?php if($_GET['page'] =="") { $fil = "home.php"; } else { $fil = "$_GET[page].php"; } if(file_exists($fil)) { print "<br />"; include "$fil"; print "<br /><br />"; } else { print "Siden <strong>$_GET[page].php</strong> kunne ikke findes på"; $_SERVER['HTTP_HOST']; print "<br /><br />"; } ?></td> <td width="4" rowspan="10" class="mellemrum"> </td> <td width="152" class="sog"><img src="images/menu_Sog.jpg" width="150" height="20" /></td> </tr> <tr> <td height="" id="menu_ramme"> </td> <td width="152" id="right_menuramme"><?php include_once("search.php"); ?></td> </tr> <tr> <td height="13"> </td> <td width="152" class=""> </td> </tr> <tr> <td class="login"><img src="images/menu_login.jpg" width="150" height="20" /></td> <td width="152" class="treath_10new"><img src="images/menu_10_nye.jpg" width="150" height="20" /></td> </tr> <tr> <td id="menu_ramme"> <?php if(session_is_registered("username") AND ("password") AND ("secure") AND ("email_address")) { include_once("logged/index.php"); } else { echo "<form action='login' method='post'>"; echo "Burgernavn: <br />"; echo "<input type='text' name='username' class='input' size='13'><br />"; echo "Password: <br />"; echo "<input type='password' name='password' class='input' size='13'><br />"; echo "<input type='submit' name='login' class='submit' value='Login'"; echo "</form>"; echo "<br />"; echo "<a href='?page=register' class='new'>- Opret bruger</a><br />"; echo "<a href='?page=lost_passwd' class='new'>- Glemt kodeord</a>"; } ?> </td> <td width="152" id="right_menuramme"> </td> </tr> <tr> <td height="13"> </td> <td width="152" id="right"> </td> <td width="76" class="mellemrum"> </td> </tr> <tr> <td class="statestik"><img src="images/menu_statestik.jpg" width="150" height="20" /></td> <td width="152" class="partner"><img src="images/menu_partner.jpg" width="150" height="20" /></td> </tr> <tr> <td id="menu_ramme"> </td> <td width="152" id="right_menuramme"><a href="http://www.crump.dk" target="_blank" class="new">- Crump.dk</a></td> </tr> <tr> <td rowspan="2" id="left"> </td> <td width="152" height="197" id="right"> </td> </tr> <tr> <td height="13">Copyright 06 Ungnews.eu</td> </tr> </table> </body> </html>