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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock