<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Комментарии на сайте Isaev.Asia</title>
	<atom:link href="http://isaev.asia/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://isaev.asia</link>
	<description>Разработка сайтов под ключ, web программирование.</description>
	<lastBuildDate>Wed, 18 Apr 2012 08:23:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Комментарий к записи AntiBot Captcha (DivaDii)</title>
		<link>http://isaev.asia/my-wordpress-plugins/antibot-captcha/comment-page-1/#comment-2460</link>
		<dc:creator>DivaDii</dc:creator>
		<pubDate>Wed, 18 Apr 2012 08:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/antibot-capthca/#comment-2460</guid>
		<description>Скажите, пожалуйста, а на версии 3.3.1 плагин будет работать?
А то на страничке скачивания указано, что максимально до 3.0.5.

Спасибо.</description>
		<content:encoded><![CDATA[<p>Скажите, пожалуйста, а на версии 3.3.1 плагин будет работать?<br />
А то на страничке скачивания указано, что максимально до 3.0.5.</p>
<p>Спасибо.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи AntiBot Captcha (Rhega)</title>
		<link>http://isaev.asia/my-wordpress-plugins/antibot-captcha/comment-page-1/#comment-1715</link>
		<dc:creator>Rhega</dc:creator>
		<pubDate>Sun, 06 Nov 2011 21:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/antibot-capthca/#comment-1715</guid>
		<description>It&#039;s work!
thank you.</description>
		<content:encoded><![CDATA[<p>It&#8217;s work!<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи AntiBot Captcha (Isaev A.)</title>
		<link>http://isaev.asia/my-wordpress-plugins/antibot-captcha/comment-page-1/#comment-1415</link>
		<dc:creator>Isaev A.</dc:creator>
		<pubDate>Fri, 12 Aug 2011 01:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/antibot-capthca/#comment-1415</guid>
		<description>Может в следующей версии плагина, как руки дойдут, вынесу настройки в админку вордпресса
Пока можно прям в php файле поменять большинство параметров, например размер картинки, количество символов, словарь для генерации кода, и цвет бэкграунда и шрифта. Смортрите список настроек ниже

$count=4;	/* symbol count */
$width=100; /* picture width */
$height=48; /* picture height */
$font_size_min=20; /* minimum symobl height */
$font_size_max=32; /* maximum symobl height */
$font_file=(dirname(__FILE__)).&quot;/gothic.otf&quot;; /* font name, otf or ttfs */
$char_angle_min=-10; /* maximum skew of the symbol to the left*/
$char_angle_max=10;	/*  maximum skew of the symbol to the right */
$char_angle_shadow=5;	/*shadow size */
$char_align=40;	/* align symbol verticaly */
$start=5;	/* first symbol position */
$interval=16;	/* interval between the start position of characters */
$chars=&quot;2345689&quot;; /* charset */
$noise=0; /* noise level */

$image=imagecreatetruecolor($width, $height);

$background_color=imagecolorallocate($image, 255, 255, 255); /* rbg background color*/
$font_color=imagecolorallocate($image, 32, 64, 96); /* rbg shadow color*/</description>
		<content:encoded><![CDATA[<p>Может в следующей версии плагина, как руки дойдут, вынесу настройки в админку вордпресса<br />
Пока можно прям в php файле поменять большинство параметров, например размер картинки, количество символов, словарь для генерации кода, и цвет бэкграунда и шрифта. Смортрите список настроек ниже</p>
<p>$count=4;	/* symbol count */<br />
$width=100; /* picture width */<br />
$height=48; /* picture height */<br />
$font_size_min=20; /* minimum symobl height */<br />
$font_size_max=32; /* maximum symobl height */<br />
$font_file=(dirname(__FILE__)).&raquo;/gothic.otf&raquo;; /* font name, otf or ttfs */<br />
$char_angle_min=-10; /* maximum skew of the symbol to the left*/<br />
$char_angle_max=10;	/*  maximum skew of the symbol to the right */<br />
$char_angle_shadow=5;	/*shadow size */<br />
$char_align=40;	/* align symbol verticaly */<br />
$start=5;	/* first symbol position */<br />
$interval=16;	/* interval between the start position of characters */<br />
$chars=&raquo;2345689&#8243;; /* charset */<br />
$noise=0; /* noise level */</p>
<p>$image=imagecreatetruecolor($width, $height);</p>
<p>$background_color=imagecolorallocate($image, 255, 255, 255); /* rbg background color*/<br />
$font_color=imagecolorallocate($image, 32, 64, 96); /* rbg shadow color*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи AntiBot Captcha (Дмитрий)</title>
		<link>http://isaev.asia/my-wordpress-plugins/antibot-captcha/comment-page-1/#comment-1411</link>
		<dc:creator>Дмитрий</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/antibot-capthca/#comment-1411</guid>
		<description>Приветствую!
Одно из немногих капч, которая простая и в тоже время эффективная. Но у меня есть просьба, если возможно сделать настройки:
1) прозрачный фон!
2) менять размер картинки.

Заранее благодарю!</description>
		<content:encoded><![CDATA[<p>Приветствую!<br />
Одно из немногих капч, которая простая и в тоже время эффективная. Но у меня есть просьба, если возможно сделать настройки:<br />
1) прозрачный фон!<br />
2) менять размер картинки.</p>
<p>Заранее благодарю!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Помощь разработчику! (Lovedancer)</title>
		<link>http://isaev.asia/my-wordpress-plugins/donate/comment-page-1/#comment-1325</link>
		<dc:creator>Lovedancer</dc:creator>
		<pubDate>Fri, 01 Jul 2011 07:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/?page_id=33#comment-1325</guid>
		<description>Спасибо вам огромное за плагин: AntiBot Captcha!</description>
		<content:encoded><![CDATA[<p>Спасибо вам огромное за плагин: AntiBot Captcha!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи AntiBot Captcha (Ectatomma)</title>
		<link>http://isaev.asia/my-wordpress-plugins/antibot-captcha/comment-page-1/#comment-1133</link>
		<dc:creator>Ectatomma</dc:creator>
		<pubDate>Thu, 14 Apr 2011 01:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/antibot-capthca/#comment-1133</guid>
		<description>Hi Isaev,
Congratulations for your plugin, simple but effective.

I had the same spam problem after upgrading Wordpress and I wish to share my experience.

The strange thing is that happened only in one post, so what I did was to change the post link name and that seems to stop spammer. I anyway did some minor changes in the code to increase complexity, just in case. After that I haven&#039;t had spam again until this comment date (by a week).
Starting at line 124:
[code]
$count=6;	/* symbol count */
$width=290; /* picture width */
$height=80; /* picture height */
$font_size_min=25; /* minimum symobl height */
$font_size_max=60; /* maximum symobl height */
$font_file=(dirname(__FILE__)).&quot;/gothic.otf&quot;; /* font name, otf or ttfs */
$char_angle_min=-45; /* maximum skew of the symbol to the left*/
$char_angle_max=45;	/*  maximum skew of the symbol to the right */
$char_angle_shadow=8;	/*shadow size */
$char_align=60;	/* align symbol verticaly */
$start=20;	/* first symbol position */
$interval=40;	/* interval between the start position of characters */
$chars=&quot;2345689&amp;#qwertyuiopasdfghjkzxcbnm&quot;; /* charset */
$noise=0; /* noise level */

$image=imagecreatetruecolor($width, $height);

$background_color=imagecolorallocate($image, 255, 255, 255); /* rbg background color*/
$font_color=imagecolorallocate($image, rand(60, 170), rand(60, 170), rand(60, 170)); /* rbg shadow color*/
[code]
Hope it helps.</description>
		<content:encoded><![CDATA[<p>Hi Isaev,<br />
Congratulations for your plugin, simple but effective.</p>
<p>I had the same spam problem after upgrading WordPress and I wish to share my experience.</p>
<p>The strange thing is that happened only in one post, so what I did was to change the post link name and that seems to stop spammer. I anyway did some minor changes in the code to increase complexity, just in case. After that I haven&#8217;t had spam again until this comment date (by a week).<br />
Starting at line 124:<br />
[code]<br />
$count=6;	/* symbol count */<br />
$width=290; /* picture width */<br />
$height=80; /* picture height */<br />
$font_size_min=25; /* minimum symobl height */<br />
$font_size_max=60; /* maximum symobl height */<br />
$font_file=(dirname(__FILE__))."/gothic.otf"; /* font name, otf or ttfs */<br />
$char_angle_min=-45; /* maximum skew of the symbol to the left*/<br />
$char_angle_max=45;	/*  maximum skew of the symbol to the right */<br />
$char_angle_shadow=8;	/*shadow size */<br />
$char_align=60;	/* align symbol verticaly */<br />
$start=20;	/* first symbol position */<br />
$interval=40;	/* interval between the start position of characters */<br />
$chars="2345689&amp;#qwertyuiopasdfghjkzxcbnm"; /* charset */<br />
$noise=0; /* noise level */</p>
<p>$image=imagecreatetruecolor($width, $height);</p>
<p>$background_color=imagecolorallocate($image, 255, 255, 255); /* rbg background color*/<br />
$font_color=imagecolorallocate($image, rand(60, 170), rand(60, 170), rand(60, 170)); /* rbg shadow color*/<br />
[code]<br />
Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Бронирование (joe)</title>
		<link>http://isaev.asia/my-wordpress-plugins/booking/comment-page-1/#comment-1008</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 16 Feb 2011 03:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/bronirovanie/#comment-1008</guid>
		<description>I have tried to active your plugin in hosting with PHP4 and i got a syntax error, unexpected T_OBJECT_OPERATOR wp-reservation lin 1055 ( wp_mail(  get_userdata( $userid )-&gt;user_email  )

help me to fix it.
thanks in advance</description>
		<content:encoded><![CDATA[<p>I have tried to active your plugin in hosting with PHP4 and i got a syntax error, unexpected T_OBJECT_OPERATOR wp-reservation lin 1055 ( wp_mail(  get_userdata( $userid )-&gt;user_email  )</p>
<p>help me to fix it.<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Помощь разработчику! (saint)</title>
		<link>http://isaev.asia/my-wordpress-plugins/donate/comment-page-1/#comment-926</link>
		<dc:creator>saint</dc:creator>
		<pubDate>Sat, 15 Jan 2011 22:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/?page_id=33#comment-926</guid>
		<description>It&#039;s good plugin</description>
		<content:encoded><![CDATA[<p>It&#8217;s good plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи AntiBot Captcha (Lovedancer)</title>
		<link>http://isaev.asia/my-wordpress-plugins/antibot-captcha/comment-page-1/#comment-923</link>
		<dc:creator>Lovedancer</dc:creator>
		<pubDate>Fri, 14 Jan 2011 13:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/antibot-capthca/#comment-923</guid>
		<description>Да, думаю, что вы правы. Это скорее всего пробит вордпресс. Жаль. Ну хорошо. Спасибо и извините за неправильные доводы о вашем плагине.</description>
		<content:encoded><![CDATA[<p>Да, думаю, что вы правы. Это скорее всего пробит вордпресс. Жаль. Ну хорошо. Спасибо и извините за неправильные доводы о вашем плагине.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Комментарий к записи Бронирование (CryCry)</title>
		<link>http://isaev.asia/my-wordpress-plugins/booking/comment-page-1/#comment-919</link>
		<dc:creator>CryCry</dc:creator>
		<pubDate>Tue, 11 Jan 2011 09:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://isaev.asia/my-wordpress-plugins/bronirovanie/#comment-919</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://isaev.asia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

