I will try my best and translate this into fully english.
- - - Updated - - -
Is it normal that there are hundrets of users online in my server? Oo
Or are these bots?
![]()
I will try my best and translate this into fully english.
- - - Updated - - -
Is it normal that there are hundrets of users online in my server? Oo
Or are these bots?
![]()
Last edited by kalle801; 09-10-15 at 07:07 PM.
mine is working now, but the screen is soo small, any games online that are alike of this?
You can change the screen size in the root folder settings
winrar 5.0 ok tanks
Really don't want to decompile the server, anyone find the SRC to the server files yet? :/
can't login to the game
- - - Updated - - -
<%@ page language="java" contentType="text/html;charset=utf-8" pageEncoding="utf-8"%><%@ page import="java.util.*,java.nio.charset.Charset"%><%@ page import="com.fate.service.LoginService,com.fate.service.AccountService,com.fate.util.UtilString"%><% request.setCharacterEncoding("utf-8"); String accountName = request.getParameter("accountName"); String password = request.getParameter("password"); String time = request.getParameter("time"); //String key = request.getParameter("key"); if (null != session.getAttribute("accountName")) { accountName = (String)session.getAttribute("accountName"); } if (null != session.getAttribute("password")) { password = (String)session.getAttribute("password"); } if (null != session.getAttribute("time")) { time = (String)session.getAttribute("time"); } if (null != accountName && !"".equals(accountName.trim()) && null != password && !"".equals(password.trim())) { //验è¯è´¦å·æ˜¯å¦å˜åœ¨ String IP = ""; String clientIP = request.getHeader("x-forwarded-for"); if (null == clientIP || clientIP.length() == 0 || "unknown" .equalsIgnoreCase(clientIP)) { clientIP = request.getHeader( " Proxy-Client-IP " ); } if (null == clientIP || clientIP.length() == 0 || "unknown".equalsIgnoreCase(clientIP)) { clientIP = request.getHeader( " WL-Proxy-Client-IP " ); } if (null == clientIP || clientIP.length() == 0 || "unknown".equalsIgnoreCase(clientIP)) { clientIP = request.getRemoteAddr(); } if (null != clientIP) { IP = clientIP; } int re = AccountService.checkAccount(accountName, password, IP); if (0 != re) { response.sendRedirect("login.jsp?result="+re); return; } //处ç†ç™»é™†æµç¨‹ String result = LoginService.loginValid(session, accountName, "0"); if (null == result || "-1".equals(result.trim())) { response.sendRedirect("login.jsp"); return; } else if("-2".equals(result.trim())) { session.setAttribute("id", result); response.sendRedirect("announces.jsp"); } else { session.setAttribute("id", result); session.setAttribute("accountName", accountName); //session.setAttribute("password", password); //session.setAttribute("time", time); response.sendRedirect("enterGame.jsp"); } } else { response.sendRedirect("login.jsp"); }%>
I need help please.when I want to start the game, I jump that it is in maintenance .. (message in Chinese)
系统公告
我们正在进行系统维护,升级服务器等相关工作。
由此给您带来的不便,敬请谅解。感谢您的支持!![]()