📄 welcome.php
字号:
<?php
require_once("configs/Configs.php");//加载配置文件
require_once("functions/login_flag.php");//是否已经登录
require_once("functions/class_mysql.php");//加载数据库类文件
require_once("functions/func_common.php");//加载函数文件
//require_once("all_processing.php");
if($_GET['from']=="welcome"){
$db->query("update `player_info` set `status`='1' where `u_id`='".$_COOKIE['UserId']."'");
}
$db->close();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>系统信息</title>
<link href="css/id.css" rel="stylesheet" type="text/css">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link type="text/css" href="css/build.css" rel="stylesheet">
<style>
body{
margin-top:0px;
}
</style>
</head>
<body>
<script language="JavaScript">
function killErrors() {
return true;
}
window.onerror = killErrors;
</script>
<?php
echo "<script>";
echo "parent.function_area.refresh_area_page();";
echo "</script>";
?>
<!--导航-->
<?php require_once("system_daohang.htm");?><? include('../configs/configs.php'); ?>
<div id="mb_01">
<div class="page_build_title"></div>
</div>
<div id="mb_04">
<!--替换区域开始-->
<div class="page_title" style="margin-bottom:10px;color:#ff3300;"><? echo $webgamesitename; ?>之黄巾之乱</div>
<div style="flaot:center;text-align:left;line-height:22px;width:90%;">
话说天下大势,分久必合,合久必分。周末七国分争,并入于秦。及秦灭之后,楚、汉分争,又并入于汉。汉朝自高祖斩白蛇而起义,一统天下,后来光武中兴,传至献帝,遂分为三国。推其致乱之由,殆始于桓、灵二帝。桓帝禁锢善类,崇信宦官。及桓帝崩,灵帝即位,大将军窦武、太傅陈蕃,共相辅佐。时有宦官曹节等弄权,窦武、陈蕃谋诛之,机事不密,反为所害,中涓自此愈横。<br/>
--罗贯中《三国演义》 <br/><br/>
公元184年2月,太平道首领张角以及其兄弟张梁和张宝率信徒起义,自称“天公将军”,以头裹黄巾为记号,以“苍天已死,黄天当立;岁在甲子,天下大吉”为号,各地疾苦农民争相加入,声势浩大。东汉政府极之震惊,但由于中央军队腐败,力量不足,汉灵帝只得下诏各地地方政府和豪强地主可以自己招募“义军”“勤王”,一同进剿......
<br/><br/><br/>
</div>
<!--替换区域结束-->
</div>
</div>
<div id="mb_03"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -