 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games ORDER BY gespeeld+0 DESC");
} else {
$inh = mysql_query("SELECT * FROM module_games ORDER BY gespeeld+0 DESC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games ORDER BY game_id DESC");
} else {
$inh = mysql_query("SELECT * FROM module_games ORDER BY game_id DESC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
|
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo " ','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel\n";
}
else {
echo " $show_titel\n";
}
}
?>
}
$tt_cache->end();
?>
|
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
|
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
 |
include 'cache.php';
$tt_cache = new tt_cache('./cache/cache/',$cache);
$tt_cache->setup();
if(!$tt_cache->use_cache()) {
ob_start("ob_gzhandler");
?>
include("class_games.php");
$game = new game();
$game->connmysql();
?>
$show_limit = $_GET['limit'];
$catid = $_GET['cat'];
$screenshots = $_GET['screenshots'];
if(($show_limit == "0") OR ($show_limit =="")) {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC");
} else {
$inh = mysql_query("SELECT * FROM module_games WHERE cat_id='$catid' ORDER BY titel ASC LIMIT $show_limit");
}
while($res=mysql_fetch_object($inh)){
$show_id = $res->game_id;
$show_titel = $res->titel;
/* ****************************** */
if ($res->width > 600)
{
$verhouding = 600 / $res->width;
$show_width = 600;
$show_height = round($res->height * $verhouding);
}
else
{
$show_width = $res->width;
$show_height = $res->height;
}
$show_height = $show_height + 60;
/* ****************************** */
$show_catid = $res->cat_id;
$show_screenshot = $res->screenshot;
if(($screenshots == "ja") OR ($screenshots =="")) {
echo "','0')\"; ONMOUSEOUT=\"kill()\" href=\"http://www.spellenservice.nl/spellen/".$show_id."-".urlencode($show_titel).".html\" onclick=\"window.open(this.href, '', 'width=".$show_width.", height=".$show_height."'); return false;\" title=\"$show_titel\">$show_titel \n";
}
else {
echo "$show_titel \n";
}
}
?>
}
$tt_cache->end();
?> |
 |
|