Просмотр файла darkworld/info.php

Размер файла: 761B
<?
include_once("files/zag.php");
if (md5($pas)==$password && $log==$login && $log!=="" && md5($pas)!=="") {


$file = @file("data/item/$log.dat"); 
$file = array_reverse($file);
$data = explode(":||:",$file[$id]);

if($data[2]!==$tip){echo"<small>Ошибка.</small>"; include_once"files/down.php"; exit;}
echo"<small><b>$data[4]</b><br/>";
if($tip=="weapon"){     echo"Атака: $data[0]<br/><br/>";}else{echo"Защита: $data[0]<br/><br/>";}
echo"<a href=\"inventar.php?log=$log&amp;pas=$pas\">[Назад]</a></small>";
}else{echo"<small>&#x41F;&#x430;&#x440;&#x43E;&#x43B;&#x44C; &#x438;&#x43B;&#x438; &#x43B;&#x43E;&#x433;&#x438;&#x43D; &#x43D;&#x435;&#x432;&#x435;&#x440;&#x435;&#x43D;!</small>";}

include_once"files/down.php";
?>