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

WBOY
Libérer: 2016-07-13 17:21:58
original
707 Les gens l'ont consulté

// bi bolo monggole huen !
//
// v2.0.5
//
// include("linuxfreak.php3");
// ?>
// 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 ); <br> $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);
}
?>
【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】

www.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; $...
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!