Jump to content

wibox

Members
  • Posts

    12
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About wibox

Profile Information

  • Gender
    Not Telling

wibox's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. First why did you remove your previous post that was saying some of the top things you can do to DDoS a server And second and last to continue from what you were saying that you need a high Internet speed to do some damage to a as best as possible protected machine running a L2 server what you actually do is rent a server on the cloud for example to DDoS the server and that's it?? I would like to know more people opinion about this matter because many speak about DDoSing L2 servers buf in reality it seems they don't know what they are talking about...
  2. How do you know that they have been ddosed about 10 times? So when a server gets ddosed the first thing they should do is quit their server and close it?
  3. up~~ come on all know how to DDoS but noone can talk about it?
  4. Hello, I remember some years ago where many people would open a Lineage 2 Server but the reason they would fail is because they didn't deliver what they said their server was crap they were crap they were kiddos aka wannabe-admins So what happened during these years so the top reason many servers fail is due to DDoSing? Is it that easy to DDoS a Lineage 2 server? Except Lineage 2 Servers being hosted in Windows machines, what about those hosted in Linux machines and have a considerable DDoS protection? Are they easy as well being DDoSed? Thanks.
  5. i am not here to judge the server, i hope you grow steadily... but man i see day by 10 new mid servers come up all with the same features... i mean nothing really new... just a mid server with buffer,B in shop and from then you craft the rest... there are 100 servers out there with the same features and only 5-10 have some people on them... Good luck :)
  6. so i fixed it by changing getInt() to getLong() and last_got_kill variable type from int to long.
  7. code: public int getLastGotKill() { Connection con = null; int last_pvp_time = 0; try { con = L2DatabaseFactory.getInstance().getConnection(false); PreparedStatement statement; statement = con.prepareStatement("select last_got_kill from characters where obj_Id=?"); statement.setInt(1, getObjectId()); ResultSet rset = statement.executeQuery(); while(rset.next()) { last_pvp_time = rset.getInt("last_got_kill"); _log.info("last pvp time is : " + last_pvp_time); } rset.close(); rset = null; statement.close(); statement = null; } catch(Exception e) { if(Config.ENABLE_ALL_EXCEPTIONS) e.printStackTrace(); } finally { CloseUtil.close(con); con = null; } return last_pvp_time; } why does this return always 0 ? i am sure that the column last_got_kill is not zero for the selected player
  8. code: public int getLastGotKill() { Connection con = null; int last_pvp_time = 0; try { con = L2DatabaseFactory.getInstance().getConnection(false); PreparedStatement statement; statement = con.prepareStatement("select last_got_kill from characters where obj_Id=?"); statement.setInt(1, getObjectId()); ResultSet rset = statement.executeQuery(); while(rset.next()) { last_pvp_time = rset.getInt("last_got_kill"); _log.info("last pvp time is : " + last_pvp_time); } rset.close(); rset = null; statement.close(); statement = null; } catch(Exception e) { if(Config.ENABLE_ALL_EXCEPTIONS) e.printStackTrace(); } finally { CloseUtil.close(con); con = null; } return last_pvp_time; } why does this return always 0 ? i am sure that the column last_got_kill is not zero for the selected player
  9. Hello guys, its been long time since i have played any good low rate server between x3-x10 rates and i wanted to get into the action again... So i thought i would get some suggestions from you about servers.. So what i'm looking for is Low Rate between x3-x10 All craftable or at least A and S craftable With or Without NPC Buffer/GM Shop No or not too much donations And most important, it must be Interlude! I'd love to find a server that meets the above requirements from you guys!
×
×
  • Create New...