<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Не работает проверка]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9746</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9746&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Не работает проверка».]]></description>
		<lastBuildDate>Fri, 27 Jun 2014 13:27:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[AHK: Не работает проверка]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=84286#p84286</link>
			<description><![CDATA[<div class="codebox"><pre><code>   HTTP := ComObjCreate(&quot;WinHTTP.WinHTTPRequest.5.1&quot;)
        HTTP.Open(&quot;GET&quot;, &quot;http://l-portal.tk/registration/users.php&quot;)
        HTTP.Send()
        Body := HTTP.ResponseBody
        pArr := ComObjValue(Body)
        cBytes := NumGet(pArr+0, A_PtrSize = 8? 24:16, &quot;uint&quot;)
        pText := NumGet(pArr+0, A_PtrSize = 8? 16:12, &quot;ptr&quot;)
        tmp := StrGet(pText, cBytes, &quot;utf-8&quot;)
        tmp1 = SosIska
        Msgbox, %tmp%
        Loop, parse, AllUser, `n
        {
            If A_LoopField ~= &quot;i)\b&quot; tmp1 &quot;\b&quot; 
            {
            MsgBox, Логин занят
            break
            }
            msgbox, Логин свободен
        return
        }</code></pre></div><p>По этому коду проверяет на логин только 1 строку, там где Tumkin.&nbsp; Остальные строке не проверяет. Помогите</p>]]></description>
			<author><![CDATA[null@example.com (tuma4ok)]]></author>
			<pubDate>Fri, 27 Jun 2014 13:27:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=84286#p84286</guid>
		</item>
	</channel>
</rss>
