📄 gz.php
字号:
<?php
require_once('conn.php');
session_start();
if (empty($_SESSION['name']))
{
header("Location: Lo.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-copying.js"></script>
<script Language="JavaScript" src="no-copying2.js"></script>
<Link href="sty.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
A:link {
COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
COLOR: #000000; TEXT-DECORATION: none
}
A:active {
COLOR: #000000; TEXT-DECORATION: none
}
</style>
</head>
<body onkeydown="return keyBoardEvent(event.keyCode,event.ctrlKey)">
<?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;
?>
<?php
include("menu.php");
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="238" height="540" valign="top" bgcolor="#63b7d2">
<?php include("zuo.php");?></td>
<td valign="top">
<table width="620" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<?php include("gg.php");?>
<table width="620" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="620" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="padding:6px">
<?php
if ($oo2=="开奖时间")
include("gzinc.php");
else
include("gzinc.php");
?>
</td>
</tr>
</table>
<table width="620" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
</td>
</tr>
</table>
<?php
if (!empty($cg))
echo "<script>alert('下注成功,请检查下注状况.');</script>";
if (!empty($shao))
echo "<script>alert('下注金额不能小于10.');</script>";
if (!empty($bugou))
echo "<script>alert('信用额度不足.');</script>";
?>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -