📄 game_help.jsp.svn-base
字号:
<!--------------------------------------------------------------------------------------------------------------
*@霸烙>霸烙档框富
*@Author : 冠惑辣(2007-12-23)
*@Images : 其捞瘤 救俊 甸绢啊绰 捞固瘤
1) bg_01.png - 抛捞喉 弥惑窜 硅版捞固瘤
--------------------------------------------------------------------------------------------------------------->
<%@ page import='java.io.*,java.text.*,java.util.Date,java.util.Vector, java.sql.*, com.entaz.lib.db.*, com.entaz.relay.net.*' contentType='text/html;charset=euc-kr'%>
<%@ include file="../imgpath.jsp"%>
<%
response.setHeader("cache-control","no-cache");
response.setHeader("expires","0");
response.setHeader("pragma","no-cache");
/***********************************************************************
@ Page Description
霸烙 汲疙
@ Parameter
***********************************************************************/
/*------------------------------------------------------------------------------------------------------
+ 扁夯 颇扼固磐
-------------------------------------------------------------------------------------------------------*/
String mphone = request.getParameter("mphone");
String gphone = request.getParameter("gphone");
String game_idx = request.getParameter("game_idx");
/*------------------------------------------------------------------------------------------------------
+ 傈开 函荐
-------------------------------------------------------------------------------------------------------*/
String str="";
String gameTitle = "";
String game_explain= "";
String game_limit_image = "";
String game_loading_image = "";
//0903
String game_sangho="";
String game_dunggub="";
String game_makeday="";
String game_dunggub_num="";
String game_singo_num="";
/*------------------------------------------------------------------------------------------------------
+ DB 包访 函荐
-------------------------------------------------------------------------------------------------------*/
Connection con = null;
PreparedStatement pstmt=null;
Statement stmt = null;
ResultSet rs = null;
ResultSet pageset = null;
try
{
//=========================== 傍烹函券累诀 : 2008-01-21 ===========================
/**
* 公丰霸烙鸥款 矫胶袍痢八 棺 喉发蜡历 八免
*
* @ date ?8-01-21
* @ version 1.2.0
*/
String SYSTEM_PARAMETER_SET = "?mphone="+request.getParameter("mphone")+"&gphone="+request.getParameter("mphone");
String SYSTEM_PHONE_NUMBER = request.getParameter("mphone");
// 矫胶袍 痢八 眉农
//
if(IS_SYSTEM_CHECK)
{
if( ! IS_TESTER_MODE )
{
response.sendRedirect(url_path+"/system_notice.jsp"+SYSTEM_PARAMETER_SET);
return;
}
}
// DB 楷搬捞 登瘤 臼阑 锭, 救郴芒栏肺 捞悼
//
con = DBConnector.getConnection(db_name);
if( con == null )
{
response.sendRedirect(url_path+"/system_notice2.jsp"+SYSTEM_PARAMETER_SET);
return;
}
// 矫胶袍痢八 吝捞咯档 抛胶磐绰 荤侩啊瓷
//
if( IS_TESTER_MODE )
{
boolean isTester = DBConnector.chkTester( con, SYSTEM_PHONE_NUMBER );
if( ! isTester )
{
response.sendRedirect(url_path+"/system_notice.jsp"+SYSTEM_PARAMETER_SET);
return;
}
}
// 喉发蜡历牢瘤 眉农,
//
boolean isBlackUser = DBConnector.chkBlackList( con, SYSTEM_PHONE_NUMBER );
if( isBlackUser )
{
response.sendRedirect(url_path+"/bad_member.jsp"+SYSTEM_PARAMETER_SET);
return;
}
//=========================== 傍烹函券累诀 : 2008-01-21 ===========================
stmt = con.createStatement();
str = "select game_idx, game_title, game_text, game_img_path, game_explain, game_limit_image, game_loading_image, game_sangho, game_dunggub, game_makeday, game_dunggub_num , game_singo_num from GT_game where game_idx=?";
pstmt = con.prepareStatement(str);
pstmt.setInt(1,Integer.parseInt(game_idx));
rs = pstmt.executeQuery();
if(rs.next())
{
gameTitle = rs.getString(2); //霸烙力格
game_explain = rs.getString(5); //霸烙 眠啊 汲疙(肺爹吝老锭 唱坷绰 咆胶飘)
game_limit_image = rs.getString(6); //康殿困 捞固瘤
game_loading_image = rs.getString(7); //肺爹 捞固瘤
game_sangho = rs.getString(8); //0903
game_dunggub = rs.getString(9);
game_makeday = rs.getString(10);
game_dunggub_num = rs.getString(11);
game_singo_num = rs.getString(12);
}
if(rs != null) rs.close();
if(stmt != null) stmt.close();
if(con != null) con.close();
}
catch (Exception e)
{
out.println(e);
}
finally
{
if(rs != null) try{rs.close();}catch(Exception se){}
if(pageset != null) try{pageset.close();}catch(Exception se){}
if(pstmt != null) try{pstmt.close();}catch(Exception es){}
if(stmt != null) try{stmt.close();}catch(Exception es){}
if(con != null) try{con.close();}catch(Exception es){}
}
%>
<html>
<head>
<title>霸烙档框富</title>
<link href="mobile.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="176" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="176" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3" bgcolor="#A8BFFF"></td>
</tr>
<tr>
<td height="13" bgcolor="#6A76F2"> <font color="#ffffff">霸烙档框富</font></td>
</tr>
<tr>
<td height="3" bgcolor="#A8BFFF"></td>
</tr>
<tr>
<td height="1" bgcolor="#6A76F2"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="9"></td>
</tr>
<tr>
<td height="65" bgcolor="#e5ecff" align="center"><font color="#616667"><%=game_explain%></font></td>
</tr>
<tr>
<td height="9"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5"></td>
<td width="166">
<table border="0" cellpadding="0" cellspacing="0">
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3" bgcolor="#dae6e8"></td>
<td width="50" bgcolor="#dae6e8"></td>
<td width="3" bgcolor="#dae6e8"></td>
<td width="103" bgcolor="#dae6e8"></td>
<td width="3" bgcolor="#dae6e8"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="3">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="17">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50" bgcolor="#b1ff91" align="center"><font color="#616667">力 疙</font></td>
<td width="3" bgcolor="#b1ff91"></td>
<td width="103" bgcolor="#b1ff91"><font color="#279261"><%=gameTitle%></font></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="17">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50" bgcolor="#b1ff91" align="center"><font color="#616667">惑 龋</font></td>
<td width="3" bgcolor="#b1ff91"></td>
<td width="103" bgcolor="#b1ff91"><font color="#279261"><%=game_sangho%></font></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="17">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50" bgcolor="#b1ff91" align="center"><font color="#616667">捞侩殿鞭</font></td>
<td width="3" bgcolor="#b1ff91"></td>
<td width="103" bgcolor="#b1ff91"><font color="#279261"><%=game_dunggub%></font></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="17">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50" bgcolor="#b1ff91" align="center"><font color="#616667">力 累<br>楷 岿 老</font></td>
<td width="3" bgcolor="#b1ff91"></td>
<td width="103" bgcolor="#b1ff91"><font color="#279261"><%=game_makeday%></font></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="17">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50" bgcolor="#b1ff91" align="center"><font color="#616667">殿 鞭<br>盒幅锅龋</font></td>
<td width="3" bgcolor="#b1ff91"></td>
<td width="103" bgcolor="#b1ff91"><font color="#279261"><%=game_dunggub_num%></font></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="17">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50" bgcolor="#b1ff91" align="center"><font color="#616667">脚绊锅龋</font></td>
<td width="3" bgcolor="#b1ff91"></td>
<td width="103" bgcolor="#b1ff91"><font color="#279261"><%=game_singo_num%></font></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="3">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3"></td>
<td width="50"></td>
<td width="3"></td>
<td width="103"></td>
<td width="3"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
<tr height="2">
<td width="2" bgcolor="#dae6e8"></td>
<td width="3" bgcolor="#dae6e8"></td>
<td width="50" bgcolor="#dae6e8"></td>
<td width="3" bgcolor="#dae6e8"></td>
<td width="103" bgcolor="#dae6e8"></td>
<td width="3" bgcolor="#dae6e8"></td>
<td width="2" bgcolor="#dae6e8"></td>
</tr>
</table>
</td>
<td width="5"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="7"></td>
</tr>
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr height="17">
<td width="26"></td>
<td width="60" bgcolor="#a8bfff" align="center"><a href="javascript:history.back()"><font color="#ffffff">倒酒啊扁</font></a></td>
<td width="3"></td>
<td width="60" bgcolor="#a8bfff" align="center"><a href="<%=url_path+"/ranking/game.jsp?mphone="+mphone+"&gphone="+gphone+"&linkFlag=0"%>"><font color="#ffffff">霸烙皋牢</font></a></td>
<td width="59"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="13"></td>
</tr>
</table>
<%
String step1=url_path+"/main.jsp?mphone="+mphone+"&gphone="+gphone;//权
String step2=url_path+"/ranking/game.jsp?mphone="+mphone+"&gphone="+gphone+"&linkFlag=0";//霸烙皋牢
%>
<table cellpadding="0" cellspacing="0" width="176" height="19">
<tr>
<td width="10" bgcolor="#BDC7CE"> </td>
<td width="156" bgcolor="#DEE7EF"><a href="<%=step1%>">权</a>><a href="<%=step2%>">霸烙皋牢</a>>霸烙档框富</td>
<td width="10" bgcolor="#BDC7CE"> </td>
</tr>
</table>
<%@ include file="../newbottom.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -