御灵道 (Yu Ling Road) - Fate - Online

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Premium | VIP kalle801 is offline
    MemberRank
    Jan 2010 Join Date
    428Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    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.

  2. #17
    Unknown marcuel is offline
    MemberRank
    Mar 2010 Join Date
    499Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    mine is working now, but the screen is soo small, any games online that are alike of this?
    Attached Thumbnails Attached Thumbnails untitled.jpg  

  3. #18
    Valued Member anubisoul is offline
    MemberRank
    Apr 2008 Join Date
    Lisboa,PortugalLocation
    106Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    You can change the screen size in the root folder settings

  4. #19
    Apprentice nirvano is offline
    MemberRank
    May 2010 Join Date
    10Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    winrar 5.0 ok tanks

  5. #20
    Enthusiast bickets is offline
    MemberRank
    Jul 2011 Join Date
    42Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    Really don't want to decompile the server, anyone find the SRC to the server files yet? :/

  6. #21
    Enthusiast Patch2012 is offline
    MemberRank
    Sep 2014 Join Date
    30Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    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"); }%>

  7. #22
    Novice koderyo is offline
    MemberRank
    Oct 2014 Join Date
    4Posts

    Re: 御灵道 (Yu Ling Road) - Fate - Online

    I need help please.when I want to start the game, I jump that it is in maintenance .. (message in Chinese)

    系统公告
       我们正在进行系统维护,升级服务器等相关工作。
       由此给您带来的不便,敬请谅解。感谢您的支持!



Page 2 of 2 FirstFirst 12

Advertisement