ホームページ >バックエンド開発 >PHPチュートリアル >は、LinuxFreak.org のニュース見出しを Web サイトに配置するために設計された PHP スクリプトです。 _PHP チュートリアル
// ビボロ モンゴール フエン !
//
// v2.0.5
//
// include("linuxfreak.php3");
// ?>
// dreamphpboy = sunboy
$link_prefix = " o ";
$link_postfix = "
n";
$cache_file = "/tmp/linuxfreak2.cache";
$キャッシュタイム = 1200;
$max_items = 8;
$target = "_top";
// カスタマイズの終了
$backend = "http://www.linuxfreak.org/backend/linuxfreak.rdf";
$items = 0;
$time = split(" ", microtime());
srand((double)microtime()*1000000);
$cache_time_rnd = 300 - rand(0, 600);
if ( (!(file_exists($cache_file))) || ((filectime($cache_file) + $cache_time - $time[1]) + $cache_time_rnd $fpread = fopen($backend, r);
if(!$fpread) {
} else {
$fpwrite = fopen($cache_file, w);