Jump to content

BruT

Members
  • Posts

    689
  • Joined

  • Last visited

  • Days Won

    16
  • Feedback

    100%

Everything posted by BruT

  1. How dare you insult me u freaking poor creature, Who the hell do you think you are? i wont show you anything.
  2. this is shared thousand times
  3. didnt i share this thing already?
  4. lol using System; using System.Net.Sockets; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { TcpListener serverSocket = new TcpListener(8888); int requestCount = 0; TcpClient clientSocket = default(TcpClient); serverSocket.Start(); Console.WriteLine(" >> Server Started"); clientSocket = serverSocket.AcceptTcpClient(); Console.WriteLine(" >> Accept connection from client"); requestCount = 0; while ((true)) { try { requestCount = requestCount + 1; NetworkStream networkStream = clientSocket.GetStream(); byte[] bytesFrom = new byte[10025]; networkStream.Read(bytesFrom, 0, (int)clientSocket.ReceiveBufferSize); string dataFromClient = System.Text.Encoding.ASCII.GetString(bytesFrom); dataFromClient = dataFromClient.Substring(0, dataFromClient.IndexOf("$")); Console.WriteLine(" >> Data from client - " + dataFromClient); string serverResponse = "Server response " + Convert.ToString(requestCount); Byte[] sendBytes = Encoding.ASCII.GetBytes(serverResponse); networkStream.Write(sendBytes, 0, sendBytes.Length); networkStream.Flush(); Console.WriteLine(" >> " + serverResponse); } catch (Exception ex) { Console.WriteLine(ex.ToString()); } } clientSocket.Close(); serverSocket.Stop(); Console.WriteLine(" >> exit"); Console.ReadLine(); } } }
  5. Such share as "good vs evil" doesnt exist anywhere stop dreaming but if u are talking about the shares that contains some restricts then its ok.. they are not even 1% of GvE
  6. "Faction Good vs Evil" what does mean that u have their engine? lol you must be some kind of joke
  7. if u redirect him to another port u still need to open that port xD a single port scan will be enough for him to see that xD Man this works against 95% of the ddosers which actually are wannabe ones :P actually if someone wants to ddos you then there is no way to prevent that with such programs xD u can do something different everyone who pass the login added on on a list that the gs allow access only to the ips in the list you will protect your server from the lame ddosers that use some random programs from mxc's forum and when the time comes for the real ddoser to do his move then it will be the end a simple program/software CANNOT protect you from ddosers only from some floods as my friend said : .~NotFound~. says: then all servers in world would have protection
  8. and whats the point of it ? how do ppl connect? xD you redirect them on another port? lol if there is ddoser then actually he knows what to do he can simply scan your used ports and change his attack target LOL lol cuz this program is coded on C++ doesnt mean that he is son of god even on pascal the result will be same
  9. i still wonder how will u protect your self from the ddos with such things since ddos is flooding your network not rly your CONSOLE lol
  10. how do you know that ? cuz u cannot code such things that doesnt means the others cannt ? don't post again such comments cuz next time i will report you for spam c'on you are requesting videos even for 10 euro, he isn't a scammer be sure for that.. you cannot stuck anywhere cuz you are moving to a point, dont be sure for things that u didnt code.. what kind of stupid spammer you are? p.s. this isnt discussion section its a marketplace, discuss it on msn/irc/skype/icq or whereever you want but not in his section/topic. next useless spam goes to the reports
  11. 500$? lol we arent billionaires
  12. better get the free one from l2jfree cuz you wont find private geodata in sale.. nobody is working at such thing
  13. such thing doesn't exist
  14. Since the other can sell l2jserver's source without their permision then he can sell anyone's pack without permision
  15. lol MaxPain you are such a funny guy.. why do you even comment L2J? first you doesnt have c++/java certificate to discuss projects such as L2J cuz there are REAL programers in this project not some fake and wannabe "devs" or "programers" like you LMAO beating L2J thats the joke of the year Even if dragonhunter is pro certified programer he wont reach the success of L2J The Success of L2J isn't reachable.. only a newbie could say the opposite
  16. some of are these codes are already/or on another public packs but atleast its a concentrated pack
  17. BruT

    [Request] Ban

    he is that idiot http://www.maxcheaters.com/forum/index.php?topic=179615.0
  18. this idiot is back http://www.maxcheaters.com/forum/index.php?topic=179716.0 ban is required
  19. why did you turn the flame on greek? flame + scam + double post = ban
  20. can you close a server which is on linux platform? what about to pay you about 500-1000 euro to close all the listing servers on Hopzone ?? xD (evil)
  21. off-topic doesnt mean spam-topic ask/talk about the related things do not spam with your stupid useless wishes.
  22. public int Karma { get; set; } what does mean { get; set; } ? that u can get and set ? is that integrated on c++??
×
×
  • 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