<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не работает проверка]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9746&amp;type=atom" />
	<updated>2014-06-27T13:27:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9746</id>
		<entry>
			<title type="html"><![CDATA[AHK: Не работает проверка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84286#p84286" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[tuma4ok]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32022</uri>
			</author>
			<updated>2014-06-27T13:27:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84286#p84286</id>
		</entry>
</feed>
