hallo iedereen
kan iemand voor mij uit dit script:
PHP
<?php include("config.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Martijn de Ridder">
<META NAME="Classification" CONTENT="U">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="revisit-after" CONTENT="3 days">
<META NAME="Description" CONTENT="GameHemel, de online gaming site op het internet de beste games op 1 plek.">
<META NAME="Keywords" CONTENT="Game, GameHemel, Games, Gamer, Spelletjes, Spel, Hemel, Spelem, Spelletjes Spelen, Games Spelen, Online Spelletjes, Online, Spelletjes spelen, Games spelen, online games, funny games, sex games, games online, flash games, gratis games, free games, adventure games, 18+ games, www games, games pc, arcade games, coole games, new games, strategy games, internet games, playing games, www funny games, play games, sexy games, porn games, fun games, soccer games, card games, online sex games, porno games, top games, tv games, action games, best games,puzzle games, kids games, player games, games freeware, golf games, games list, tennis games, snooker games, games sex, pinball games, potter games, harry potter games, games flash, fighting games, games sites, com games, disney games, spelletjes, game, spellen, spel, spelen, mario, fun, play, tetris, pacman, spelletje, arc">
<title>GameHemel, de online gaming site op het internet de beste games.</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- Begin Perfectads bannercode -->
<script language="JavaScript" type="text/javascript" src="http://www.perfectads.nl/popup.php?a=63&u=15&p=21&b=pop"></script>
<!-- Einde Perfectads bannercode -->
</head>
<body>
<table width="796" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="795" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href='index.php'><img src="images/menu-1.jpg" width="45" height="24" border='0'/></td>
<td><a href='contact.php'><img src="images/menu-2.jpg" width="51" height="24" border='0'/></td>
<td><a href='contact.php?action=adverteren'><img src="images/menu-3.jpg" width="67" height="24" border='0'/></td>
<td><a href="javascript:window.external.AddFavorite('http://www.gamehemel.nl/index.php', 'GameHemel.nl')"><img src="images/menu-4.jpg" width="64" height="24" border='0'/></a></td>
<td><a href="#" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.gamehemel.nl/');"><img src="images/menu-5.jpg" width="69" height="24" border='0'/></a></td>
<td><img src="images/menu-6.jpg" width="500" height="24" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/header.jpg" width="796" height="176" /></td>
</tr>
<tr>
<td><table width="795" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/menu-7.jpg" width="673" height="24" border='0'/></td>
<td><a href='help.php'><img src="images/menu-8.jpg" width="46" height="24" border='0'/></a></td>
<td><a href='disclaimer.php'><img src="images/menu-9.jpg" width="77" height="24" border='0'/></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/content-boven.jpg" width="795" height="10" /></td>
</tr>
<tr>
<td><table width="796" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6" style="background-image:url(images/links.jpg);"></td>
<td width="590" valign="top" style="background-image:url(images/links-background.jpg);"><table width="590" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="590"><img src="images/content-1-boven.jpg" width="590" height="29" /></td>
</tr>
<tr>
<td style="background-image:url(images/content-1-background.jpg); padding-left: 4px;">
<table align='center'><tr>
<?
$select = mysql_query("SELECT * FROM `categorie` ORDER BY `naam` ASC") or die (Mysql_Error());
$i=0;
while($obj = mysql_fetch_assoc($select)) {
$i++;
if($i >= 6) {
echo "</tr><tr>";
$i=0;
}
echo "<td><table><tr><td><b>∞<a href='fulllist.php?cat=". $obj['naam'] ."'>". $obj['naam'] ."</a></b></td></tr></table></td>";
}
?>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/content-1-onder.jpg" width="590" height="12" /></td>
</tr>
<tr>
<td><img src="images/content-2-boven.jpg" width="590" height="28" /></td>
</tr>
<tr>
<td style="background-image:url(images/content-2-background.jpg); padding-left: 4px;">
<table><tr>
<?
$select = mysql_query("SELECT * FROM `games` ORDER BY `id` DESC LIMIT 9") or die (Mysql_Error());
while($obj = mysql_fetch_assoc($select)) {
$i++;
if($i >= 3) {
echo "</tr><tr>";
$i=0;
}
echo "<td><table><tr><td><a href='game.php?id=". $obj['id'] ."&action=n' title='Speluitleg : ". $obj['uitleg']."'><img src='screenshot/". $obj['screenshot'] ."' width='90' height='75' border='0'></td><td><font size='1'><i>-". $obj['titel'] ."</i></a><br>-". $obj['categorie'] ."<br>-". $obj['aantal'] ."× Gespeeld!</font></td></tr></table></td>";
}
?>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/content-2-onder.jpg" width="590" height="16" /></td>
</tr>
<tr>
<td><img src="images/content-3-boven.jpg" width="590" height="28" /></td>
</tr>
<tr>
<td style="background-image:url(images/content-3-background.jpg); padding-left: 4px;"> <table><tr>
<?
$select = mysql_query("SELECT * FROM `games` ORDER BY `aantal` DESC LIMIT 9") or die (Mysql_Error());
while($obj = mysql_fetch_assoc($select)) {
$i++;
if($i >= 3) {
echo "</tr><tr>";
$i=0;
}
echo "<td><table><tr><td><a href='game.php?id=". $obj['id'] ."&action=n' title='Speluitleg : ". $obj['uitleg']."'><img src='screenshot/". $obj['screenshot'] ."' width='90' height='75' border='0'></td><td><font size='1'><i>-". $obj['titel'] ."</i></a><br>-". $obj['categorie'] ."<br>-". $obj['aantal'] ."× Gespeeld!</font></td></tr></table></td>";
}
?>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/content-3-onder.jpg" width="590" height="18" /></td>
</tr>
<tr>
<td><img src="images/content-4-boven.jpg" width="590" height="28" /></td>
</tr>
<tr>
<td style="background-image:url(images/content-4-background.jpg); padding-left: 4px;"><div align="center">
<iframe id='a83913e8' name='a83913e8' src='http://193.138.204.201/~bannerfarm/adframe.php?n=a83913e8&what=zone:1' framespacing='0' frameborder='no' scrolling='no' width='468' height='60' allowtransparency='true'><a href='http://193.138.204.201/~bannerfarm/adclick.php?n=a83913e8' target='_blank'><img src='http://193.138.204.201/~bannerfarm/adview.php?what=zone:1&n=a83913e8' border='0' alt=''></a></iframe>
<tr>
<td><img src="images/content-4-onder.jpg" width="590" height="10" /></td>
</tr>
</table></td>
<td width="7" valign="top" bgcolor="#FFFFFF"><img src="images/tussen.jpg" width="7" height="20" /></td>
<td width="189" valign="top" style="background-image:url(images/rechts-background.jpg); "><table width="189" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="189"><img src="images/rechts-1-boven.jpg" width="189" height="32" /></td>
</tr>
<tr>
<td style="background-image:url(images/rechts-1-background.jpg); padding-left: 4px;"><div align="center"><iframe id='afed0cda' name='afed0cda' src='http://193.138.204.201/~bannerfarm/adframe.php?n=afed0cda&what=zone:7' framespacing='0' frameborder='no' scrolling='no' width='120' height='90' allowtransparency='true'><a href='http://193.138.204.201/~bannerfarm/adclick.php?n=afed0cda' target='_blank'><img src='http://193.138.204.201/~bannerfarm/adview.php?what=zone:7&n=afed0cda' border='0' alt=''></a></iframe></div></td>
</tr>
<tr>
<td><img src="images/rechts-1-onder.jpg" width="189" height="15" /></td>
</tr>
<tr>
<td><img src="images/rechts-2-boven.jpg" width="189" height="34" /></td>
</tr>
<tr>
<td style="background-image:url(images/rechts-2-background.jpg); padding-left: 4px;"><?php include("linkpartners.php"); ?></td>
</tr>
<tr>
<td><img src="images/rechts-2-onder.jpg" width="189" height="15" /></td>
</tr>
<tr>
<td><img src="images/rechts-3-boven.jpg" width="189" height="35" /></td>
</tr>
<tr>
<td style="background-image:url(images/rechts-3-background.jpg); padding-left: 4px;">
<?php include('top10.php'); ?>
</td>
</tr>
<tr>
<td><img src="images/rechts-3-onder.jpg" width="189" height="16" /></td>
</tr>
<tr>
<td><img src="images/rechts-4-boven.jpg" width="189" height="36" /></td>
</tr>
<tr>
<td style="background-image:url(images/rechts-4-background.jpg); padding-left: 4px;">
<?php include("poll/index.php"); ?>
<?php include("config.php"); ?>
<?php include("nieuwsbriefwordlid.php"); ?>
<!-- Begin JouwStats code-->
<script language="javascript">
var data, p;
var agt=navigator.userAgent.toLowerCase();
p='http';
if((location.href.substr(0,6)=='https:')||(location.href.substr(0,6)=='HTTPS:')) {p='https';} data = '&r=' + escape(document.referrer) + '&n=' + escape(navigator.userAgent) + '&p=' + escape(navigator.userAgent)
if(navigator.userAgent.substring(0,1)>'3') {data = data + '&sd=' + screen.colorDepth + '&sw=' + escape(screen.width+ 'x'+screen.height)};
document.write('<a href="http://www.jouwstats.nl/stats.php?i=1030" target="_blank" title="Jouwstats.nl - Statistieken teller!" >');
document.write('<img border=0 hspace=0 '+'vspace=0 src="http://www.jouwstats.nl/counter.php?i=1030' + data + '"> </a>');
</script>
<!-- Einde JouwStats code--></td>
</tr>
<tr>
<td><img src="images/rechts-4-onder.jpg" width="189" height="13" /></td>
</tr>
</table></td>
<td width="4" style="background-image:url(images/rechts.jpg);"> </td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/footer.jpg" width="796" height="14" /></td>
</tr>
</table>
</body>
</html>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/menu-1.jpg" width="600" height="20"></td>
<td><a href='index.php'><img src="images/menu-2.jpg" width="42" height="20" border="0"></a></td>
<td><img src="images/menu-3.jpg" width="9" height="20"></td>
<td><a href='contact.php?action=adverteren'><img src="images/menu-4.jpg" width="80" height="20" border="0"></td>
<td><img src="images/menu-5.jpg" width="10" height="20"></td>
<td><a href='contact.php?'><img src="images/menu-6.jpg" width="59" height="20" border="0"></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/menu-onder.jpg" width="800" height="61"></td>
</tr>
<tr>
<td bgcolor="#FFA200"><table width="200" border="0" align="center" cellpadding="0" cellspacing="20">
<tr>
<td valign="top"><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP
10 Nieuw</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Populair</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` ORDER BY aantal DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Race</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Race' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Race'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
</table>
<div align="center"></div>
<table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP
10 Avontuur</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE `categorie` = 'Avontuur' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Avontuur'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
<td valign="top"><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?php include("poll/index.php"); ?></td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<?php include("config.php"); ?>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Humor</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE `categorie` = 'Humor' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Humor'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Avontuur</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE `categorie` = 'Avontuur' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Avontuur'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
</table>
<table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP
10 Aktie</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE `categorie` = 'Aktie' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Aktie'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
<td valign="top"><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Denk</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Denk' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Denk'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>Linkpartners</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
include("linkpartners.php");
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP10Behendigheid</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Behendigheid' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Behendigheid'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
</table>
<table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP
10 Race</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?php
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Race' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br><a href='fulllist.php?cat=Race'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
<td valign="top"><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Vecht</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Vecht' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Vecht'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>Nieuwsbrief </strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?php include("nieuwsbriefwordlid.php"); ?><br>
<div align='center'>
<a href='http://www.profielweb.nl/home.php' target=_blank><img src="http://www.profielweb.nl/banners/8831g.gif" border="0"></a>
<a href='http://www.sitedeals.nl' target=_blank><img src="http://img282.imageshack.us/img282/1886/toplogo3pw.gif" border="0"></a>
<a href='http://www.tbforum.nl' target=_blank><img src="http://img282.imageshack.us/img282/5474/logo2ko.jpg" border="0"></a></td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP 10 Sport</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Sport' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Sport'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table>
<table width="161" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="141" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>TOP
10 Winnen</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
$select = mysql_query("SELECT * FROM `games` WHERE categorie='Winnen' ORDER BY id DESC LIMIT 10") or die (mysql_error());
$aantal = mysql_num_rows($select);
if($aantal == 0) {
echo "We hebben nog geen games in deze categorie.";
} else {
while($obj = mysql_fetch_assoc($select)) {
$screenshot = "<img src='screenshot/". $obj['screenshot'] ."'>";
echo "<a href='game.php?id=". $obj['id'] ."' ONMOUSEOVER=\"popup(' <img src=screenshot/". $obj['screenshot']."> ','lightgreen')\" ONMOUSEOUT=\"kill()\">". $obj['titel'] ."</a><br>";
}
echo "<br> <a href='fulllist.php?cat=Winnen'><i>Meer Games...</i></a>!";
}
?>
</td>
<td background="images/gameblok/rechts.jpg"> </td>
</tr>
<tr>
<td><img src="images/gameblok/linksonder.jpg" width="10" height="13"></td>
<td><img src="images/gameblok/onder.jpg" width="141" height="13"></td>
<td><img src="images/gameblok/rechtsonder.jpg" width="10" height="13"></td>
</tr>
</table>
<br>
</td>
</tr>
</table></td>
</tr>
</table>
<table width="161" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/gameblok/top-linksboven.jpg" width="10" height="8"></td>
<td><img src="images/gameblok/top-boven.jpg" width="100%" height="8"></td>
<td><img src="images/gameblok/top-rechtsboven.jpg" width="10" height="8"></td>
</tr>
<tr>
<td><img src="images/gameblok/top-links.jpg" width="10" height="20"></td>
<td background="images/gameblok/background.jpg"><div align="center" class="sbar2"><strong>Reclame</strong></div></td>
<td><img src="images/gameblok/top-rechts.jpg" width="10" height="20"></td>
</tr>
<tr>
<td background="images/gameblok/links.jpg"> </td>
<td background="images/gameblok/background.jpg" align="left">
<?
Toon Meer
alleen de tabel
met de inhoud er voor mij uit halen en posten?
waarom?
mijn computer doet heel raar