📄 bsd01footer.php
字号:
<center>
<?php
if ($ads_select==1){//广告开关
?>
<table align=center>
<tr>
<td width=100%>
<?
mt_srand($timestamp);
$showads=mt_rand(1,2);
if ($showads==1) {
$announcement_file="datafile/ads.php";
if (file_exists($announcement_file)) {
include($announcement_file);
if ($ads==""){
$ads="";
}
$ads=$ads;
} else $ads="";
echo $ads;
}
if ($showads==2) {
$ads2_file="datafile/ads2.php";
if (file_exists($ads2_file)) {
include($ads2_file);
if ($ads2==""){
$ads2="";
}
$ads2=$ads2;
} else $ads2="";
echo $ads2;
}
?>
</td>
</tr></table></table><br>
<?php
}//广告开关
?>
<table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="<?=$titlecolor?>">
<tr>
<td align=right>Powered by<a href="http://www.bmforum.com/"> <?=$verandproname?></a> Skin by <a href="http://www.ownd.net">OWND.net</a>
<br><?php
//---是否显示运行时间
if ($showtime==1){
$end_time = micro_time();
$spend = substr($end_time - $begin_time, 0, 10);
if(VERTYPE==0){
echo $hefo[25].' '.$spend.' '.$hefo[26].' '.$readfilenum.' '.$hefo[27].' '.$writefilenum.' '.$hefo[28];
}elseif(VERTYPE==1){
echo 'Processed in '.$spend.' second(s),'.$querynum.' queries';
}
}
?>
<a href="rss.php?forumid=<?=$forumid?>"><img alt="RSS Feed" border=0 src=<?=$otherimages?>/xml_button.gif></a> </td>
</tr>
</body>
</html>
<?php
ob_end_flush();
exit;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -