⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.php

📁 一个可以实时查看股票行情的小程序,真是一个好程序哦,直得大家
💻 PHP
字号:
<?php
!function_exists('readover') && exit('Forbidden');

if(file_exists(R_P."data/style/$skin.php") && strpos($skin,'..')===false){
	@include (R_P."data/style/$skin.php");
}else{
	@include (R_P."data/style/wind.php");
}
$yeyestyle=='no' ? $i_table="bgcolor=$tablecolor" : $i_table='class=i_table';

$msgsound='';
if($groupid=='guest' && $db_regpopup=='1'){
	$head_pop='head_pop';
} else{
	unset($head_pop);
	if($winddb['newpm']==1){
		if($db_msgsound && $secondurl!='message.php'){
			$msgsound="<bgsound src='$imgpath/$stylepath/msg/msg.wav' border='0'>";
		}
	}
}
if($db_union){
	$db_union=explode("\t",stripslashes($db_union));
	$db_hackdb=array_merge($db_hackdb,unserialize($db_union[0]));
}
@require (PrintEot('header'));
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -