Jump to content

mogo

Members
  • Posts

    268
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mogo

  1. I do not care if it's l2j, drupal, hello kitty online or a cnc milling machine. My time is worth 15€/hr. It is up to OP whether he accepts or declines.
  2. Following l2j since c1, working with the core since mid 2010, taking up on freelance l2j requests here and there for a couple of years. 15€/hr.
  3. tail -f log/stdout.log should do the trick
  4. 2106 for the loginserver, any port for the gameserver (7777 by default), 9013 (i think)for GS <--> LS communication
  5. Or a SQL injection. If your mysql user had file read or write permissions that could have been exploited very easily for total pwnage.
  6. Please write a 250 - 500 word essay explaining why should someone give you the fix.
  7. somewhere something somehow... You might never guess it... http://javarevisited.blogspot.com/2011/02/how-to-setup-remote-debugging-in.html take this, you'll thank me later.
  8. Fire up eclipse debugger, set a breakpoint in the enter instance method and see step by step what happens.
  9. If you want to win the lottery, you have to buy a ticket. If you want something to get solved, you have to describe the problem and include the code! We're not a bunch of mind readers you know.
  10. google is your friend mate, there's a crapload of articles about JVM and MySQL performance tuning
  11. Alienware machine dedicated to l2j server? Mate, you've thrown away a metric -beep-ton of cash to be honest.
  12. My guess that it's the garbage collector kicking in because of misconfiguration or some poorly written script.
  13. That's apples, mate! You won't believe what I've done today!! I've managed to remove the system message that says "welcome to l2j, the project is founded by l2chef...". Are you getting jealous of my superior java skills?
  14. There is nothing much to explain actually. Which line are you having trouble with, specifically?
  15. Connections do get closed. There is a timeout, but it is better to close them manually.
  16. FYI activeChar can be anything as well as nothing
  17. Something like that could work. Not the exact script you've posted, though.
  18. One can't do an unknown amount of work for an already defined sum of money. You should either get into more detail or consider paying hourly.
  19. SELECT char_name, onlinetime FROM characters ORDER DESC BY onlinetime; Voilà, there's your script.
  20. Who doesn't use it? AOE'ing in FoG at 4 a.m. and the bish wants to go to sleep? No problem! Open up party matching and you have a perfect replacement in seconds (due to global visibility, class-based candidate sorting, level restrictions). Convenient as hell if you ask me.
×
×
  • Create New...