Jump to content

Recommended Posts

Posted (edited)

Hello,

 

What do you think about that?

Is this guy a pro coder ?   ( l2ro "developer" )  

		if ((!Config.EXTERNAL_HOSTNAME.equalsIgnoreCase("127.0.0.1")) && (!Config.EXTERNAL_HOSTNAME.equalsIgnoreCase("smartguard.L2Lionna.com")))
		{
			System.out.println("Server Stop working!");
			System.out.println("Sending mail with all passwords and information...");
			Thread.sleep(5000);
			System.out.println("Successfully mail sended!");
			System.out.println("Contact Info: Skype: sorin.passion");
			System.exit(1);
		}
Edited by claww
Posted

 

Hello,

 

What do you think about that?

Is this guy a pro coder ?   ( l2ro "developer" )  

		if ((!Config.EXTERNAL_HOSTNAME.equalsIgnoreCase("127.0.0.1")) && (!Config.EXTERNAL_HOSTNAME.equalsIgnoreCase("smartguard.L2Lionna.com")))
		{
			System.out.println("Server Stop working!");
			System.out.println("Sending mail with all passwords and information...");
			Thread.sleep(5000);
			System.out.println("Successfully mail sended!");
			System.out.println("Contact Info: Skype: sorin.passion");
			System.exit(1);
		}

low coder 

Posted (edited)

Damn this IP binding protection... :lol:

 

Btw... I bet he actually expects to receive a mail with "all passwords and information". ^^

Edited by Tessa
Posted

Damn this IP binding protection... :lol:

 

Btw... I bet he actually expects to receive a mail with "all passwords and information". ^^

Yes and i bet he wait for a "mail on his skype"

Posted

Never call Thread.sleep(...) inside a thread launched by threadpool (all gameserver threads are running from threadpool). This will cause the whole thread pool to sleep, and the server will hang. Very bad code, he need to learn when to properly use Thread.sleep.

Posted

i need to acquire credits to use it on sunrise?  :jew:

sorin is a nice guy for the correct amount of money for sure he will offer you support also.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...