📄 head.php
字号:
<?php
require_once('conn.php');
session_start();
if (empty($_SESSION['web']))
{
header("Location: index2.php");
}
?>
<HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>更多六合程序请访问:www.winsk.com QQ:58424431</title>
<script Language="JavaScript" src="no-copying2.js"></script>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
TD {
font-family:Arial;
font-size:12px
}
A:link {
COLOR: #0000FF; TEXT-DECORATION: none
}
A:visited {
COLOR: #0000FF; TEXT-DECORATION: none
}
A:hover {
COLOR: #0000FF; TEXT-DECORATION: underline
}
A:active {
COLOR: #0000FF; TEXT-DECORATION: underline
}
</style>
<style type="text/css">
#Lay {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
</style>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="109" background="p/index_bg.jpg" style="padding-top:1px">
<img src="p/index_r1_c1.jpg" width="109" height="80"></td>
<td valign="top" background="p/index_bg.jpg">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="28">
<strong style="color:#FFFF66">
SIX233 | </strong>
<a href="des.php" style="color:#FFFFFF">
<strong>登出 <?php Echo $_SESSION['web']; ?></strong></a></td>
</tr>
<tr>
<td>
<?php
$exec="Select * from sz";
mysql_query("set names gbk");
$resu=mysql_query($exec);
$rs=mysql_fetch_object($resu);
$qi2=$rs->qi;
$shi2=$rs->shi;
$oo2=$rs->oo;
$content2=$rs->content;
?>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="2" bgcolor="#FFFFFF">
<tr>
<td align="right" bgcolor="#323232">
<marquee direction="LEFT" scrollamount="3" onMouseOver="this.stop()" onMouseOut="this.start()" width="200" style="margin:0">
<a href="home.php?id=24" style="color:#FFFFFF">
<strong style="font-size:13px"><?php Echo $content2;?></strong>
</a>
</marquee>
<?php if ($_SESSION['web']!="system")
{?>
<a href="home.php" style="color:#FFFFFF"><strong>会员</strong></a>
<a href="#" style="color:#FFFFFF"><strong>预测结果</strong></a>
<a href="#" style="color:#FFFFFF"><strong>子帐号</strong></a>
<a href="home.php?id=6" style="color:#FFFFFF"><strong>结果</strong></a>
<a href="home.php?id=45" style="color:#FFFFFF"><strong>报表</strong></a>
<a href="home.php?id=28" style="color:#FFFFFF"><strong>密码</strong></a>
<a href="home.php?id=29" style="color:#FFFFFF"><strong>货量</strong></a>
<a href="home.php?id=32" style="color:#FFFFFF"><strong>我的设定</strong></a>
<?php }?>
<?php if ($_SESSION['web']=="system")
{?>
<a href="home.php" style="color:#FFFFFF"><strong>会员</strong></a>
<a href="home.php?id=3" style="color:#FFFFFF"><strong>赔率设定</strong></a>
<a href="home.php?id=6" style="color:#FFFFFF"><strong>开奖结果</strong></a>
<a href="home.php?id=9" style="color:#FFFFFF"><strong>公告/期数/状态设定</strong></a>
<a href="home.php?id=47" style="color:#FFFFFF"><strong>密码</strong></a>
<?php }?>
<a href="javascript:location.reload()" style="color:#FFFFFF"><strong>更新</strong></a>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -