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

📄 rule.php

📁 六和投注系统
💻 PHP
字号:
<?php
session_start();
$user=$_SESSION["user"];
include("../inc/conn.php");
include_once($_SESSION["inclanguage"]);
$menu=$pn_rulesay;
include("../inc/main.js.php");
mysql_query("update online set title='$menu' where user_account='$user'",$conn);
$sql_report=mysql_query("select * from report where sign='2' order by time desc",$conn);
$report_content=mysql_result($sql_report,0,"report_content");
$sqls=mysql_query("select * from config where sign='3'",$conn);
if($_SESSION["lan"]=="zh") $rules=mysql_result($sqls,0,"content");
if($_SESSION["lan"]=="tw") $rules=mysql_result($sqls,0,"content2");
?><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link href="../styles/css_g/css2.CSS" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 10px;
	background-image: url(../styles/nimg_g/main.gif);
}
-->
</style>
<STYLE>
LI {
	LINE-HEIGHT: 16pt
}
.style2 {
	color: #00468C;
	font-weight: bold;
}
.style4 {color: #00468C}
</STYLE></HEAD>
<BODY oncontextmenu="return false" onselectstart="return false" 
onkeydown="return (event.ctrlKey &amp;&amp; event.keyCode == 78) ? false : true" 
ondragstart="return false" onmouseover="window.status=''; return true"><table width="95%" border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td height="5" ></td>
       </tr>
     </table>
<?php include("../inc/linemsg.php");?>
<table width="95%" border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td height="5" ></td>
       </tr>
     </table>
<table width="688" height="24"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="1%" height="24"><img src="../styles/nimg/menu_l.gif" width="10" height="29"></td>
    <td width="97%" valign="bottom" background="../styles/nimg/menu_c.gif"><table width="100%" height="19"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="13%" align="center" class="fw12"><?=$pn_rulesay?></td>
          <td width="41%" nowrap></td>
          <td width="41%" nowrap>
            <div id="liveclock"> </div></td>
          <td width="5%">&nbsp;</td>
        </tr>
    </table></td>
    <td width="2%"><img src="../styles/nimg/menu_r.gif" width="10" height="29"></td>
  </tr>
</table>
<table width="685"  border="0" cellpadding="0" cellspacing="1" class="t11">
  <tr>
    <td height="107" valign="top" class="t17"><?=$rules?> </td>
  </tr>
</table>
</BODY>


⌨️ 快捷键说明

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