Kama3a Posted June 9, 2010 Posted June 9, 2010 Okay :) Now you can tell me how add voicecommand .loginfo when player write this him show 30 last ip logins html :o u need to store last 30 ip adress that mean sql store ... not so practically i think Quote
+cs.tribal Posted June 9, 2010 Posted June 9, 2010 I can say it's a nice idea but this wont avoid stealing! Quote
xAddytzu Posted June 9, 2010 Author Posted June 9, 2010 I can say it's a nice idea but this wont avoid stealing! You can make a print screen with evidence Quote
Papaditsa Posted June 10, 2010 Posted June 10, 2010 Index: LoginController.java if (ok) { client.setAccessLevel(access); client.setLastServer(lastServer); - statement = con.prepareStatement("UPDATE accounts SET lastactive=?, lastIP=? WHERE login=?"); + statement = con.prepareStatement("UPDATE accounts SET lastactive=? WHERE login=?"); statement.setLong(1, System.currentTimeMillis()); - statement.setString(2, address.getHostAddress()); - statement.setString(3, user); + statement.setString(2, user) statement.execute(); statement.close(); } Very Nice And gz for share but fix that [statement.setString(2, user) ] Add one ( ; ) in the end of line somenone maybe don't know ;) [statement.setString(2, user);] Gzz Again Dude and thanks for share :D Quote
xAddytzu Posted June 10, 2010 Author Posted June 10, 2010 Very Nice And gz for share but fix that [statement.setString(2, user) ] Add one ( ; ) in the end of line somenone maybe don't know ;) [statement.setString(2, user);] Gzz Again Dude and thanks for share :D Done Quote
minideed Posted June 13, 2010 Posted June 13, 2010 Huh, and You will die from a message on enterworld ? No, but some players would probably freak seeing a different IP displayed every time they log in. The idea is good, but it does not really have a lot of use aside from being cute. Quote
xAddytzu Posted June 13, 2010 Author Posted June 13, 2010 No, but some players would probably freak seeing a different IP displayed every time they log in. The idea is good, but it does not really have a lot of use aside from being cute. You can make a handler for shutdown the system Quote
Boorinio Posted October 12, 2010 Posted October 12, 2010 This one was in l2java.com from it's opening are you sure it's yours? Quote
Setekh Posted October 12, 2010 Posted October 12, 2010 This one was in l2java.com from it's opening are you sure it's yours? it is, and its before l2java >.> Quote
[Geo]Sky Posted October 13, 2010 Posted October 13, 2010 WoW Nice Job man Tnx For Share.... I Like It :P Quote
Dreigons Posted October 14, 2010 Posted October 14, 2010 it is, and its before l2java >.> No, we dont use this system, we have own, so shut up, if you dont know nothing... Quote
xAddytzu Posted October 14, 2010 Author Posted October 14, 2010 No, we dont use this system, we have own, so shut up, if you dont know nothing... He just said .. lol Quote
Setekh Posted October 15, 2010 Posted October 15, 2010 No, we dont use this system, we have own, so shut up, if you dont know nothing... rofl Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.