Jump to content

Ronald

Members
  • Posts

    250
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Ronald

  1. Hi Team,

    I would just like to seek your assistance I've already tried to debug my fluxcp PvP Ranking and WoE ranking but it still gives me error. I will appreciate if you can give your cents.

    Warning: mysqli_query() expects at least 2 parameters, 1 given in /* DIR */monthly.php on line 21

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /* DIR */monthly.php on line 22

    Warning: mysqli_query() expects at least 2 parameters, 1 given in  /* DIR */monthly.php on line 25

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /* DIR */monthly.php on line 26

     

    Line 21 $sql = mysqli_query("SELECT * FROM pvpladder ORDER BY kills DESC LIMIT 1");

    Line 22 $row = mysqli_fetch_array($sql);

    Line 25 $sql1 = mysqli_query("SELECT * FROM ownladder ORDER BY currentown desc limit 1");

    Line 26 $row1 = mysqli_fetch_array($sql1);

     

    Thank you so much!

  2. Hi rA Team,

     

    May I ask how to change the permission of FluxCP access such as last IP used, show username, etc.. Because I want to edit the minimum group id of those who can see the accounts on my flux.

     

    Thank you.

  3. On 2/28/2018 at 3:14 AM, Poring King said:

    in char athena it name like this

    server_name: rAthena

    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: Server

     

    but in client side it name server1 im really confuse how did you do . @Cyro

    Check on your clientinfo/sclientinfo.

     

     

×
×
  • Create New...