dedğiniz kodları dediğiniz yere ekledim sayfadaki kodların son hali bu

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<title><?php echo $sitename2; ?></title>
<base href="http://www.zenoyun.com/">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9" />
<meta name="google-site-verification" content="gu708AoeIfbyvbz3aP4Lr68HjcNQPSJTuxnlF52WzXs" />
<Link rel="SHORTCUT ICON" href="/images/zenoyun.ico" />
<style type="text/css" media="all" />
@import url(/images/zenoyuntam.css);
</style>
<!--[if IE]>
<link rel="stylesheet" href="/images/all-ie.css" type="text/css" media="screen" />
<![endif]-->

<body>
<center>
<table width="100%" border="0">
  <tr>
    <td>
<?php

include ("includes/config.php");

$fileid = $_GET['fileid'];
if (is_numeric($fileid)) {
    $sql = mysql_query("SELECT * FROM files WHERE fileid = '$fileid' LIMIT 1");
    
    if (mysql_num_rows($sql) > 0) {
    while($row = mysql_fetch_assoc($sql)){
    
    $fileid = $row['fileid'];
    $filename = $row['file'];
    $icon = $row['icon'];
    $filelocation = $row['filelocation'];
    $iconlocation = $row['iconlocation'];
    $filetitle2 = $row['title'];
    $filetitle = $row['title'].", ".$row['title']." oyna";
    $sitename3 = $row['title'].", ".$row['title']." en kral oyun, ".$row['title']." bedava, ".$row['title']." oyunlari,";
    $filewidth = $row['width'];
    $fileheight = $row['height'];
    $filestatus = $row['status'];
    $filetype = $row['filetype'];
    
    }
}
}
?>

<title><?php echo $filetitle; ?></title>
<base href="http://www.zenoyun.com/">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9" />
<meta name="google-site-verification" content="gu708AoeIfbyvbz3aP4Lr68HjcNQPSJTuxnlF52WzXs" />
<Link rel="SHORTCUT ICON" href="/images/zenoyun.ico" />
<style type="text/css" media="all" />
@import url(/images/zenoyuntam.css);
</style>
<!--[if IE]>
<link rel="stylesheet" href="/images/all-ie.css" type="text/css" media="screen" />
<![endif]-->    

    // Redirect to index page if game isn't working
    if ($filestatus == '0') {
        header("Location: ".$siteurl."/");
        exit();
    }

// Display file
function displayfile($filename,$filewidth,$fileheight,$filetype,$filelocation) {
    global $siteurl, $filesdir;
    if ($filelocation == '1') {
        $fileurl = $siteurl.$filesdir."/".$filename;
    } else {
        $fileurl = $filename;
    }
if ($filetype == '1') {
?>
suan 92 satırda hata alıyorum
hata :

Alıntı
Parse error: syntax error, unexpected T_ELSEIF in /home/zenoyun/public_html/tamekranoyna.php on line 92
hatayı veren kodlar :

<?php
} elseif ($filetype == '2') {
?>