您好,欢迎访问一九零五行业门户网

是一个设计将LinuxFreak.org新闻标题放置到你的网站的PHP脚本程序_PHP教程

// dreamphp boy = sunboy
$link_prefix =   o ;
$link_postfix =
n;
$cache_file = /tmp/linuxfreak2.cache;
$cache_time = 1200;
$max_items = 8;
$target = _top;
// end of customizations
$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);
if(!$fpwrite) {
} else {
while(! feof($fpread) ) {
$buffer = ltrim(chop(fgets($fpread, 256)));
if (($buffer == ) && ($items $title = ltrim(chop(fgets($fpread, 256)));
$link = ltrim(chop(fgets($fpread, 256)));
$title = ereg_replace( , , $title );
$title = ereg_replace( , , $title );
$link = ereg_replace( , , $link );
$link = ereg_replace( , , $link );
fputs($fpwrite, $link_prefix$title$link_postfix);
$items++;
}
}
}
fclose($fpread);
}
fclose($fpwrite);
}
if (file_exists($cache_file)) {
include($cache_file);
}
?>
【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】
http://www.bkjia.com/phpjc/532370.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/532370.htmltecharticle// bi bolo monggole huen ! // // v2.0.5 // // include(linuxfreak.php3); // ?> // dreamphp boy = sunboy $link_prefix = o ; $link_postfix = n; $cache_file = /tmp/linuxfreak2.cache; $...
其它类似信息

推荐信息