<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Неофициальный форум DLNA Home Media Server &mdash; масив]]></title>
	<link rel="self" href="https://hms.lostcut.net/extern.php?action=feed&amp;tid=801&amp;type=atom" />
	<updated>2020-07-28T12:17:13Z</updated>
	<generator>PunBB</generator>
	<id>https://hms.lostcut.net/viewtopic.php?id=801</id>
		<entry>
			<title type="html"><![CDATA[Re: масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17169#p17169" />
			<content type="html"><![CDATA[<p>Для начала из страницы нужно брать что нужно а не вырезать что не нужно . Используя preg_match_all можно тем же for перебрать выбранные элементы</p>]]></content>
			<author>
				<name><![CDATA[Mr.Max]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=1841</uri>
			</author>
			<updated>2020-07-28T12:17:13Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17169#p17169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17168#p17168" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>bond пишет:</cite><blockquote><p>помогите с регуляркой никак не получается<br /><a href="https://cdn-400.vb17110frankfoley.pw/stream2/cdn-400/(">https://cdn-400.vb17110frankfoley.pw/stream2/cdn-400/(</a><strong>вот здесь нужно заменить на свое</strong>)/MJTMsp1RshGTygnMNRUR2N2MSlnWXZEdMNDZzQWe5MDZzMmdZJTO1R2RWVHZDljekhkSsl1VwYnWtx2cihVT25EVs1mTtllMZdVUy4EVjpXWtVENNRkQop1RZlnTqtGMZJTSzkVbGlmWqlVP:1595871201:127.0.0.1:dc852b99fb8789afe4746455cdcf642cb839f575fb3459ef043e092ad437eb38/360/index.m3u8<br />начало строки может менятся содержимое</p></blockquote></div><p>Для примера <strong>свое </strong> нужно хотя бы указывать.<br />Что есть и как ты хочешь,чтобы было понятно.<br />Пробуй через preg_replace();<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Пример</div><div class="fancy_spoiler"><div class="codebox"><pre><code>$my_dir = &#039;вот здесь свое&#039;;        
$str = &#039;https://cdn-400.vb17110frankfoley.pw/stream2/cdn-400/вот здесь чужое /MJTMsp1RshGTygnMNRUR2N2MSlnWXZEdMNDZzQWe5MDZzMmdZJTO1R2RWVHZDljekhkSsl1VwYnWtx2cihVT25EVs1mTtllMZdVUy4EVjpXWtVENNRkQop1RZlnTqtGMZJTSzkVbGlmWqlVP:1595871201:127.0.0.1:dc852b99fb8789afe4746455cdcf642cb839f575fb3459ef043e092ad437eb38/360/index.m3u8&#039;;
$link = preg_replace(&#039;#https://(.*?)/stream2/(.*?)/(.*?)/(.*?)#si&#039;,&#039;https://$1/stream2/$2/&#039;.$my_dir.&#039;/$4&#039;,$str);
echo $link;</code></pre></div></div></div><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Выход</div><div class="fancy_spoiler"><div class="codebox"><pre><code>https://cdn-400.vb17110frankfoley.pw/stream2/cdn-400/вот здесь свое/MJTMsp1RshGTygnMNRUR2N2MSlnWXZEdMNDZzQWe5MDZzMmdZJTO1R2RWVHZDljekhkSsl1VwYnWtx2cihVT25EVs1mTtllMZdVUy4EVjpXWtVENNRkQop1RZlnTqtGMZJTSzkVbGlmWqlVP:1595871201:127.0.0.1:dc852b99fb8789afe4746455cdcf642cb839f575fb3459ef043e092ad437eb38/360/index.m3u8</code></pre></div></div></div><p>посмотреть можно <a href="http://sandbox.onlinephpfunctions.com/code/67b31612bfd60ab303374f1744fea20e4a6b4529">здесь</a></p>]]></content>
			<author>
				<name><![CDATA[Spell]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=625</uri>
			</author>
			<updated>2020-07-28T08:12:11Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17168#p17168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17167#p17167" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>bond пишет:</cite><blockquote><p>вот здесь нужно заменить на свое</p></blockquote></div><p>Я замену делаю str_replace, зачем там регулярка? Та часть, что меняется однозначная привязка по ip, когда получается на сервере ссылка, там ip сервер всегда, т.е. постоянная величина, ее меняем на другую постоянную величину, которая зависит от ip клиента (и более не от чего). Так, что ни какой регулярки не нужно,&nbsp; str_replace все делает на ура. Более интересный вопрос, как получить эту величину для случайного ip. Я видел, что один автор это делает, но как я не знаю, поэтому у меня просто таблица замены, если бы знал, ничего принципиально бы не изменилось, тем же str_replace ом бы менял, без лишней круговни. Не раскопал, как из ip получить эти 32 байта?</p>]]></content>
			<author>
				<name><![CDATA[smsbox3]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=1305</uri>
			</author>
			<updated>2020-07-27T19:15:03Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17167#p17167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17166#p17166" />
			<content type="html"><![CDATA[<p>помогите с регуляркой никак не получается<br /><a href="https://cdn-400.vb17110frankfoley.pw/stream2/cdn-400/(">https://cdn-400.vb17110frankfoley.pw/stream2/cdn-400/(</a><strong>вот здесь нужно заменить на свое</strong>)/MJTMsp1RshGTygnMNRUR2N2MSlnWXZEdMNDZzQWe5MDZzMmdZJTO1R2RWVHZDljekhkSsl1VwYnWtx2cihVT25EVs1mTtllMZdVUy4EVjpXWtVENNRkQop1RZlnTqtGMZJTSzkVbGlmWqlVP:1595871201:127.0.0.1:dc852b99fb8789afe4746455cdcf642cb839f575fb3459ef043e092ad437eb38/360/index.m3u8<br />начало строки может менятся содержимое</p>]]></content>
			<author>
				<name><![CDATA[bond]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=844</uri>
			</author>
			<updated>2020-07-27T16:51:34Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17166#p17166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17094#p17094" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>bond пишет:</cite><blockquote><p> но есть ошибки</p><p>в конце получаю <br />&lt;b&gt;Warning&lt;/b&gt;:</p></blockquote></div><p>А чего не использовать переменную куда получаешь массив?</p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Пример</div><div class="fancy_spoiler"><div class="codebox"><pre><code>$array = Array
(
    &#039;announce&#039; =&gt; &#039;http://tr4.torrent4me.com/ann?uk=ckNcgMhQv0&#039;,
    &#039;announce-list&#039; =&gt; Array(
            Array
                (
                    &#039;http://tr4.torrent4me.com/ann?uk=ckNcgMhQv0&#039;,
                    &#039;http://tr4.tor4me.info/ann?uk=ckNcgMhQv0&#039;,
                    &#039;http://tr4.tor2me.info/ann?uk=ckNcgMhQv0&#039;,
                ),

             Array
                (
                    &#039;http://retracker.local/announce&#039;,
                ),
            Array
                (
                    &#039;http://test&#039;,
                ),

        ),

    &#039;comment&#039; =&gt; &#039;http://kinozal.tv/details.php?id=1773424&#039;,
    &#039;created by&#039; =&gt; &#039;uTorrent/2210&#039;,
    &#039;creation date&#039; =&gt; 1593865910,
    &#039;encoding&#039; =&gt; &#039;UTF-8&#039;,
    &#039;info&#039; =&gt; Array
        (
            &#039;files&#039; =&gt; Array
                (
                     Array
                        (
                            &#039;length&#039; =&gt; 1901068881,
                            &#039;path&#039; =&gt; Array
                                (
                                    &#039;The.100.S07E01.720p.rus.LostFilm.mkv&#039;,
                                ),

                        ),

                     Array
                        (
                            &#039;length&#039; =&gt; 2028568117,
                            &#039;path&#039; =&gt; Array
                                (
                                   &#039;The.100.S07E02.720p.rus.LostFilm.mkv&#039;,
                                ),
                        ),

                     Array
                        (
                            &#039;length&#039; =&gt; 1722996389,
                            &#039;path&#039; =&gt; Array
                                (
                                     &#039;The.100.S07E03.720p.rus.LostFilm.mkv&#039;,
                                ),

                        ),

                     Array
                        (
                            &#039;length&#039; =&gt; 1728221748,
                            &#039;path&#039; =&gt; Array
                                (
                                     &#039;The.100.S07E04.720p.rus.LostFilm.mkv&#039;,
                                ),

                        ),

                     Array
                        (
                            &#039;length&#039; =&gt; 1532431368,
                            &#039;path&#039; =&gt; Array
                                (
                                     &#039;The.100.S07E05.720p.rus.LostFilm.mkv&#039;,
                                ),

                        ),

                     Array
                        (
                            &#039;length&#039; =&gt; 1552580811,
                            &#039;path&#039; =&gt; Array
                                (
                                     &#039;The.100.S07E06.720p.rus.LostFilm.mkv&#039;,
                                ),

                        ),

                     Array
                        (
                            &#039;length&#039; =&gt; 1423458761,
                            &#039;path&#039; =&gt; Array
                                (
                                    &#039;The.100.S07E07.720p.rus.LostFilm.mkv&#039;,
                                ),

                        ),

                ),

            &#039;name&#039; =&gt; &#039;The.100.  (Season 07) LostFilm&#039;,
            &#039;piece length&#039; =&gt; 4194304,
            &#039;pieces&#039; =&gt; &#039;Hex данные&#039;
            
            ),
            
            
   );</code></pre></div></div></div><p>Примерно так через foreach<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>  foreach($array[&#039;info&#039;][&#039;files&#039;] as $k =&gt; $v){
       echo &#039;&lt;channel&gt;&#039; . &quot;\n&quot;;
       echo &#039;&lt;title&gt;&lt;![CDATA[&#039;.$v[&#039;path&#039;][0].&#039;]]&gt;&lt;/title&gt;&#039; . &quot;\n&quot;;
       echo &#039;&lt;stream_url&gt;&lt;![CDATA[TorrentStream@&#039;.$k.&#039;@1773424]]&gt;&lt;/stream_url&gt;&#039; . &quot;\n&quot;;
       echo &#039;&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;&#039; . &quot;\n&quot;;
       echo &#039;&lt;/channel&gt;&#039; . &quot;\n&quot;;
                        
    
}</code></pre></div></div></div><p>И на выходе как-то так.<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E01.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@0@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;
&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E02.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@1@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;
&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E03.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@2@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;
&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E04.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@3@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;
&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E05.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@4@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;
&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E06.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@5@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;
&lt;channel&gt;
&lt;title&gt;&lt;![CDATA[The.100.S07E07.720p.rus.LostFilm.mkv]]&gt;&lt;/title&gt;
&lt;stream_url&gt;&lt;![CDATA[TorrentStream@6@1773424]]&gt;&lt;/stream_url&gt;
&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;
&lt;/channel&gt;</code></pre></div></div></div><p>И без ошибок</p>]]></content>
			<author>
				<name><![CDATA[Spell]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=625</uri>
			</author>
			<updated>2020-07-05T07:58:27Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17094#p17094</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17093#p17093" />
			<content type="html"><![CDATA[<p>пробовал вот так вроде работает но есть ошибки<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>                   foreach (array[&#039;info&#039;] as $v)
            { 
            //echo debug($v);
            foreach ( $v as $key =&gt; $val ){
                        //echo debug($key);
            //echo debug($val);
            echo &#039;&lt;channel&gt;&#039; . &quot;\n&quot;;
                        echo &#039;&lt;title&gt;&lt;![CDATA[&#039; .$val[path][0] . &#039;]]&gt;&lt;/title&gt;&#039; . &quot;\n&quot;;
                        echo &#039;&lt;stream_url&gt;&lt;![CDATA[Stream@&#039;.$key.&#039;@&#039;.$new_torr_filename.&#039;]]&gt;&lt;/stream_url&gt;&#039; . &quot;\n&quot;;
                        echo &#039;&lt;/channel&gt;&#039; . &quot;\n&quot;;
            }
            }</code></pre></div></div></div><p>в конце получаю <br />&lt;b&gt;Warning&lt;/b&gt;:&nbsp; Invalid argument supplied for foreach() in на вот эту строку foreach ( $v as $key =&gt; $val ){</p>]]></content>
			<author>
				<name><![CDATA[bond]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=844</uri>
			</author>
			<updated>2020-07-05T07:06:18Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17093#p17093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[масив]]></title>
			<link rel="alternate" href="https://hms.lostcut.net/viewtopic.php?pid=17091#p17091" />
			<content type="html"><![CDATA[<p>Ребята помогите с масивом, ну никак не получается их перебирать<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>Array
(
    [announce] =&gt; http://tr4.torrent4me.com/ann?uk=ckNcgMhQv0
    [announce-list] =&gt; Array
        (
            [0] =&gt; Array
                (
                    [0] =&gt; http://tr4.torrent4me.com/ann?uk=ckNcgMhQv0
                    [1] =&gt; http://tr4.tor4me.info/ann?uk=ckNcgMhQv0
                    [2] =&gt; http://tr4.tor2me.info/ann?uk=ckNcgMhQv0
                )

            [1] =&gt; Array
                (
                    [0] =&gt; http://retracker.local/announce
                )

            [2] =&gt; Array
                (
                    [0] =&gt; http://test
                )

        )

    [comment] =&gt; http://kinozal.tv/details.php?id=1773424
    [created by] =&gt; uTorrent/2210
    [creation date] =&gt; 1593865910
    [encoding] =&gt; UTF-8
    [info] =&gt; Array
        (
            [files] =&gt; Array
                (
                    [0] =&gt; Array
                        (
                            [length] =&gt; 1901068881
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E01.720p.rus.LostFilm.mkv
                                )

                        )

                    [1] =&gt; Array
                        (
                            [length] =&gt; 2028568117
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E02.720p.rus.LostFilm.mkv
                                )

                        )

                    [2] =&gt; Array
                        (
                            [length] =&gt; 1722996389
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E03.720p.rus.LostFilm.mkv
                                )

                        )

                    [3] =&gt; Array
                        (
                            [length] =&gt; 1728221748
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E04.720p.rus.LostFilm.mkv
                                )

                        )

                    [4] =&gt; Array
                        (
                            [length] =&gt; 1532431368
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E05.720p.rus.LostFilm.mkv
                                )

                        )

                    [5] =&gt; Array
                        (
                            [length] =&gt; 1552580811
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E06.720p.rus.LostFilm.mkv
                                )

                        )

                    [6] =&gt; Array
                        (
                            [length] =&gt; 1423458761
                            [path] =&gt; Array
                                (
                                    [0] =&gt; The.100.S07E07.720p.rus.LostFilm.mkv
                                )

                        )

                )

            [name] =&gt; The.100.  (Season 07) LostFilm
            [piece length] =&gt; 4194304
            [pieces] =&gt; Ўshn</code></pre></div></div></div><p>нужно вывести<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;channel&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;title&gt;&lt;![CDATA[&#039; The.100.S07E01.720p.rus.LostFilm.mkv(по порядку) &#039;]]&gt;&lt;/title&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;stream_url&gt;&lt;![CDATA[TorrentStream@0(здесь ключ)@1773424&#039;]]&gt;&lt;/stream_url&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;/channel&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;channel&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;title&gt;&lt;![CDATA[&#039; The.100.S07E02.720p.rus.LostFilm.mkv(по порядку) &#039;]]&gt;&lt;/title&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;stream_url&gt;&lt;![CDATA[TorrentStream@1(здесь ключ)@1773424&#039;]]&gt;&lt;/stream_url&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;logo_30x30&gt;&lt;![CDATA[]]&gt;&lt;/logo_30x30&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &#039;&lt;/channel&gt;&#039; . &quot;\n&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; и так далее<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Спасибо</p>]]></content>
			<author>
				<name><![CDATA[bond]]></name>
				<uri>https://hms.lostcut.net/profile.php?id=844</uri>
			</author>
			<updated>2020-07-04T18:15:56Z</updated>
			<id>https://hms.lostcut.net/viewtopic.php?pid=17091#p17091</id>
		</entry>
</feed>
