<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Non exist pool error</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 27 Apr 2026 16:57:08 -0000</pubDate>

		<item>
			<title>Almaz</title>
			<description><![CDATA[что тут непонятного?<br />
<br />
зайди по ссылке что я указал<br />
<br />
- мало того что вылазит предупреждение MySQL<br />
- к томуже можно срать в комментариях в отсутствующих голосованиях...<br />
<br />
так понятно?<br />
<br />
ps<br />
за 3 месяца никто даже яйца непочасал...]]></description>
			<pubDate>вс, 05 июл 2009 05:38:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2666&d=0#post13782]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[missunderstand.]]></description>
			<pubDate>сб, 04 июл 2009 21:05:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2666&d=0#post13775]]></link>
		</item>
		<item>
			<title>Almaz</title>
			<description><![CDATA[At the reference to nonexistent votings there is SQL an error.<br />
For example:<br />
<a href="http://www.cotonti.com/polls.php?id=55&amp;comments=1">http://www.cotonti.com/polls.php?id=55&amp;comments=1</a><br />
<br />
Makeshift:<br />
Create a file polls.first.php and put it in a folder news plugin (plugins/news/) and reinstall it<br />
<br />
<pre class="code">
&lt;?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/news/polls.first.php
Version=122
Updated=2008-feb-18
Type=Plugin
Author=Neocrome
Description=
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=news
Part=pools
File=polls.first
Hooks=polls.first
Tags=
Minlevel=0
Order=10
&#091;END_SED_EXTPLUGIN&#093;

==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

$voteid = sed_import('id','G','ALP', 8);

$sqlvote = sed_sql_query(&quot;SELECT COUNT(*) FROM $db_polls WHERE poll_id = '&quot;.$voteid.&quot;'&quot;);
$voteexist = sed_sql_result($sqlvote, 0, 'COUNT(*)');

if ($voteexist &lt; 1 &amp;&amp; $voteid &lt;&gt; 'viewall')
	{
	require_once($cfg&#091;'system_dir'&#093;.&quot;/lang/$lang/message.lang.php&quot;);

	$title = $L&#091;'msg404_title'&#093;;
	$body = $L&#091;'msg404_body'&#093;;

	$plug_head .= '&lt;meta name=&quot;robots&quot; content=&quot;noindex&quot; /&gt;';
	$plug_title = $title.&quot; - &quot;;

	require_once $cfg&#091;'system_dir'&#093; . '/header.php';

	$t = new XTemplate(sed_skinfile('message'));

	$errmsg = $title;
	$title .= ($usr&#091;'isadmin'&#093;) ? &quot; (#&quot;.$msg.&quot;)&quot; : '';

	$t-&gt;assign(&quot;MESSAGE_TITLE&quot;, $title);
	$t-&gt;assign(&quot;MESSAGE_BODY&quot;, $body);

	$t-&gt;parse(&quot;MAIN&quot;);
	$t-&gt;out(&quot;MAIN&quot;);

	require_once $cfg&#091;'system_dir'&#093; . '/footer.php';
	exit;
	}
?&gt;
</pre>]]></description>
			<pubDate>чт, 30 апр 2009 14:13:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=2666&d=0#post11913]]></link>
		</item>
	</channel>
</rss>