Просмотр файла lem/f.php

Размер файла: 1.23Kb
<?php
$cardid = "f";
include("xml.php");
$ex=explode("/",$f);
$path="files/";
$top = unserialize(file_get_contents("top.dat"));
$op = unserialize(file_get_contents("op.dat"));
$l = count($ex)-1;
$name = substr($ex[$l],0,-4);
if(!isset($op[$name]))$op[$name]="Нет описания <a href='admin.php?id=$name'>+</a>";
$allvotes = $top[$name][5]+$top[$name][4]+$top[$name][3]+$top[$name][2]+$top[$name][1];
$total_marks = $top[$name][5]*5+$top[$name][4]*4+$top[$name][3]*3+$top[$name][2]*2+$top[$name][1]*1;
$my = round($total_marks / $allvotes, 1);
echo"<br/><b>$name</b><br/>&gt;&gt;<a href='$path$f'>Скачать</a>,".round(filesize($path.$f)/1024)."kb<br/>Описание:<br/><b>[</b>".$op[$name]."<b>]</b><br/><input name=\"Fget".rand(0, 999)."\" maxlenght=\"20\" value=\"http://chat.by.kz/lem/files".str_replace('./', '/', $f)."\" title=\"Fget\"/><br/><u>Рейтинг:</u>".$my."<br/>Оценить:<br/>|";
for($i=1; $i<=5; $i++){echo"<a href='top.php?id=$name&amp;bal=$i'>$i</a>|\n";}
echo "<br/><a href='komments/?nom=$name&amp;f=$f'>Комментариев(";
include("./komments/cont/$name.dat");
echo ")</a><br/>";
echo"<br/><anchor>&lt;&lt;&lt;Назад<prev/></anchor><br/>\n";
include("online.php");
echo $px;
?>