<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Combots Бот для БК &mdash; принятие заявок на хаот]]></title>
	<link rel="self" href="http://www.combats-bot.ru/extern.php?action=feed&amp;tid=2079&amp;type=atom"/>
	<updated>2010-04-20T12:51:45Z</updated>
	<generator>PunBB</generator>
	<id>http://www.combats-bot.ru/viewtopic.php?id=2079</id>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=30849#p30849"/>
			<content type="html"><![CDATA[<p>Лан сделал&nbsp; изменения в Майне но теперь он не увидел заявку котороя соответсвует требованиям и создал сам...<br /> Что не так?</p><div class="codebox"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> SelectHaotZayavka<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><br /><span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> min_time<span style="color: #339933;">=</span><span style="color: #CC0000;">10</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> resulting_element<span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> elements <span style="color: #339933;">=</span> top.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span>external.<span style="color: #660066;">mainFrameIndex</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">F1</span>.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> elements.<span style="color: #660066;">length</span> <span style="color: #339933;">-</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&gt;=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i<span style="color: #339933;">--</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> element <span style="color: #339933;">=</span> elements<span style="color: #009900;">&#91;</span>i<span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>element.<span style="color: #660066;">type</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;radio&quot;</span> <span style="color: #339933;">&amp;&amp;</span> element.<span style="color: #000066;">name</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;gocombat&quot;</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> battleInvisible <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">innerHTML</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;неизвестно&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> <span style="color: #003366; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>battleInvisible<span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> battleType <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">alt</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/кулачный/</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> <span style="color: #CC0000;">1</span> <span style="color: #339933;">:</span> <span style="color: #009900;">&#40;</span>element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">alt</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/без/</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> <span style="color: #CC0000;">3</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>battleType <span style="color: #339933;">==</span> external.<span style="color: #660066;">SBattleHaotType</span>.<span style="color: #660066;">SelectedIndex</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> battleLevels <span style="color: #339933;">=</span> element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nodeValue</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>((&quot;</span> <span style="color: #339933;">+</span> external.<span style="color: #660066;">level</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;)-(&quot;</span> <span style="color: #339933;">+</span> external.<span style="color: #660066;">level</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">&quot;)<span style="color: #000099; font-weight: bold;">\\</span>)&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>battleLevels <span style="color: #339933;">!=</span> <span style="color: #003366; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>battleLevels<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> external.<span style="color: #660066;">level</span> <span style="color: #339933;">&amp;&amp;</span> battleLevels<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> external.<span style="color: #660066;">level</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> _element <span style="color: #339933;">=</span> element<span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> _count <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>m <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> m <span style="color: #339933;">&lt;</span> <span style="color: #CC0000;">20</span><span style="color: #339933;">;</span> m<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _element <span style="color: #339933;">=</span> _element.<span style="color: #660066;">nextSibling</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _count <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>_element.<span style="color: #660066;">tagName</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;FONT&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> <span style="color: #339933;">++</span>_count <span style="color: #339933;">:</span> _count<span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>_count <span style="color: #339933;">==</span> <span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> time <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>_element.<span style="color: #660066;">innerHTML</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/&lt;B&gt;(.+)&lt;\/B&gt;/</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> timeout <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>_element.<span style="color: #660066;">innerHTML</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/таймаут (.+) мин./</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>time <span style="color: #339933;">&lt;</span> <span style="color: #CC0000;">10</span> <span style="color: #339933;">&amp;&amp;</span> timeout<span style="color: #339933;">==</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span>&nbsp; <span style="color: #006600; font-style: italic;">//здесь менять 1ку на другой тайм</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; min_time <span style="color: #339933;">=</span> time<span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resulting_element <span style="color: #339933;">=</span> element<span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">break</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>resulting_element<span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; resulting_element.<span style="color: #660066;">checked</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; top.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span>external.<span style="color: #660066;">mainFrameIndex</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">F1</span>.<span style="color: #660066;">confirm1</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #000066; font-weight: bold;">else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; PutHaotZayavka<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br /><span style="color: #009900;">&#125;</span></pre></div>]]></content>
			<author>
				<name><![CDATA[DANIEL]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3155</uri>
			</author>
			<updated>2010-04-20T12:51:45Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=30849#p30849</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29159#p29159"/>
			<content type="html"><![CDATA[<p><img src="http://www.combats-bot.ru/img/smilies/lol.png" width="15" height="15" alt="lol" /> мать моя женщина залез наконец то ) чтож такое то, что он мне нервы трепит ))) Спасибо всем за помощь)</p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-08T15:14:12Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29159#p29159</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29158#p29158"/>
			<content type="html"><![CDATA[<div class="codebox"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> SelectFizZayavka<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><br /><span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> elements <span style="color: #339933;">=</span> top.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span>external.<span style="color: #660066;">mainFrameIndex</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">F1</span>.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span>i <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> elements.<span style="color: #660066;">length</span><span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> element <span style="color: #339933;">=</span> elements<span style="color: #009900;">&#91;</span>i<span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>element.<span style="color: #660066;">type</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;radio&quot;</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> _name <span style="color: #339933;">=</span> element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">outerHTML</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/drwfl\(\&quot;(.+)\&quot;,[0-9]+,\&quot;[0-9]\&quot;,.+\)/</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> cLevel <span style="color: #339933;">=</span> element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">outerHTML</span>.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/drwfl\(\&quot;[^&quot;]+\&quot;,[0-9]+,\&quot;(.+)\&quot;,.+\)/</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>cLevel <span style="color: #339933;">==</span> external.<span style="color: #660066;">level</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #003366; font-weight: bold;">var</span> battleType <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>element.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">nextSibling</span>.<span style="color: #660066;">alt</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;Кулачный бой&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> <span style="color: #CC0000;">1</span> <span style="color: #339933;">:</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>battleType <span style="color: #339933;">==</span> external.<span style="color: #660066;">SBattleDogovorType</span>.<span style="color: #660066;">SelectedIndex</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>TestFizZayavka2<span style="color: #009900;">&#40;</span>_name<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; element.<span style="color: #660066;">checked</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top.<span style="color: #660066;">frames</span><span style="color: #009900;">&#91;</span>external.<span style="color: #660066;">mainFrameIndex</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">F1</span>.<span style="color: #660066;">confirm2</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp;<br />&nbsp; &nbsp; PutFizZayavka<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br /><span style="color: #009900;">&#125;</span></pre></div><p>Вот</p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-08T15:12:37Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29158#p29158</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29157#p29157"/>
			<content type="html"><![CDATA[<p>а теперь свой main.js, ибо в настройках, как ты и думал, всё правильно.</p>]]></content>
			<author>
				<name><![CDATA[anahronik]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=1272</uri>
			</author>
			<updated>2010-04-08T15:07:21Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29157#p29157</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29155#p29155"/>
			<content type="html"><![CDATA[<p>()<br />Во ептить нашел что то&nbsp; <img src="http://www.combats-bot.ru/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />&nbsp; не прошло и года )</p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-08T15:00:32Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29155#p29155</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29154#p29154"/>
			<content type="html"><![CDATA[<p>грузи сюда ()</p>]]></content>
			<author>
				<name><![CDATA[gangsterovich]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=2649</uri>
			</author>
			<updated>2010-04-08T15:00:24Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29154#p29154</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29151#p29151"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>anahronik пишет:</cite><blockquote><p>дык нету <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />залей на стронний сервак и опубликуй тут как [ img ]линк н рисунок[ /img ] <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>ну и шуточки у вас.. ))) Уметь бы еще&nbsp; <img src="http://www.combats-bot.ru/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-08T14:48:58Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29151#p29151</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29148#p29148"/>
			<content type="html"><![CDATA[<p>дык нету <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />залей на стронний сервак и опубликуй тут как [ img ]линк н рисунок[ /img ] <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[anahronik]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=1272</uri>
			</author>
			<updated>2010-04-08T14:33:23Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29148#p29148</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29147#p29147"/>
			<content type="html"><![CDATA[<p>Ептить а как его сюда впихнуть то? ) где опция прикрепить рисунок ? )</p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-08T14:32:16Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29147#p29147</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29145#p29145"/>
			<content type="html"><![CDATA[<p>скриншот настройки - Поединки сюда вытащи <img src="http://www.combats-bot.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />не бывает просто так ничего.</p>]]></content>
			<author>
				<name><![CDATA[anahronik]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=1272</uri>
			</author>
			<updated>2010-04-08T14:12:38Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29145#p29145</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=29144#p29144"/>
			<content type="html"><![CDATA[<p><strong>anahronik</strong><br />Заменил как ты указал на твой файл, всеравно подает засранец( даже когда есть заявка нужная с 1 минутой, но там остается 3-5 минут до начала он всеравно подает новую</p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-08T14:05:37Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=29144#p29144</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=28669#p28669"/>
			<content type="html"><![CDATA[<p>Ну это если ты не умираешь , только в таком случае выходишь в &quot;+&quot;</p>]]></content>
			<author>
				<name><![CDATA[lLOrDl]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=187</uri>
			</author>
			<updated>2010-04-06T08:51:12Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=28669#p28669</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=28638#p28638"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>lLOrDl пишет:</cite><blockquote><p>в чем &quot;+&quot; принятия заявок то ??? меньше палева&nbsp; что бот ?</p></blockquote></div><p>Нет. Больше боёв за меньший промежуток времени.</p>]]></content>
			<author>
				<name><![CDATA[hyppo]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=27</uri>
			</author>
			<updated>2010-04-06T07:01:44Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=28638#p28638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=28626#p28626"/>
			<content type="html"><![CDATA[<p>Найди похожий на выложенный мной кусок.<br />его и меняй.<br />он начинается на function SelectHaotZayavka()</p><p>В чём понт - не знаю...но на форуме это не раз просили <img src="http://www.combats-bot.ru/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></content>
			<author>
				<name><![CDATA[anahronik]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=1272</uri>
			</author>
			<updated>2010-04-05T21:07:38Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=28626#p28626</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: принятие заявок на хаот]]></title>
			<link rel="alternate" href="http://www.combats-bot.ru/viewtopic.php?pid=28624#p28624"/>
			<content type="html"><![CDATA[<p><strong>anahronik</strong><br />Если не сложно неподскажешь вместо чего это вставить? <br /></p><div class="codebox"><pre class="javascript" style="font-family:monospace;">SelectHaotZayavka<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>step <span style="color: #339933;">==</span> <span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; external.<span style="color: #660066;">SetStatusLabel</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Жду начала хаотичного боя...&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RefreshHaotZayavka<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />&nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br /><span style="color: #009900;">&#125;</span></pre></div><p>Вместо этого ?</p>]]></content>
			<author>
				<name><![CDATA[hydralysk]]></name>
				<uri>http://www.combats-bot.ru/profile.php?id=3709</uri>
			</author>
			<updated>2010-04-05T21:01:52Z</updated>
			<id>http://www.combats-bot.ru/viewtopic.php?pid=28624#p28624</id>
		</entry>
</feed>
