flooding
Preventing flooding/DOS attacks in Java/AMF app
I\'m working on the Java backend for a Flash webgame - the client and server communicate using Action Message Format (AMF). A few weeks ago, another team in our company had their product hacked by a u[详细]
2023-03-28 07:03 分类:问答Java Login Server Flood Protection
my java server is currently being DDoSed by thousands of different ip\'s. To counter it, i\'ve been blocking the ip\'s through the dedicated servers firewall. However just more and more keep coming. T[详细]
2023-03-07 18:13 分类:问答How to avoid flooding in my very simple web application and make it scalable?
I\'m trying to develop a very simple Java web application using JSP and Servlets. 1) There is a textbox and a submit button on the page,[详细]
2023-03-06 05:20 分类:问答rails - Choosing captcha plugin [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-17 04:06 分类:问答PHP: avoid Flood/Spam system by session?
can开发者_如何转开发 I use Session avoid Flood/Spam ? ( spam in form ). I only need avoid use can repeat action as 3,4 action /s .No, you can\'t use session mechanism to avoid flood.[详细]
2023-01-17 18:46 分类:问答Find areas in matrix..?
lets say I h开发者_如何学Goave a very big matrix with 10000x10000 elements all having the value \'0\'. Lets say there are some big \'nests\' of \'1\'s. Those areas might even be connected, but very we[详细]
2023-01-06 07:21 分类:问答Anti flood : session or db stocking ips
right now I\'m using an antiflood function in all my websites : function flood($name,$time) { $name = \'tmptmptmp\'.$name;[详细]
2023-01-06 05:27 分类:问答Using a randomly generated token for flood control
Basic setup of my site is: user enters a message on the homepage, hits enter and the message is sent though a AJAX开发者_运维百科 request to a file called like.php where it echo\'s a link that gets se[详细]
2023-01-03 02:46 分类:问答What is the most efficient way to count all of the words in a richtextbox?
I am writing a text editor and need to provide a live word count. Right now I am using this extension method:[详细]
2022-12-19 09:02 分类:问答