Этот сайт ещё в разработке Всем привет, прошу не пугаться внешнему виду и недоделаному содержимому сайта. Сайт ещё в разработке и вы попали на него скорее всего потому, что решили проверить домен из моего емейла, или если вы используете один из моих wordpress плагинов.

Подробнее...

Разработка сайтов

Решили создать сайт, но не знаете как определиться с исполнителем. Предлагаю вам заказать сайт у непосредсвенного исполнителя.

В разработке сайтов я всегда использую самые современные технологии и уникальные решения, в том числе и собственные разрабоки.

Большинство...

Подробнее...

AntiBot Captcha

AntiBot Captcha – простейший, но хорошо защищенный плагин против спам-роботов для системы комментариев вашего блога.

Comments (30)

Hi,

How is this plugin working what I have to do to add it in a page in wordpress? It will be very helpfull if you add little more in formation in the plugin page.

Milko.

Hi Milko!
It’s a simple plugin and it work only for comments. Example of using this plugin you can see on this page or see screenshot in plugin directory. You need only activate plugin on plugins page, not need insert any code in page. Plugin appear only for unregistered users. Registered users see message «Registered user do not use CAPTCHA.»
If you want use this plugin for other forms builted in page(not comments) – this plugin will not work.
If you show me where and how you want use CAPTHCA and if me like this idea – I’ll add this functionality in plugin.

Hello,

I have activate this plugin but the image is not showing.

Kindly advice where the problem is.

http://www.shakfehlaw.com/2010/07/09/legal-bloggin-a-la-illinois-rules-of-ethics/

Kind Regards,
Murtaza

Hi.
Please upload a new version 2.0. I added support for WP 3.0

The distortion used for the CAPTCHA text might as well be invisible for anyone with even a modicum of vision deficiencies. In addition, it offers no audio support as an alternative. This simply should not be used on a production site.

This is a simple plugin, in WP repository has many plugins like this, you can choose the one with need functionality. Yet for all my sites, I use it.

That’s the problem. You’re basically locking out anyone who doesn’t have perfect vision. Why would you WANT to use it on all of your sites?

Dear Meerkat, I am currently working on two plugin. And for all the time no one made any donations. But full of wishes: Do this, do it. If you want to sponsor the development of plugin – email me.

so far, it’s working nicely on my site.. thanks!!

Please!

thank u,,, the plugin is works!! :)

Please :)

hi,

is there a way to modify the function of this plugin?

what i want to do is when the user inserted wrong code, it wont go to the gray page.

a simple text stating «please insert the code again» in the same page will be wonderful modification.

thanks

I am trying to use the plugin and it looks great, however in IE I see an error: Object Required. Can you please advise?

awesome plugins, thank you!

awesome plugins, thank you!

Добрый день. Подскажите пожалуйста, а можно ли в вашем плагине увеличить время капчи? А то некоторые пользователи моего сайта долго пишут комментарий, вводят капчу, отправляют комментарий, а из-за того, что капча стала уже не актуальна, система пишет, что введите правильно капчу, они возвращаются на предыдущую страницу, а в некоторых браузерах их комментарий пропадает =(

Попробуйте добавить над строкой 33 «@session_start();»
следующий код
if (!empty($session_lifetime)) {
session_set_cookie_params($session_lifetime, '0', '/');
}

Спасибо вам огромное за помощь!!!! Вроде бы помогло =) …обращайтесь если что по любым вопросам ;)

…я очень извиняюсь, но на длинные тексты этой капчи всё равно не хватает =( ….есть ли возможность, увеличить время капчи хотя-бы до 15 минут?

Hi
Your plugin works well.
I’ve translated the text into Spanish.
Now, I have finished my website in WP, and after few days of intensive traffic I have check the errorLog from my server to see if everything goes well.
The only errors that I found are like this:
[Mon Jan 03 15:16:42 2011] [error] [client xx.xx.xx.xxx] PHP Warning: fopen(/var/www/vhosts/xxxxxxxx.com/httpdocs/wp-content/plugins/si-contact-form/captcha-secureimage/captcha-temp/mN0hepfeW72LSAqO.php) [function.fopen]: failed to open stream: Permission denied in /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_show.php on line 69

Any idea of the error?
Thanks

This is «si-contact-form» not my plugin

Добрый день. К сожалению с нового обновления wordpress, ваш плагин был частично пробит, и сквозь него стали проходить спам сообщения =( обновите его пожалуйста.

Вот и у меня спам появился после обновления до 3.0.3 и 3.0.4, вот и думай плагин пробит или WP пробит, понаблюдаю, покопаю логи как время будет, а пока готовлю к выпуску платную версию своего другого плагина.
На одном моём стоит WP 3.0.2 там проблем пока нет, сайт популярный.

Да, думаю, что вы правы. Это скорее всего пробит вордпресс. Жаль. Ну хорошо. Спасибо и извините за неправильные доводы о вашем плагине.

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’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__))."/gothic.otf"; /* 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="2345689&#qwertyuiopasdfghjkzxcbnm"; /* 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.

Приветствую!
Одно из немногих капч, которая простая и в тоже время эффективная. Но у меня есть просьба, если возможно сделать настройки:
1) прозрачный фон!
2) менять размер картинки.

Заранее благодарю!

Может в следующей версии плагина, как руки дойдут, вынесу настройки в админку вордпресса
Пока можно прям в 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__)).»/gothic.otf»; /* 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=»2345689″; /* 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*/

It’s work!
thank you.

Скажите, пожалуйста, а на версии 3.3.1 плагин будет работать?
А то на страничке скачивания указано, что максимально до 3.0.5.

Спасибо.

Написать комментарий