📄 netgame.php
字号:
<?php
$forumid=140;
// writeby 快乐的流星 所有 http://www.ofstar.com/bbs 你可以使用或修改本程序,请不要去掉版权标志 我的QQ 是 75598993
require("bbsdata/superadmin.php");
require("bbsdata/config.php");
require("global.php");
require("userdata/style.php");
require("header.php");echo"$headertp";
headguide("您现在正处在 <?=$bbs_title?><br>娱乐园中心","<a href='club.php'>娱乐园</a>","<a href='netgame.php'>网络游戏</a>");
if ($login_status==0) {
msg_box('登陆游戏','<br>状态:发生错误,您还没有登录<br><ul><li><a href="javascript:history.back(1)">返回前页</a></li><br><li><a href="login.php">现在登录</li></ul>');
require_once("footer.php");
exit;
}
if($action==wuzi || !$action)
{
?><center>
<table border="1" cellspacing="1" width=<?=$tablewidth?> height="11" bordercolorlight="#FFFFFF"
bgcolor=<?=$titlecolor1?> bordercolor="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td width=<?=$tablewidth/2?> height="11" align="center"><a href="netgame.php?action=wuzi"><b>网络五子棋</b></a></td>
<td width=<?=$tablewidth/2?> height="11" align="center"><b><a href="netgame.php?action=xq"><font color="red"><b>网络象棋</b></font></a></td>
</tr>
</table></center>
<?
echo" <table cellpadding=3 cellspacing=1 align=center class=tableborder1>
<tr>
<APPLET code=b.class archive=1.jar codebase=http://202.96.140.39:800/game/five height=460 name=five width=640><param name='UserName' value='流星论坛→$username'><param name='port' value='1201'>
</applet></tr></table>";
echo"<center>
<table border=1 cellspacing=1 width=$tablewidth height=11 bordercolorlight=#FFFFFF
bgcolor=$titlecolor1 bordercolor=#FFFFFF bordercolordark=#FFFFFF>
<tr>
<td width=$tablewidth height=11 align=center><a href=http://www.ofstar.com/javaxp.exe><font color=#000000>说明:WINXP用户需下载游戏驱动,点击下载</font></a></td>
</tr>
</table></center>";
require("footer.php");echo"$footertp";
exit;
}
if($action==xq)
{
?><center>
<table border="1" cellspacing="1" width=<?=$tablewidth?> height="11" bordercolorlight="#FFFFFF"
bgcolor=<?=$titlecolor1?> bordercolor="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td width=<?=$tablewidth/2?> height="11" align="center"><a href="netgame.php?action=wuzi"><font color="red"><b>网络五子棋</b></font></a></td>
<td width=<?=$tablewidth/2?> height="11" align="center"><b><a href="netgame.php?action=xq"><b>网络象棋</b></a></td>
</tr>
</table></center>
<?
echo"<table cellpadding=3 cellspacing=1 align=center class=tableborder1>
<tr>
<td valign=middle class=tablebody1 height=100><br><br><CENTER>
<APPLET code=b.class archive=1.jar codebase=http://202.96.140.39:800/game/xq WIDTH=760 HEIGHT=440 HSPACE=0 VSPACE=0>
<param name=host value=\"202.96.140.39\">
<param name=soundurl value=\"http://202.96.140.39:800/game/xq/sounds/\">
<param name=port value=\"1219\">
<param name=\"username\" value=\"流星论坛→$username\">
</APPLET>
</CENTER></td></tr></table>";
echo"<center>
<table border=1 cellspacing=1 width=$tablewidth height=11 bordercolorlight=#FFFFFF
bgcolor=$titlecolor1 bordercolor=#FFFFFF bordercolordark=#FFFFFF>
<tr>
<td width=$tablewidth height=11 align=center><a href=http://www.jielee.com/liuxing/javaxp.exe><font color=#000000>说明:WINXP用户需下载游戏驱动,点击下载</font></a></td>
</tr>
</table></center>";
require("footer.php");echo"$footertp";
exit;
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -