<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=93</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=93&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе».]]></description>
		<lastBuildDate>Sun, 12 Aug 2018 10:53:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=27862#p27862</link>
			<description><![CDATA[<p>Привет, подскажите возникает ошибка при входе с openserver в php myadmin <br />Ошибка анализа : синтаксическая ошибка, неожиданные «@» в C: \ OSPanel \ modules \ system \ html \ openserver \ phpmyadmin \ libraries \ common.inc.php в строке 492</p>]]></description>
			<author><![CDATA[null@example.com (olegburkovets)]]></author>
			<pubDate>Sun, 12 Aug 2018 10:53:00 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=27862#p27862</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13580#p13580</link>
			<description><![CDATA[<p><strong>vk2707</strong><br />а при чем здесь SQL и код PHP? не путайте запросы к серверу MySQL на языке SQL и код сайта написанный на языке PHP!<br />Пример php кода:<br /></p><div class="codebox"><pre><code>&lt;?php //открывающий тег php 

require &quot;include/bittorrent.php&quot;;

//Ваш код на php

?&gt; // закрывающий тег php</code></pre></div><p>Пример SQL запроса:<br /></p><div class="codebox"><pre><code>SELECT * FROM `имя_таблицы`</code></pre></div><p>выкладывая код пользуйтесь тегом&nbsp; # [ code ]</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Thu, 14 Oct 2010 06:34:52 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13580#p13580</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13579#p13579</link>
			<description><![CDATA[<p>Когда пытаюсь более раннюю версию поставить&nbsp; TBDev v2.1.8 (16.11.09) Pre 6 RC 0&nbsp; выдает такую ошибку: (ума не приложу что ему нужно?):</p><p>Ошибка<br />Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.</p><p>ERROR: Неизвестная пунктуация @ 1<br />STR: &lt;?<br />SQL: &lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;&lt;?php</p><p>/*<br />// +--------------------------------------------------------------------------+<br />// | Project:&nbsp; &nbsp; TBDevYSE - TBDev Yuna Scatari Edition&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// | This file is part of TBDevYSE. TBDevYSE is based on TBDev,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | originally by RedBeard of TorrentBits, extensively modified by&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | Gartenzwerg.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is free software; you can redistribute it and/or modify&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | it under the terms of the GNU General Public License as published by&nbsp; &nbsp; &nbsp;|<br />// | the Free Software Foundation; either version 2 of the License, or&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | (at your option) any later version.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | TBDevYSE is distributed in the hope that it will be useful,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | but WITHOUT ANY WARRANTY; without even the implied warranty of&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | GNU General Public License for more details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// | You should have received a copy of the GNU General Public License&nbsp; &nbsp; &nbsp; &nbsp; |<br />// | along with TBDevYSE; if not, write to the Free Software Foundation,&nbsp; &nbsp; &nbsp; |<br />// | Inc., 59 Temple Place, Suite 330, Boston, MA&nbsp; 02111-1307&nbsp; USA&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />// +--------------------------------------------------------------------------+<br />// |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do not remove above lines! |<br />// +--------------------------------------------------------------------------+<br />*/</p><p>require &quot;include/bittorrent.php&quot;;</p><p>SQL-запрос:</p><p>&lt;?php /* // +--------------------------------------------------------------------------+ // | Project: TBDevYSE - TBDev Yuna Scatari Edition | // +--------------------------------------------------------------------------+ // | This file is part of TBDevYSE. TBDevYSE is based on TBDev, | // | originally by RedBeard of TorrentBits, extensively modified by | // | Gartenzwerg. | // | | // | TBDevYSE is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | // | the Free Software Foundation; either version 2 of the License, or | // | (at your option) any later version. | // | | // | TBDevYSE is distributed in the hope that it will be useful, | // | but WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | // | GNU General Public License for more details. | // | | // | You should have received a copy of the GNU General Public License | // | along with TBDevYSE; if not, write to the Free Software Foundation, | // | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | // +--------------------------------------------------------------------------+ // | Do not remove above lines! | // +--------------------------------------------------------------------------+ */ require &quot;include/bittorrent.php&quot;;</p><p>Ответ MySQL: </p><p>#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&lt;?php</p><p>require &quot;include/bittorrent.php&quot;&#039; at line 1</p>]]></description>
			<author><![CDATA[null@example.com (vk2707)]]></author>
			<pubDate>Thu, 14 Oct 2010 04:25:52 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13579#p13579</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13578#p13578</link>
			<description><![CDATA[<p>Народ подскажите пожалуйста, в этом деле я не так давно и столкнулся с ошибкой и не понимаю что с ней сделать? Помогите пожалуйста.</p><br /><p>Ошибка<br />Вероятно, SQL-запрос содержит ошибку. При наличии таковой, ниже будет выведена ошибка MySQL-сервера, облегчающая диагностику проблемы.</p><p>ERROR: Неизвестная пунктуация @ 1<br />STR: &lt;?<br />SQL: &lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;;</p><p>SQL-запрос:</p><p>&lt;?php require_once &quot;include/bittorrent.php&quot;;</p><p>Ответ MySQL: </p><p>#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&lt;?php<br />require_once &quot;include/bittorrent.php&quot;&#039; at line 1</p><p><span style="color: #808080"><em>Сообщение добавлено Thu Oct 14 07:07:31 2010</em></span><br />Хостинг&nbsp; sweb.ru</p>]]></description>
			<author><![CDATA[null@example.com (vk2707)]]></author>
			<pubDate>Thu, 14 Oct 2010 03:06:01 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13578#p13578</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11704#p11704</link>
			<description><![CDATA[<div class="quotebox"><cite>Aleksei сказал:</cite><blockquote><p>Как мне вытащить из таблицы organ все данные только по одному органу</p></blockquote></div><p>Сформулируйте SQL запрос с условием WHERE.</p><p>Для более детального ответа надо было показать пример запроса и структуру таблицы. Иначе получается какая-то расчленёнка. <img src="https://forum.php-myadmin.ru/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 19 Apr 2010 13:31:11 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11704#p11704</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11701#p11701</link>
			<description><![CDATA[<p>Как мне вытащить из таблицы organ все данные только по одному органу</p>]]></description>
			<author><![CDATA[null@example.com (Aleksei)]]></author>
			<pubDate>Mon, 19 Apr 2010 10:54:22 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11701#p11701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11076#p11076</link>
			<description><![CDATA[<p><strong>HakynaMatata</strong><br />Посмотрите в журнал ошибок Apache (обычно error.log), возможно там будет за что зацепиться.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 11 Mar 2010 23:25:10 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11076#p11076</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11066#p11066</link>
			<description><![CDATA[<p>Спосибо. Попробую. Стоит сейчас у меня mysql-6.0.6, php-5.2.13, apache_2.2.14, phpmyadmin 3.3.0. Может еще что попробовать обновить?</p>]]></description>
			<author><![CDATA[null@example.com (HakynaMatata)]]></author>
			<pubDate>Thu, 11 Mar 2010 10:15:55 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11066#p11066</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11058#p11058</link>
			<description><![CDATA[<p><strong>HakynaMatata</strong><br />Попробуйте установить последнюю версию phpMyAdmin.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 10 Mar 2010 23:11:17 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11058#p11058</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=11056#p11056</link>
			<description><![CDATA[<p>По какой то причине не работает импорт. При нажатие на ОК никаких манипуляций непроисходит. В чем может быть косяк?</p>]]></description>
			<author><![CDATA[null@example.com (HakynaMatata)]]></author>
			<pubDate>Wed, 10 Mar 2010 11:45:29 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=11056#p11056</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8865#p8865</link>
			<description><![CDATA[<p>Все отлично пашет, большое спасибо:)</p><p><em>Hanut</em>у респект</p>]]></description>
			<author><![CDATA[null@example.com (heelloo)]]></author>
			<pubDate>Thu, 30 Jul 2009 06:36:16 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8865#p8865</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8864#p8864</link>
			<description><![CDATA[<p>Замените на:<br /></p><div class="codebox"><pre><code>if ($result &amp;&amp; mysql_num_rows($result)&gt;0)
{</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 30 Jul 2009 06:09:54 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8864#p8864</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8863#p8863</link>
			<description><![CDATA[<p>Еще раз всем здрасте.<br />Не подскажете как можно реализовать следующее:</p><p><strong>if(!$result) <br />{echo &quot;ошибка&quot; ;<br />exit(mysql_error());<br />}<br /> if (mysql_num_rows($result)&gt;0)<br /> {&nbsp; &nbsp; &nbsp; &nbsp;<br /></strong></p><p>что надо прописать что бы <strong>(!$result) </strong>ничего не делал, и не выводил сообщений</p>]]></description>
			<author><![CDATA[null@example.com (heelloo)]]></author>
			<pubDate>Thu, 30 Jul 2009 05:46:53 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8863#p8863</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8862#p8862</link>
			<description><![CDATA[<p>Заработало:)<br />Спасибо за помощь!!!<br />Пойду тоже немного полезного для для вас, покликаю по рекламе:)</p>]]></description>
			<author><![CDATA[null@example.com (heelloo)]]></author>
			<pubDate>Wed, 29 Jul 2009 21:05:11 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8862#p8862</guid>
		</item>
		<item>
			<title><![CDATA[Re: Проблема импорта в phpMyAdmin: синтаксическая ошибка в SQL запросе]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=8861#p8861</link>
			<description><![CDATA[<p><strong>heelloo</strong><br />Попробуйте так прописать:<br /></p><div class="codebox"><pre><code>$cat = (isset($_GET[&#039;cat&#039;])) ? $_GET[&#039;cat&#039;] : 1;
$page = (isset($_GET[&#039;page&#039;])) ? $_GET[&#039;page&#039;] : 1;</code></pre></div><p>Используйте переменные передаваемые через GET запрос с помощью глобального массива $_GET.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 29 Jul 2009 19:55:07 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=8861#p8861</guid>
		</item>
	</channel>
</rss>
