The latest version of DVD Cache is include("version.inc.php"); $version = new Version_Info(NULL); echo $version->version();?>
It was released on echo $version->english_date() ?>
Download the latest version.
require_once("system.inc.php");
global $db;
global $db_class;
if (!$db_class)
{
$db_class = new mysql;
}
$sql = "SELECT * FROM `versions` ORDER BY `id`";
$r = $db_class->executeSQL($sql);
echo "