phpbb integreren in je website
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

menuleft.php was het 
Code: Selecteer alles
<?
define('IN_PHPBB', true);
$site_root_path = '/usr/export/www/vhosts/funnetwork/hosting/forums/'; //<-- Modify
$phpbb_root_path2 = '/Forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="playztation.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="buttonscontainer">
<div class="buttons">
<table width="125" height="61" border="0" body bgcolor="#2076B9" cellspacing="0" cellpadding="0">
<tr width="125" height="40" body bgcolor="#227BC0">
<br>
<td>
<?php
if($userdata['session_logged_in']){
?>
You Are Logged In,<br>
<?= $userdata[username] ?>
<a href="<?= $phpbb_root_path2 ?>profile.php?mode=editprofile">Profile</a> | <a href="Forum/login.php?logout=true">Logout</a><br>
<a href="<?= $phpbb_root_path2 ?>privmsg.php?folder=inbox">Prive Berichten<?= $l_privmsgs_text ?></a><br><br>
<?= $onlinet ?>
<?php
}else{
?>
<a href="<?= $phpbb_root_path2 ?>login.php">Login</a><br>
<a href="<?= $phpbb_root_path2 ?>profile.php?mode=register">Register</a>
<?php
}
//That's It! Go Back and look over what you don't need.
//Written By AJ Quick, aj@ajquick.com
//Now Go Have Some Fun!
?>
</td>
</tr>
<tr width="125" height="40" body bgcolor="#227BC0">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/profile.php?mode=register"> Word
lid </a>
</td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> PZ</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Home</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Contact</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Redactie
</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Nieuws</a></td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Games</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Game-info</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Previews</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Releases</a></td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Overig</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Forum</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Informatie</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Artikelen</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Extra</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
</table>
</div>
</div>
</body>
</html>index.php:
includes/menuleft.php:
includes/header.php staat niks belangrijks in
includes/footer.php staat niks belangrijks in.
reviewkillzone.php:
Code: Selecteer alles
<html>
<head>
<SCRIPT language="JavaScript" type="text/javascript">
function goTo(form){
var myindex=form.leejoo.selectedIndex
if (form.leejoo.options[myindex].value !="0"){
window.open(form.leejoo.options[myindex].value,"","");
}
}
</SCRIPT>
<title>PlayZtation.nl</title><br>
<link href="playztation.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" background="/images/bg_main.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<div align="center">
<table id="Table_01" width="742" height="760" border="0" cellpadding="0" cellspacing="0">
<tr>
</tr>
<tr>
<td colspan="12">
<?php include "includes/header.php"; ?></td>
</tr>
<tr>
<td style="background: url('images/index_11.gif'); width="127" height="17" alt=""></td>
<td rowspan="8" style="background: url('images/index_12.gif'); width="3" height="624" alt=""></td>
<td colspan="7" style="background: url('images/index_13.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" >
<img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Nieuwe Artikelen</font></b></td >
<td rowspan="8" style="background: url('images/index_12.gif'); width="3" height="624" alt="">
</td>
<td colspan="2" style="background: url('images/index_15.gif'); width="139" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Poll</font></b></td>
</tr>
<tr>
<td rowspan="7" style="background: url('images/index_16.gif'); width="127" height="607" valign="top" alt="">
<table width="127" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="125">
<?php include "includes/menuleft.php"; ?>
<?
define('IN_PHPBB', true);
$site_root_path = '/usr/export/www/vhosts/funnetwork/hosting/forums/'; //<-- Modify
$phpbb_root_path2 = '/Forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
</td>
<td width="1"></td>
</tr>
</table>
</td>
<td colspan="7" style="background: url('images/index_17.gif'); width="470" height="420" alt="" valign="top"><div align="center">
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" height="7"></td>
</tr>
<tr>
<td width="7" height="0"></td>
<td width="131" height="85" align="center" valign="top"><img src="images/reviewimages/killzone.gif" width="130" height="85"></td>
<td width="7"></td>
<td width="318" valign="top"><font face="Verdana" font size="-2" color="#184D79" >>><strong>
<a class="type2" href="reviewkillzone">Killzone</a></strong><br>
<br>
Er was nooit echt een First Person Shooter op de PS2 die boven
alles uitstak. Timesplitters 2 was verreweg het beste, maar kon
het niet halen bij de perfectie van Halo. En toen kondigde Guerilla
hun eigen FPS aan: Killzone. Het werd door de media..... <b><a class="type2" href="reviewkillzone">Lees
verder</a></b> </font></td>
<td width="7"></td>
</tr>
<tr>
<td colspan="5" height="7"></td>
</tr>
<tr width="470">
<td colspan="5" style="background: url('images/design/pointsspacer.gif'); width="3" height="1" alt=""></td>
</tr>
</table>
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" height="7"></td>
</tr>
<tr>
<td width="7" height="0"></td>
<td width="318" height="85" align="left" valign="top"><font face="Verdana" font size="-2" color="#184D79" >>><strong>Jak
II </strong><br>
<br>
Op de PS2 gaan er 2 platform games aan de leiding.<br>
Ratchet and clank en Jak and Daxter. Welke nou de beste is, daaar
zijn de meningen over verdeeld. Hoe dan ook Jak en Daxter zijn
terug. Behalve dat Jaks oren dit keer langer zijn..... <b><a class="type2" href="index.php">Lees
verder</a><br>
</b></font></td>
<td width="7"></td>
<td width="131" valign="top"><img src="images/reviewimages/JakII.gif" width="130" height="85"></td>
<td width="7"></td>
</tr>
<tr>
<td colspan="5" height="7"></td>
</tr>
<tr width="470">
<td colspan="5" style="background: url('images/design/pointsspacer.gif'); width="3" height="1" alt=""></td>
</tr>
</table>
</div></td>
<td colspan="2" rowspan="7" style="background: url('images/index_18.gif'); width="139" height="607" valign="top" alt="">
<div class="row1" align="center">
<table width="137" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="row1">
<?php require '/usr/export/www/vhosts/funnetwork/hosting/forums/pzpoll/booth.php';
display_booth(1); ?>
</td>
</tr>
</table>
</div>
<table width="137" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2" style="background: url('images/includemenuright.gif'); width="137" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Yellow
is cool</font></b></td>
</tr>
<tr>
<td width="137">
<?
$mysql[host] = "localhost";
$mysql[user] = "forums";
$mysql[pass] = "wachtwoordxxxxxxx";
$mysql[db] = "forums";
mysql_connect($mysql[host], $mysql[user], $mysql[pass]);
mysql_select_db($mysql[db]);
$query = "SELECT topic_id,topic_title FROM phpbb_topics order by topic_id desc limit 10";
$res = mysql_query($query);
while($data = @mysql_fetch_array($res))
{
echo "<a href=\"Forum/viewtopic.php?t=".$data["topic_id"]."\">".$data['topic_title']."</a><br>";
}
?>
<br>
<br>
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_19.gif'); width="470" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_20.gif'); width="470" height="17" alt=""><b><p class="middenbalk"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Nieuws</p></b></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_21.png'); width="470" height="167" alt=""> </td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_19.gif'); width="470" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_20.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Game
Sites </font></b></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_21.png'); width="470" height="120" alt="" valign="top">
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="8" height="15"></td>
</tr>
<tr>
<td width="15"> </td>
<td width="93"><img src="images/minisite1.gif" width="93" height="73"></td>
<td width="20"> </td>
<td width="93"><img src="images/minisite1.gif" width="93" height="73"></td>
<td width="20"> </td>
<td width="93"><img src="images/minisite1.gif" width="93" height="73"></td>
<td width="20"> </td>
<td width="10" rowspan="2" valign="top"><FORM name="form">
<p align="center">
<SELECT name="PZ" size="1" onchange="goTo(this.form)">
<OPTION selected value="0">Meer Game Sites
<OPTION value="http://www.leejoo.nl">linknaam 1
<OPTION value="http://www.leejoo.nl">linknaam 2
<OPTION value="http://www.leejoo.nl">linknaam 3
<OPTION value="http://www.leejoo.nl">linknaam 4
<OPTION value="http://www.leejoo.nl">linknaam 5
</SELECT>
</FORM>
</td>
</tr>
<tr>
<td> </td>
<td>Devil May Cry 3</td>
<td> </td>
<td>Devil May Cry 3</td>
<td> </td>
<td>Devil May Cry 3</td>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="12"><?php include "includes/footer.php"; ?>
</td>
</tr>
<tr>
<td> <img src="images/spacer.gif" width="127" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="46" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="6" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="102" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="111" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="115" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="11" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="118" height="1" alt=""></td>
</tr>
</table>
<br>
<!-- End ImageReady Slices -->
</div>
</body>
</html>Code: Selecteer alles
<?
define('IN_PHPBB', true);
$site_root_path = '/usr/export/www/vhosts/funnetwork/hosting/forums/'; //<-- Modify
$phpbb_root_path2 = '/Forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="playztation.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="buttonscontainer">
<div class="buttons">
<table width="125" height="61" border="0" body bgcolor="#2076B9" cellspacing="0" cellpadding="0">
<tr width="125" height="40" body bgcolor="#227BC0">
<br>
<td>
<?php
if($userdata['session_logged_in']){
?>
You Are Logged In,<br>
<?= $userdata[username] ?>
<a href="<?= $phpbb_root_path2 ?>profile.php?mode=editprofile">Profile</a> | <a href="Forum/login.php?logout=true">Logout</a><br>
<a href="<?= $phpbb_root_path2 ?>privmsg.php?folder=inbox">Prive Berichten<?= $l_privmsgs_text ?></a><br><br>
<?= $onlinet ?>
<?php
}else{
?>
<a href="<?= $phpbb_root_path2 ?>login.php">Login</a><br>
<a href="<?= $phpbb_root_path2 ?>profile.php?mode=register">Register</a>
<?php
}
//That's It! Go Back and look over what you don't need.
//Written By AJ Quick, aj@ajquick.com
//Now Go Have Some Fun!
?>
</td>
</tr>
<tr width="125" height="40" body bgcolor="#227BC0">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/profile.php?mode=register"> Word
lid </a>
</td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> PZ</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Home</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Contact</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Redactie
</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Nieuws</a></td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Games</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Game-info</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Previews</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Releases</a></td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Overig</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Forum</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Informatie</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Artikelen</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Extra</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
</table>
</div>
</div>
</body>
</html>
includes/footer.php staat niks belangrijks in.
reviewkillzone.php:
Code: Selecteer alles
<html>
<head>
<title>PlayZtation.nl</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" background="/images/bg_main.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<div align="center">
<table id="Table_01" width="742" height="760" border="0" cellpadding="0" cellspacing="0">
<tr>
</tr>
<tr>
<td colspan="12">
<?php include "includes/header.php"; ?></td>
</tr>
<tr>
<td style="background: url('images/index_11.gif'); width="127" height="17" alt=""></td>
<td rowspan="5" style="background: url('images/index_12.gif'); width="3" height="624" alt=""></td>
<td colspan="7" style="background: url('images/index_13.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" >
<img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Review
Killzone </font></b></td >
<td rowspan="5" style="background: url('images/index_12.gif'); width="3" height="624" alt=""></td>
<td colspan="2" style="background: url('images/index_15.gif'); width="139" height="17" alt=""></td>
</tr>
<tr>
<td rowspan="4" style="background: url('images/index_16.gif'); width="127" height="607" valign="top" alt="">
<table width="127" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="125">
<?php include "includes/menuleft.php"; ?>
</td>
<td width="1"></td>
</tr>
</table>
</td>
<td colspan="7" style="background: url('images/index_17.gif'); width="470" height="420" alt="" valign="top">KILLZONE
<p>Genre: First Person Shooter Spelers: 1-2<br>
Ontwikkelaar: Guerrilla Speelbaar: Offline & Online (Maximaal 16
spelers)<br>
Uitgever: SCEE Release: Nu te koop</p>
<p><br>
Er was nooit echt een First Person Shooter op de PS2 die boven alles
uitstak. Timesplitters 2 was verreweg het beste, maar kon het niet halen
bij de perfectie van Halo. En toen kondigde Guerilla hun eigen FPS aan:
Killzone. Het werd door de media uitgeroepen als Halo-beater. Hoe dichter
de releasedatum hoe groter de hype om de game. Maar wat is het uiteindelijke
resultaat? Is het werkelijk een Halo-beater, of gewoon een FPS met een
te grote hype eromheen? Daar kom je nu achter in deze review.</p>
<p>Enter the Killzone</p>
<p>In tegenstelling tot de meeste shooters is er bij Killzone geen tutorial
of een kleine training die voorafgaat aan de werkelijke game. Je wordt
hier meteen gedropt in een keiharde oorlog. In de game draait het allemaal
over de grote oorlog tussen de planeet Vekta met hun ISA-soldaten en
de planeet Helghan met hun Helghast-strijders. De Helghast willen de
planeet Vekta veroveren die ooit van hen ontnomen was. Het klinkt allemaal
een beetje simpel, maar naarmate de game vordert komen er genoeg interessante
plotwendingen die het verhaal een stuk boeiender maken. Ook de onderlinge
relatie tussen de vier characters zijn erg boeiend. Het intro-flimpje
leidt het hele verhaal in. Visari, opperbevelhebber van de Helghast,
houdt zijn toespraak en na een kleine reis komen de Helghast bij Vekta.
Ze weten door het verdedigingssysteem heen te breken (hoe dit mogelijk
is wordt later in het verhaal duidelijk) en komen aan op de grond van
Vekta. Vele burgers worden vermoord door de koelbloedige Helghast en
al snel blijft er niet veel over van het ISA leger. Vekta schakelt de
hulp in van de aardvloot. Helaas wacht hun een verrassing, want als
niemand iets doet zal de complete aardvloot worden weggevaagd. Aan ISA-soldaat
Jan Templar de taak ervoor te zorgen dat de aardvloot veilig arriveert.</p>
<p>Bewegingsvrijheid & Missieopbouw</p>
<p>In Killzone heb je maar een beperkte bewegingsvrijheid. Het is een
vrij lineair spel waar je niet zomaar alle kanten op kan. De route die
je neemt kan echter wel een beetje verschillen. Dit is afhankelijk van
het personage waarmee je speelt. Speel je met Templar, Rico of Hakha
dan neem je vooral de uitgestippelde routes in de game. Als je met Luger
speelt kun je ook door kleine gangen sluipen, waardoor het level toch
weer iets anders verloopt. Af en toe heb je toch het gevoel van: zo'n
grote omgeving en je kan maar 1 kant op. dat heb je vooral in de jungle
en in het gebergte. Desondanks bederft de beperkte bewegingsvrijheid
niet het spelplezier. Ieder level bestaat uit een aantal sublevels waarin
je mission objectives moet vervullen. De game bevat in totaal elf hoofdlevels.
Deze verschillen van indoor raketbasissen en winkelcentra tot outdoor
jungles en gebergten. Het enige level waar ik iets op aan te merken
heb is het Park Level. De pop-up is hier nogal slecht en vervelend en
af toe zie je niet goed wat wel en wat geen Hellghast is. Zo zijn er
struiken die verdacht veel op een gebukte Hellghast-strijder lijken
en omdat je dan het zekere voor het onzekere neemt schiet je al je kogels
af op een struik. Over verspilling gesproken. Ondanks dit mindere level
zijn de rest van de levels goed uitgewerkt en grafisch zien ze er zeer
goed uit. Ook de missies zijn de moeite waard en cool om te spelen.
Van het vernietigen van bunkers en tanks tot het infiltreren van basissen,
het is allemaal de moeite waard.</p>
<p>Met een heftig wapen door een strakke omgeving</p>
<p>In Killzone zijn er geen voertuigen beschikbaar. Je kunt jezelf uitsluitend
tevoet voortbewegen en dat is helemaal geen minpunt. Vanwege het vele
lopen kun je de prachtige omgevingen bewonderen en de coole wapens leegschieten.
In de game zitten bij elkaar zestien wapens. Van een eenvoudig mes en
pistool tot een mitrailleur en raketwerper, het zit er allemaal in.
De wapens zijn ook zeer goed ontworpen. Het zijn niet van die rare ruimtepistolen
die nergens op slaan, maar echte wapens die binnen korte tijd werkelijk
zouden kunnen bestaan. Ook het geluid van de wapens is magnefiek. Vooral
het laden is een lust voor de oren. Het wordt allemaal heel precies
gedaan. Het mooiste voorbeeld is de Shotgun. Als die leeg is gaat hij
acht nieuwe kogels er 1 voor 1 instoppen. Het duurt dus even, maar het
is zeker de moeite waard om te bewonderen. De wapens zijn zeker het
sterkste punt van de game net als de graphics die er allemaal heel mooi
uitzien, hoewel hier en daar wel wat grafische foutjes te vinden zijn.
Nog een sterk punt van de game zijn de vier characters. Ze zijn allemaal
uniek met hun eigen plus- en minpunten en hebben een eigen karakter.
Templar is de snelle man, Luger is de stealthy babe, Hakha is de sterke
Hellghast die goed met Hellghastwapens kan omgaan en Rico is de man
van de brute kracht en de sterke wapens. Ieder heeft zijn eigen kenmerken
en het is dan ook zeker geen slecht idee om de game met alle 4 de characters
uit te spelen.</p>
<p>Conclusie</p>
<p>Net als iedere andere game bevat Killzone een aantal kleine bugs en
grafische foutjes. Ze zitten erin, maar je ergert je er niet aan. Het
enige nadeel is dat de game te weinig Checkpoints bevat. De levels zijn
tamelijk groot en een paar extra checkpoints zou zeker prettig geweest
zijn. Het kan namenlijk frustrerend zijn als je na een tijdje dood gaat
en nergens een checkpoint was. Natuurlijk kun je wel alle foutjes gaan
opsommen, maar het gaat uiteindelijk om het grote geheel. Ook de houding
die de Hellghast aannemen nadat ze vermoord zijn is niet bepaald realistisch
en de AI is ook niet altijd even goed. Toch is Killzone zeker een goede
First Person Shooters op de Playstation 2. De game is niet al te lang
en heeft een lekker tempo. Hij mag dan niet het niveau van Halo of Halo
2 halen, Guerrilla heeft een degelijke game afgeleverd en Nederland
staat voor altijd op de kaart in de Game-industrie.</p>
<p>Plus- en Minpunten</p>
<p>+ Goed verhaal<br>
+ Geweldige gameplay<br>
+ De 4 verschillende characters<br>
+ De unieke wapens<br>
- De kleine bugs en grafische foutjes<br>
- Heel af en toe wat eentonig en saai</p>
<p>SCORE</p>
<p>Gameplay 62/70<br>
Graphics 17/20<br>
Sound 09/10</p>
<p>Totaal 88/100</p>
<p>INFO</p>
<p>Originaliteit 3/5<br>
Replay 4/5<br>
Moeilijkheidsgraad 3/5<br>
Speelduur 4/5 </p>
<p>Auteur: Dennis Mertens<br>
</p> </td>
<td colspan="2" rowspan="4" style="background: url('images/index_18.gif'); width="139" height="607" valign="top" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_19.gif'); width="470" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_20.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Reacties</font></b></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_21.png'); width="470" height="167" valign="top" alt=""><?php include("reacties/comment.php"); ?>
</td>
</tr>
<tr>
<td colspan="12"><?php include "includes/footer.php"; ?>
</td>
</tr>
<tr>
<td> <img src="images/spacer.gif" width="127" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="46" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="6" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="102" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="111" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="115" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="11" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="118" height="1" alt=""></td>
</tr>
</table>
<br>
<!-- End ImageReady Slices -->
</div>
</body>
</html>daar gaan we, ik denk dat dit wel moet helpen,
index.php
menuleft:
reviewkillzone.php
pas al die bestanden zo is aan.
index.php
Code: Selecteer alles
<?
define('IN_PHPBB', true);
$site_root_path = '/usr/export/www/vhosts/funnetwork/hosting/forums/'; //<-- Modify
$phpbb_root_path2 = '/Forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
<html>
<head>
<SCRIPT language="JavaScript" type="text/javascript">
function goTo(form){
var myindex=form.leejoo.selectedIndex
if (form.leejoo.options[myindex].value !="0"){
window.open(form.leejoo.options[myindex].value,"","");
}
}
</SCRIPT>
<title>PlayZtation.nl</title><br>
<link href="playztation.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" background="/images/bg_main.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<div align="center">
<table id="Table_01" width="742" height="760" border="0" cellpadding="0" cellspacing="0">
<tr>
</tr>
<tr>
<td colspan="12">
<?php include "includes/header.php"; ?></td>
</tr>
<tr>
<td style="background: url('images/index_11.gif'); width="127" height="17" alt=""></td>
<td rowspan="8" style="background: url('images/index_12.gif'); width="3" height="624" alt=""></td>
<td colspan="7" style="background: url('images/index_13.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" >
<img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Nieuwe Artikelen</font></b></td >
<td rowspan="8" style="background: url('images/index_12.gif'); width="3" height="624" alt="">
</td>
<td colspan="2" style="background: url('images/index_15.gif'); width="139" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Poll</font></b></td>
</tr>
<tr>
<td rowspan="7" style="background: url('images/index_16.gif'); width="127" height="607" valign="top" alt="">
<table width="127" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="125">
<?php include "includes/menuleft.php"; ?>
</td>
<td width="1"></td>
</tr>
</table>
</td>
<td colspan="7" style="background: url('images/index_17.gif'); width="470" height="420" alt="" valign="top"><div align="center">
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" height="7"></td>
</tr>
<tr>
<td width="7" height="0"></td>
<td width="131" height="85" align="center" valign="top"><img src="images/reviewimages/killzone.gif" width="130" height="85"></td>
<td width="7"></td>
<td width="318" valign="top"><font face="Verdana" font size="-2" color="#184D79" >>><strong>
<a class="type2" href="reviewkillzone">Killzone</a></strong><br>
<br>
Er was nooit echt een First Person Shooter op de PS2 die boven
alles uitstak. Timesplitters 2 was verreweg het beste, maar kon
het niet halen bij de perfectie van Halo. En toen kondigde Guerilla
hun eigen FPS aan: Killzone. Het werd door de media..... <b><a class="type2" href="reviewkillzone">Lees
verder</a></b> </font></td>
<td width="7"></td>
</tr>
<tr>
<td colspan="5" height="7"></td>
</tr>
<tr width="470">
<td colspan="5" style="background: url('images/design/pointsspacer.gif'); width="3" height="1" alt=""></td>
</tr>
</table>
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" height="7"></td>
</tr>
<tr>
<td width="7" height="0"></td>
<td width="318" height="85" align="left" valign="top"><font face="Verdana" font size="-2" color="#184D79" >>><strong>Jak
II </strong><br>
<br>
Op de PS2 gaan er 2 platform games aan de leiding.<br>
Ratchet and clank en Jak and Daxter. Welke nou de beste is, daaar
zijn de meningen over verdeeld. Hoe dan ook Jak en Daxter zijn
terug. Behalve dat Jaks oren dit keer langer zijn..... <b><a class="type2" href="index.php">Lees
verder</a><br>
</b></font></td>
<td width="7"></td>
<td width="131" valign="top"><img src="images/reviewimages/JakII.gif" width="130" height="85"></td>
<td width="7"></td>
</tr>
<tr>
<td colspan="5" height="7"></td>
</tr>
<tr width="470">
<td colspan="5" style="background: url('images/design/pointsspacer.gif'); width="3" height="1" alt=""></td>
</tr>
</table>
</div></td>
<td colspan="2" rowspan="7" style="background: url('images/index_18.gif'); width="139" height="607" valign="top" alt="">
<div class="row1" align="center">
<table width="137" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="row1">
<?php require '/usr/export/www/vhosts/funnetwork/hosting/forums/pzpoll/booth.php';
display_booth(1); ?>
</td>
</tr>
</table>
</div>
<table width="137" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2" style="background: url('images/includemenuright.gif'); width="137" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Yellow
is cool</font></b></td>
</tr>
<tr>
<td width="137">
<?
$mysql[host] = "localhost";
$mysql[user] = "forums";
$mysql[pass] = "wachtwoordxxxxxxx";
$mysql[db] = "forums";
mysql_connect($mysql[host], $mysql[user], $mysql[pass]);
mysql_select_db($mysql[db]);
$query = "SELECT topic_id,topic_title FROM phpbb_topics order by topic_id desc limit 10";
$res = mysql_query($query);
while($data = @mysql_fetch_array($res))
{
echo "<a href=\"Forum/viewtopic.php?t=".$data["topic_id"]."\">".$data['topic_title']."</a><br>";
}
?>
<br>
<br>
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_19.gif'); width="470" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_20.gif'); width="470" height="17" alt=""><b><p class="middenbalk"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Nieuws</p></b></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_21.png'); width="470" height="167" alt=""> </td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_19.gif'); width="470" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_20.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Game
Sites </font></b></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_21.png'); width="470" height="120" alt="" valign="top">
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="8" height="15"></td>
</tr>
<tr>
<td width="15"> </td>
<td width="93"><img src="images/minisite1.gif" width="93" height="73"></td>
<td width="20"> </td>
<td width="93"><img src="images/minisite1.gif" width="93" height="73"></td>
<td width="20"> </td>
<td width="93"><img src="images/minisite1.gif" width="93" height="73"></td>
<td width="20"> </td>
<td width="10" rowspan="2" valign="top"><FORM name="form">
<p align="center">
<SELECT name="PZ" size="1" onchange="goTo(this.form)">
<OPTION selected value="0">Meer Game Sites
<OPTION value="http://www.leejoo.nl">linknaam 1
<OPTION value="http://www.leejoo.nl">linknaam 2
<OPTION value="http://www.leejoo.nl">linknaam 3
<OPTION value="http://www.leejoo.nl">linknaam 4
<OPTION value="http://www.leejoo.nl">linknaam 5
</SELECT>
</FORM>
</td>
</tr>
<tr>
<td> </td>
<td>Devil May Cry 3</td>
<td> </td>
<td>Devil May Cry 3</td>
<td> </td>
<td>Devil May Cry 3</td>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="12"><?php include "includes/footer.php"; ?>
</td>
</tr>
<tr>
<td> <img src="images/spacer.gif" width="127" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="46" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="6" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="102" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="111" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="115" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="11" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="118" height="1" alt=""></td>
</tr>
</table>
<br>
<!-- End ImageReady Slices -->
</div>
</body>
</html>
Code: Selecteer alles
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="playztation.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="buttonscontainer">
<div class="buttons">
<table width="125" height="61" border="0" body bgcolor="#2076B9" cellspacing="0" cellpadding="0">
<tr width="125" height="40" body bgcolor="#227BC0">
<br>
<td>
<?php
if($userdata['session_logged_in']){
?>
You Are Logged In,<br>
<?= $userdata[username] ?>
<a href="<?= $phpbb_root_path2 ?>profile.php?mode=editprofile">Profile</a> | <a href="Forum/login.php?logout=true">Logout</a><br>
<a href="<?= $phpbb_root_path2 ?>privmsg.php?folder=inbox">Prive Berichten<?= $l_privmsgs_text ?></a><br><br>
<?= $onlinet ?>
<?php
}else{
?>
<a href="<?= $phpbb_root_path2 ?>login.php">Login</a><br>
<a href="<?= $phpbb_root_path2 ?>profile.php?mode=register">Register</a>
<?php
}
//That's It! Go Back and look over what you don't need.
//Written By AJ Quick, aj@ajquick.com
//Now Go Have Some Fun!
?>
</td>
</tr>
<tr width="125" height="40" body bgcolor="#227BC0">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/profile.php?mode=register"> Word
lid </a>
</td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> PZ</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Home</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Contact</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Redactie
</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Nieuws</a></td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Games</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Game-info</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://forums.fo.funpic.de/Forum/"> Previews</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Releases</a></td>
</tr>
<tr width="125px" height="17px">
<td rowspan="0" style="background: url('images/includemenu.gif'); width:"125px"; height:"17px"; valign="center";><b><font face="Verdana" font size="-2" color="#184D79"> <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Overig</font></b></td >
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Forum</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Informatie</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Artikelen</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
<tr width="125" body bgcolor="#2076B9">
<td><a class="type3" href="http://playztation.pl.funpic.de"> Extra</a></td>
</tr>
<tr width="125" >
<td><img src="../images/design/menuline.gif" width="125" height="2"></td>
</tr>
</table>
</div>
</div>
</body>
</html> Code: Selecteer alles
<?
define('IN_PHPBB', true);
$site_root_path = '/usr/export/www/vhosts/funnetwork/hosting/forums/'; //<-- Modify
$phpbb_root_path2 = '/Forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
<html>
<head>
<title>PlayZtation.nl</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" background="/images/bg_main.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<div align="center">
<table id="Table_01" width="742" height="760" border="0" cellpadding="0" cellspacing="0">
<tr>
</tr>
<tr>
<td colspan="12">
<?php include "includes/header.php"; ?></td>
</tr>
<tr>
<td style="background: url('images/index_11.gif'); width="127" height="17" alt=""></td>
<td rowspan="5" style="background: url('images/index_12.gif'); width="3" height="624" alt=""></td>
<td colspan="7" style="background: url('images/index_13.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" >
<img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Review
Killzone </font></b></td >
<td rowspan="5" style="background: url('images/index_12.gif'); width="3" height="624" alt=""></td>
<td colspan="2" style="background: url('images/index_15.gif'); width="139" height="17" alt=""></td>
</tr>
<tr>
<td rowspan="4" style="background: url('images/index_16.gif'); width="127" height="607" valign="top" alt="">
<table width="127" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="125">
<?php include "includes/menuleft.php"; ?>
</td>
<td width="1"></td>
</tr>
</table>
</td>
<td colspan="7" style="background: url('images/index_17.gif'); width="470" height="420" alt="" valign="top">KILLZONE
<p>Genre: First Person Shooter Spelers: 1-2<br>
Ontwikkelaar: Guerrilla Speelbaar: Offline & Online (Maximaal 16
spelers)<br>
Uitgever: SCEE Release: Nu te koop</p>
<p><br>
Er was nooit echt een First Person Shooter op de PS2 die boven alles
uitstak. Timesplitters 2 was verreweg het beste, maar kon het niet halen
bij de perfectie van Halo. En toen kondigde Guerilla hun eigen FPS aan:
Killzone. Het werd door de media uitgeroepen als Halo-beater. Hoe dichter
de releasedatum hoe groter de hype om de game. Maar wat is het uiteindelijke
resultaat? Is het werkelijk een Halo-beater, of gewoon een FPS met een
te grote hype eromheen? Daar kom je nu achter in deze review.</p>
<p>Enter the Killzone</p>
<p>In tegenstelling tot de meeste shooters is er bij Killzone geen tutorial
of een kleine training die voorafgaat aan de werkelijke game. Je wordt
hier meteen gedropt in een keiharde oorlog. In de game draait het allemaal
over de grote oorlog tussen de planeet Vekta met hun ISA-soldaten en
de planeet Helghan met hun Helghast-strijders. De Helghast willen de
planeet Vekta veroveren die ooit van hen ontnomen was. Het klinkt allemaal
een beetje simpel, maar naarmate de game vordert komen er genoeg interessante
plotwendingen die het verhaal een stuk boeiender maken. Ook de onderlinge
relatie tussen de vier characters zijn erg boeiend. Het intro-flimpje
leidt het hele verhaal in. Visari, opperbevelhebber van de Helghast,
houdt zijn toespraak en na een kleine reis komen de Helghast bij Vekta.
Ze weten door het verdedigingssysteem heen te breken (hoe dit mogelijk
is wordt later in het verhaal duidelijk) en komen aan op de grond van
Vekta. Vele burgers worden vermoord door de koelbloedige Helghast en
al snel blijft er niet veel over van het ISA leger. Vekta schakelt de
hulp in van de aardvloot. Helaas wacht hun een verrassing, want als
niemand iets doet zal de complete aardvloot worden weggevaagd. Aan ISA-soldaat
Jan Templar de taak ervoor te zorgen dat de aardvloot veilig arriveert.</p>
<p>Bewegingsvrijheid & Missieopbouw</p>
<p>In Killzone heb je maar een beperkte bewegingsvrijheid. Het is een
vrij lineair spel waar je niet zomaar alle kanten op kan. De route die
je neemt kan echter wel een beetje verschillen. Dit is afhankelijk van
het personage waarmee je speelt. Speel je met Templar, Rico of Hakha
dan neem je vooral de uitgestippelde routes in de game. Als je met Luger
speelt kun je ook door kleine gangen sluipen, waardoor het level toch
weer iets anders verloopt. Af en toe heb je toch het gevoel van: zo'n
grote omgeving en je kan maar 1 kant op. dat heb je vooral in de jungle
en in het gebergte. Desondanks bederft de beperkte bewegingsvrijheid
niet het spelplezier. Ieder level bestaat uit een aantal sublevels waarin
je mission objectives moet vervullen. De game bevat in totaal elf hoofdlevels.
Deze verschillen van indoor raketbasissen en winkelcentra tot outdoor
jungles en gebergten. Het enige level waar ik iets op aan te merken
heb is het Park Level. De pop-up is hier nogal slecht en vervelend en
af toe zie je niet goed wat wel en wat geen Hellghast is. Zo zijn er
struiken die verdacht veel op een gebukte Hellghast-strijder lijken
en omdat je dan het zekere voor het onzekere neemt schiet je al je kogels
af op een struik. Over verspilling gesproken. Ondanks dit mindere level
zijn de rest van de levels goed uitgewerkt en grafisch zien ze er zeer
goed uit. Ook de missies zijn de moeite waard en cool om te spelen.
Van het vernietigen van bunkers en tanks tot het infiltreren van basissen,
het is allemaal de moeite waard.</p>
<p>Met een heftig wapen door een strakke omgeving</p>
<p>In Killzone zijn er geen voertuigen beschikbaar. Je kunt jezelf uitsluitend
tevoet voortbewegen en dat is helemaal geen minpunt. Vanwege het vele
lopen kun je de prachtige omgevingen bewonderen en de coole wapens leegschieten.
In de game zitten bij elkaar zestien wapens. Van een eenvoudig mes en
pistool tot een mitrailleur en raketwerper, het zit er allemaal in.
De wapens zijn ook zeer goed ontworpen. Het zijn niet van die rare ruimtepistolen
die nergens op slaan, maar echte wapens die binnen korte tijd werkelijk
zouden kunnen bestaan. Ook het geluid van de wapens is magnefiek. Vooral
het laden is een lust voor de oren. Het wordt allemaal heel precies
gedaan. Het mooiste voorbeeld is de Shotgun. Als die leeg is gaat hij
acht nieuwe kogels er 1 voor 1 instoppen. Het duurt dus even, maar het
is zeker de moeite waard om te bewonderen. De wapens zijn zeker het
sterkste punt van de game net als de graphics die er allemaal heel mooi
uitzien, hoewel hier en daar wel wat grafische foutjes te vinden zijn.
Nog een sterk punt van de game zijn de vier characters. Ze zijn allemaal
uniek met hun eigen plus- en minpunten en hebben een eigen karakter.
Templar is de snelle man, Luger is de stealthy babe, Hakha is de sterke
Hellghast die goed met Hellghastwapens kan omgaan en Rico is de man
van de brute kracht en de sterke wapens. Ieder heeft zijn eigen kenmerken
en het is dan ook zeker geen slecht idee om de game met alle 4 de characters
uit te spelen.</p>
<p>Conclusie</p>
<p>Net als iedere andere game bevat Killzone een aantal kleine bugs en
grafische foutjes. Ze zitten erin, maar je ergert je er niet aan. Het
enige nadeel is dat de game te weinig Checkpoints bevat. De levels zijn
tamelijk groot en een paar extra checkpoints zou zeker prettig geweest
zijn. Het kan namenlijk frustrerend zijn als je na een tijdje dood gaat
en nergens een checkpoint was. Natuurlijk kun je wel alle foutjes gaan
opsommen, maar het gaat uiteindelijk om het grote geheel. Ook de houding
die de Hellghast aannemen nadat ze vermoord zijn is niet bepaald realistisch
en de AI is ook niet altijd even goed. Toch is Killzone zeker een goede
First Person Shooters op de Playstation 2. De game is niet al te lang
en heeft een lekker tempo. Hij mag dan niet het niveau van Halo of Halo
2 halen, Guerrilla heeft een degelijke game afgeleverd en Nederland
staat voor altijd op de kaart in de Game-industrie.</p>
<p>Plus- en Minpunten</p>
<p>+ Goed verhaal<br>
+ Geweldige gameplay<br>
+ De 4 verschillende characters<br>
+ De unieke wapens<br>
- De kleine bugs en grafische foutjes<br>
- Heel af en toe wat eentonig en saai</p>
<p>SCORE</p>
<p>Gameplay 62/70<br>
Graphics 17/20<br>
Sound 09/10</p>
<p>Totaal 88/100</p>
<p>INFO</p>
<p>Originaliteit 3/5<br>
Replay 4/5<br>
Moeilijkheidsgraad 3/5<br>
Speelduur 4/5 </p>
<p>Auteur: Dennis Mertens<br>
</p> </td>
<td colspan="2" rowspan="4" style="background: url('images/index_18.gif'); width="139" height="607" valign="top" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_19.gif'); width="470" height="4" alt=""></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_20.gif'); width="470" height="17" alt=""><b><font face="Verdana" font size="-2" color="#184D79" > <img src="images/design/menupic.gif" width="6" height="6" alt="PlayZtation"> Reacties</font></b></td>
</tr>
<tr>
<td colspan="7" style="background: url('images/index_21.png'); width="470" height="167" valign="top" alt=""><?php include("reacties/comment.php"); ?>
</td>
</tr>
<tr>
<td colspan="12"><?php include "includes/footer.php"; ?>
</td>
</tr>
<tr>
<td> <img src="images/spacer.gif" width="127" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="46" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="6" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="102" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="111" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="115" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="11" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="3" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td> <img src="images/spacer.gif" width="118" height="1" alt=""></td>
</tr>
</table>
<br>
<!-- End ImageReady Slices -->
</div>
</body>
</html>Kan ik deze code:
Niet in header.php zetten?
Want als ik het weg wil hebben, moet ik alle bestanden wijzigen.
Code: Selecteer alles
<?
define('IN_PHPBB', true);
$site_root_path = '/usr/export/www/vhosts/funnetwork/hosting/forums/'; //<-- Modify
$phpbb_root_path2 = '/Forum/'; //<-- Modify
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
Want als ik het weg wil hebben, moet ik alle bestanden wijzigen.
Hmm, ik krijg nu niet altijd maar na een aantal keer vernieuwen af en toe deze error
:
http://forums.fo.funpic.de/Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/vhosts/funnetwork/hosting/forums/index.php:31) in /usr/export/www/vhosts/funnetwork/hosting/forums/Forum/includes/sessions.php on line 307
Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/vhosts/funnetwork/hosting/forums/index.php:31) in /usr/export/www/vhosts/funnetwork/hosting/forums/Forum/includes/sessions.php on line 308
