function jammer() {
$randomstr = '';
$newArray=array();
$newArray[0]='<a href="http://www.365bug.com" style="color:#ffffff;">本文章來源於:http://www.365bug.com</a>'; //修改''號之間的內容
$newArray[1]='<a href="http://www.365bug.com" style="color:#ffffff;">本文章來源於:365bug 手机bug第一家 http://www.365bug.com</a>';
$newArray[2]='<a href="http://www.365bug.com" style="color:#ffffff;">本文章來源於:365bug 手机bug第一家 http://www.365bug.com</a>';
$randomstr = $newArray[mt_rand(0, 2)];
$seo = !$GLOBALS['tagstatus'] ? $GLOBALS['discuzcodes']['seoarray'][mt_rand(0, 2)] : '';
return mt_rand(0, 2) ? '<font style="font-size:15px;color:#ffffff">'.$seo.$randomstr.'</font>'."\r\n" :
"\r\n".'<span style="display:none">'.$randomstr.$seo.'</span>';
}
function highlight($text, $words, $prepend) {
$text = str_replace('\"', '"', $text);
foreach($words AS $key => $replaceword) {
$text = str_replace($replaceword, '<highlight>'.$replaceword.'</highlight>', $text);
}
return "$prepend$text";
}
?>
怎么样把这个干扰码只在首段、中段、尾段显示呢
只显示三段
其他段落不显示 |