<?php
header("Cache-Control: no-store, no-cache, must-revalidate");
if ($v == "2") {
header("Content-Type:text/html; charset=UTF-8");
}else {
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
}
require("inc.php");
$link = $fnc->connect_db();
list($row, $id, $ps, $fsize1, $fsize2,$p_arr) =...