<?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=11480&amp;type=atom" />
	<updated>2016-04-07T05:16:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11480</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102365#p102365" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Это как понять? Какую именно информацию?</p></blockquote></div><p>О Ip, провайдере,местоположении.Не обязательно 2ip, мне просто типо шаблона нужно.</p>]]></content>
			<author>
				<name><![CDATA[koka551]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33806</uri>
			</author>
			<updated>2016-04-07T05:16:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102365#p102365</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102359#p102359" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>url := &quot;https://2ip.ru/&quot;
HTTP := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
HTTP.Open(&quot;GET&quot;, url, true)
HTTP.SetRequestHeader(&quot;User-Agent&quot;, &quot;Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/7.0)&quot;)
HTTP.Send()
HTTP.WaitForResponse() 
msgbox % Http.responseText</code></pre></div><p>Дальше регулярными выражениями получаете, что вам нужно.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-04-06T18:58:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102359#p102359</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102358#p102358" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>koka551 пишет:</cite><blockquote><p>копировал информацию о вашем интернете</p></blockquote></div><p>Это как понять? Какую именно информацию?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-04-06T18:55:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102358#p102358</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102356#p102356" />
			<content type="html"><![CDATA[<p>На 2ip.ru защищённый протокол (https). Мне почему-то не удаётся загрузить страничку стандартной командой <em>URLDownloadToFile</em>. Может пригодится тема <a href="http://forum.script-coding.com/viewtopic.php?id=10477">Проверка IP</a>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-04-06T18:14:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102356#p102356</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102355#p102355" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong>, простите, не знал. Исправил.</p>]]></content>
			<author>
				<name><![CDATA[koka551]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33806</uri>
			</author>
			<updated>2016-04-06T14:41:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102355#p102355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102330#p102330" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>koka551</strong>, предложение должно заканчиваться точкой.<br />В названии темы должен быть префикс скриптового языка.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-04-05T17:04:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102330#p102330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Взятие информации с сайта и вставление]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102329#p102329" />
			<content type="html"><![CDATA[<p>Нужно чтобы Ahk заходил в 2ip.ru, копировал информацию о вашем интернете и вставлял его.</p>]]></content>
			<author>
				<name><![CDATA[koka551]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33806</uri>
			</author>
			<updated>2016-04-05T16:21:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102329#p102329</id>
		</entry>
</feed>
