Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: vbgamer45 on March 20, 2008, 06:34:15 PM

Title: Anti Bot: Captcha Clock
Post by: vbgamer45 on March 20, 2008, 06:34:15 PM
Link to the mod (https://custom.simplemachines.org/index.php?mod=1134)

Anti Bot: Captcha Clock v2.2

Compatible With:SMF 1.1.X - SMF 2 Beta & RC1
Created By:Karl Benson (http://custom.simplemachines.org/mods/index.php?action=profile;u=63186)
Developed By:.LORD. (http://www.simplemachines.org/community/index.php?action=profile;u=192278)
Version:2.2
Languages:English
A new and unique Anti-Bot Registration Check. Rather than getting registrants filling in letters, have them tell the time on a clock.

Quote from: Karl BensonIt is a cat and mouse game between forum software and bot-creators to secure forums against spam bots.
Using generic/centralised anti-spam measures makes it viable for bot-creators to try to get past them.
If every forum employs completely different anti-bot measures it makes it almost impossible to create bots for mass-automated registration.

Some people think that this MOD is "ugly".
I have tried to make it more agreeable for humans without decreasing the difficulty for bots.
I deleted effects little or not detrimental for bot, and unpleasant for people.
And I added other effects more annoying to bots and less for humans.


Version 2.0: Work for SMF 1.1.X and SMF 2 Beta & RC1 and many more (See ChangeLog)

Code (CHANGELOG) Select
2.2 - 23th May 2009
   o Now the page in cache is ignored and alwys is reloaded.
     It is useful against "Send Form" and "Go Back".
   o Have been added an error message that notified that the page has expired
   o Some images have been improved
2.1 - 11th May 2009
   o Add change to improve the security - tranks szcoder for notify
2.0 - 2nd May 2009
   o .LORD. Take the development
   o Work for SMF 1.1.X and SMF 2 Beta & RC1
   o You can enable and disable this MOD in: Members > Registration > Settings
   o Also You can Configurate this MOD
   o Fix bug drawing the hour hand (your users couldn't register)
   o Changed and improve some code
   o The ABClock.php have been remade
   o Changed the drawing clocks's (clocks more cute for humans and effectives with bots)
      - The dots (noise) have been eliminated.
      - The effects colorized have been eliminated.
      - The effects have been disable. (FILTER_GRAYSCALE and FILTER_MEAN_REMOVAL eliminated).
      + The radial lines (noise) have been added.
      + The reloj rotate in a range angles.
      + A new reloj have been added, and new images added.
      + Effect cristal. Cute for humans, noise for bots (can be improved)
1.0 - 20th March 2008
   o Initial release
   o Creates a clock from several different face and hands sets
   o Utilizes new gd functions in PHP5 to colorize and style the clock
   o Generates a different clock and time each time.

REQUIRED: A manual edit is REQUIRED for ALL themes (other than SMF Core Default) which have a custom Register.template.php
If you don't do perform the edit, nobody will be able to register using those themes.

REQUIRES Minimium:
- PHP >= 4.3.2 & GD Library 2.0.34 (or newer)
- Do NOT install the mod if your server does not meet the minimum requirements.
- To check what GD Library your server has goto Admin > Support & Credits
- If you get an all black image or it doesn't appear correctly, you might have a dodgy version of the library.
Please do NOT ask me how to install GD library or upgrade it.  I don't know.
Title: Re: Anti-Bot Clock
Post by: karlbenson on March 20, 2008, 06:35:42 PM
{post reserved for possible info later}
Title: Re: Anti-Bot Clock
Post by: Eliana Tamerin on March 20, 2008, 06:37:27 PM
Awesome mod, Karl. Another weapon against spambots is out there!

I've got it up at my smf 2.0 test site (http://devira.info/smf/index.php?action=register) along with Karl's ABRP mod too. Works perfectly! :D

Thanks again, Karl.
Title: Re: Anti-Bot Clock v1.0
Post by: Yağız... on March 20, 2008, 06:45:54 PM
Nice mod Karl.
Turkish language:

Modifications.turkish.php
$txt['abclock'] = 'Saat kaç?';
$txt['abclock_desc'] = 'Bir başka Anti-Bot ölçümü';
$txt['abclock_format1'] = '00:00 formatında girin';
$txt['abclock_format2'] = 've en yakın 5 dakika örn: 04:25';
$txt['abclock_incomplete'] = 'Anti-bot saatini girmediniz. Lütfen tekrar deneyin.';
$txt['abclock_incorrect'] = 'Anti-bot saatine yanlış cevap verdiniz. Lütfen tekrar deneyin.';
$txt['abclock_howtoreadaclock'] = 'Saat nasıl okunur';


Modifications.turkish-utf8.php
$txt['abclock'] = 'Saat kaç?';
$txt['abclock_desc'] = 'Bir başka Anti-Bot ölçümü';
$txt['abclock_format1'] = '00:00 formatında girin';
$txt['abclock_format2'] = 've en yakın 5 dakika örn: 04:25';
$txt['abclock_incomplete'] = 'Anti-bot saatini girmediniz. Lütfen tekrar deneyin.';
$txt['abclock_incorrect'] = 'Anti-bot saatine yanlış cevap verdiniz. Lütfen tekrar deneyin.';
$txt['abclock_howtoreadaclock'] = 'Saat nasıl okunur';
Title: Re: Anti-Bot Clock v1.0
Post by: Lillianna on March 21, 2008, 05:45:35 AM

Analog clocks stumping digital bots...Brilliant! 
Title: Re: Anti-Bot Clock v1.0
Post by: ALEJO on March 21, 2008, 12:26:27 PM
u should make the numbers on the lock random, cause i think that is easy to a bot to check the arrows positions
Title: Re: Anti-Bot Clock v1.0
Post by: karlbenson on March 21, 2008, 01:46:49 PM
I think that might make it too complex.

Some people might struggle to read the time as it is.

Although possibly some more lines could be added to the clock face to throw off bots.  Plus more different types of clock hands.
Title: Re: Anti-Bot Clock v1.0
Post by: Gantry on March 21, 2008, 04:33:57 PM
If you are looking for suggestions (not that you've asked) - rather than randomize the numbers as alejo said, you could just rotate the entire clock up to 90 degrees in either direction. It would still be completely readable, but then the hand positions could not be read as they could be out by as much as 3 hours in either direction. (90 degrees = 3 hrs from 12).

Aside from that suggestion, I wanted to congratulate you, well done!
Title: Re: Anti-Bot Clock v1.0
Post by: Apllicmz on June 15, 2008, 03:48:45 AM
Nice work
Translate Portuguese and brazilian and support utf8

<file name="$themedir/languages/Modifications.portuguese.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['abclock'] = 'Qual é a hora no teu relógio?';
$txt['abclock_desc'] = 'Outra medida anti-Bot';
$txt['abclock_format1'] = 'Por favor, introduza a hora, no formato 00:00';
$txt['abclock_format2'] = 'and to the nearest 5 minutes eg 04:25';
$txt['abclock_incomplete'] = 'Você não completaram o processo anti-bot relógio. Por favor, tente novamente.';
$txt['abclock_incorrect'] = 'Você responde incorretamente o anti-bot relógio. Por favor, tente novamente.';
$txt['abclock_howtoreadaclock'] = 'Como ler um relógio';
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.brazilian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['abclock'] = 'Qual é a hora no teu relógio?';
$txt['abclock_desc'] = 'Outra medida anti-Bot';
$txt['abclock_format1'] = 'Por favor, introduza a hora, no formato 00:00';
$txt['abclock_format2'] = 'and to the nearest 5 minutes eg 04:25';
$txt['abclock_incomplete'] = 'Você não completaram o processo anti-bot relógio. Por favor, tente novamente.';
$txt['abclock_incorrect'] = 'Você responde incorretamente o anti-bot relógio. Por favor, tente novamente.';
$txt['abclock_howtoreadaclock'] = 'Como ler um relógio';
]]></add>
</operation>
</file>


<file name="$themedir/languages/Modifications.portuguese-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['abclock'] = 'Qual &eacute; a hora no teu rel&oacute;gio?';
$txt['abclock_desc'] = 'Outra medida anti-Bot';
$txt['abclock_format1'] = 'Por favor, introduza a hora, no formato 00:00';
$txt['abclock_format2'] = 'e para a aproxima&ccedil;&atilde;o de 5 minutos por exemplo 04:25';
$txt['abclock_incomplete'] = 'Voc&ecirc; n&atilde;o completaram o processo anti-bot rel&oacute;gio. Por favor, tente novamente.';
$txt['abclock_incorrect'] = 'Voc&ecirc; responde incorretamente o anti-bot rel&oacute;gio. Por favor, tente novamente.';
$txt['abclock_howtoreadaclock'] = 'Como ler um rel&oacute;gio';
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.brazilian-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['abclock'] = 'Qual &eacute; a hora no teu rel&oacute;gio?';
$txt['abclock_desc'] = 'Outra medida anti-Bot';
$txt['abclock_format1'] = 'Por favor, introduza a hora, no formato 00:00';
$txt['abclock_format2'] = 'e para a aproxima&ccedil;&atilde;o de 5 minutos por exemplo 04:25';
$txt['abclock_incomplete'] = 'Voc&ecirc; n&atilde;o completaram o processo anti-bot rel&oacute;gio. Por favor, tente novamente.';
$txt['abclock_incorrect'] = 'Voc&ecirc; responde incorretamente o anti-bot rel&oacute;gio. Por favor, tente novamente.';
$txt['abclock_howtoreadaclock'] = 'Como ler um rel&oacute;gio';
]]></add>
</operation>
</file>
Title: Re: Anti-Bot Clock v1.0
Post by: designer.roger on July 01, 2008, 05:30:29 PM
Hey!,

http://www.simplemachines.org/community/index.php?topic=229650.0

I installed this clock thingy yesterday, and today i tryed to remove it but i got a problem. When i uninstalled it its still on the registration page and idk how to remove it. I also tryed to reupload the plugin and then uinstall it agan to see if it would go away. But it did not go away, instead i got 2 clocks now and i really need your guys help to remove it from my reg page.

The url to ur homesite is http://fridaynightcranks.com/forum/index.php

Version Information:
Forum version: SMF
Current SMF version: SMF 1.1.5

Thanks for everybodyes help if theres someone here who can help me.
Title: Re: Anti-Bot Clock v1.0
Post by: karlbenson on July 01, 2008, 07:23:53 PM
There is probably an issue with chmod permissions that prevented the mod being uninstalled automatically.

Unfortunately this means you'll have to do it manually by undoing the edits found here
http://custom.simplemachines.org/mods/index.php?action=parse;mod=1134;attach=52169;smf_version=1.1.5
Title: Re: Anti-Bot Clock v1.0
Post by: Tiribulus on April 15, 2009, 11:39:26 PM
Are you aware that this mod works fine in 1.1.8? No admin CP options if there's supposed to be any, but I just tried it and it works fine for me.
Title: Re: Anti Bot: Captcha Clock v2.0
Post by: .LORD. on May 02, 2009, 12:34:47 PM
Hi

This MOD have been updated.

Now work fine in SMF 1.1.X and SMF 2 and have new features and fix a little bug.

More info in the changelog   :)
Title: Re: Anti Bot: Captcha Clock v2.0
Post by: Tiribulus on May 02, 2009, 04:35:52 PM
Works for me. I had to edit register.php, but that was no big deal and I had to move the clock images to my themes folder, but neither was that. Works fine.
Title: Re: Anti Bot: Captcha Clock v2.0
Post by: .LORD. on May 09, 2009, 07:10:17 PM
Quote from: Tiribulus on May 02, 2009, 04:35:52 PM
Works for me. I had to edit register.php, but that was no big deal and I had to move the clock images to my themes folder, but neither was that. Works fine.

I am pleased that it work for you :)

PS: I thought it wasn't necessary move the images to folder custom theme.
Title: Re: Anti Bot: Captcha Clock v2.0
Post by: Tiribulus on May 10, 2009, 04:30:22 PM
Quote from: .LORD. on May 09, 2009, 07:10:17 PM
Quote from: Tiribulus on May 02, 2009, 04:35:52 PM
Works for me. I had to edit register.php, but that was no big deal and I had to move the clock images to my themes folder, but neither was that. Works fine.

I am pleased that it work for you :)

PS: I thought it wasn't necessary move the images to folder custom theme.

I'm an airhead. I would've sworn I got no image until I stuck that folder in the theme directory, but I just renamed it there and it works so... you're right :-[
Title: Re: Anti Bot: Captcha Clock v2.0
Post by: dr.wills on May 10, 2009, 04:47:20 PM
a new way to prevent spams :)

wonder if it works for RC2?
Title: Re: Anti Bot: Captcha Clock v2.0
Post by: .LORD. on May 11, 2009, 07:17:38 PM
A new version have been released.

This version improve the security (tranks szcoder for notify). Please update.




Quote from: akaiphan on May 10, 2009, 04:47:20 PM
a new way to prevent spams :)

wonder if it works for RC2?

RC2? XD

In SMF 2 RC1 yes :)
Title: Re: Anti Bot: Captcha Clock v2.1
Post by: yosemite on May 25, 2009, 12:00:30 PM
hi

can you tell me where to configure this mod for registration? it shows installed under packages but there is no option at registration>settings
Title: Re: Anti Bot: Captcha Clock v2.1
Post by: Tiribulus on May 25, 2009, 12:38:25 PM
QuoteREQUIRED: A manual edit is REQUIRED for ALL themes (other than SMF Core Default) which have a custom Register.template.php
If you don't do perform the edit, nobody will be able to register using those themes.
:)

If that doesn't apply to you check the package parser against your files to make sure all the edits are correct.
Title: Re: Anti Bot: Captcha Clock v2.1
Post by: .LORD. on May 29, 2009, 11:07:28 PM
A new version have been released.

+ Have been added an error message that notified that the page has expired.
+ Now the register page isn't cacheable. It improves the security and avoids "Send" & "Go Back" -> "Trial and Error". More details here (http://www.simplemachines.org/community/index.php?topic=203437.msg2084856#msg2084856)
+ Some images have been improved




Quote from: yosemite on May 25, 2009, 12:00:30 PM
hi

can you tell me where to configure this mod for registration? it shows installed under packages but there is no option at registration>settings

Are you using the last Version?
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: tim arnot on September 24, 2009, 07:11:00 PM
Hi, I'm having trouble getting this mod to work.

The package appears to install okay, but when I try to register, I see the 'What time is it?' question and the text box and the link for 'how to tell the time', but there is no clock image. If I put in a random time it tells me I've failed the test, so it seems like the code is working; I just don't get the clock images.

The instructions say 'A manual edit is REQUIRED for ALL themes (other than SMF Core Default)', but it doesn't say what to change (I'm new to all this). The listed changes in the manual instructions (Register.Template.php, Register.php etc) all appear to have been made, and the files/image folder are present. I'm just using the default Babylon, Classic and Default themes. It doesn't seem to matter which theme is set as default. Forum version is 1.1.10
PHP version: 5.2.9
MySQL version: 5.1.30
Server version: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
GD version: bundled (2.0.34 compatible)


Edit: Further, if I view the Register page (with no clock image) and then go back and do a normal login, instead of the main forum index, I see the clock in the top left of the window. A refresh (F5) then brings up the main forum display.

Any help would be greatly appreciated.  :)
Thanks.
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: Tiribulus on November 06, 2009, 10:29:34 AM
Copy the /srv/www/htdocs/Themes/default/images/clocks folder to the images folder for your theme.
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: cosp on November 10, 2009, 03:28:51 AM
I have the following version:

php5-cli=5.2.10
php5-gd=5.2.10
smf=1.1.10
mod=2.2

Clock image doesn't show up and when i try to open the clock image in a new tab i get:

Fatal error: Call to undefined function imagerotate() in /var/www/smf/Sources/ABClock.php on line 56
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: Dharshan on November 10, 2009, 07:19:29 AM
will look into this mod....looks cool
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: Vyache on November 12, 2009, 12:21:01 AM
Just wondering if there will be an update for SMF 2.0 RC2 ?

The only slite difference is "// Age restriction in effect?" that line with "// Age restriction in effect?"
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: Toddo on November 25, 2009, 10:58:45 PM
Thank you~!!!!!!  ;D

This mod allowed my site to go from averaging a dozen spam memberships a day to zero the minute it was installed. We have had one spam registration in 2 months and that was a human and we got him quickly.

This mod ROCKS!!!!!!!! Thank you again.
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: SimpleJoe on December 07, 2010, 09:41:58 AM
Very nice mod, have tried other mods but the bots somehow slipped in. This one finally did the trick. I'm guessing the spammers spend all their time getting bots to read letters and haven't thought of getting them to read an analog clock. great job!
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: ripystys on January 19, 2011, 02:37:23 AM
A desperately required and awesome mod!
Thank you so much!

Translation to German (standard + utf8):

<file name="$languagedir/Modifications.german.php">
<operation>
<search position="end" />
<add><![CDATA[
// Anti Bot: Captcha Clock
$txt['abclock'] = 'Welche Zeit wird auf der Uhr angezeigt?';
$txt['abclock_desc'] = 'Eine weitere Anti-Bot-Maßnahme';
$txt['abclock_format1'] = 'Bitte die Zeit im Format 00:00 eingeben,';
$txt['abclock_format2'] = 'auf 5 Minuten gerundet; z.B. 04:25';
$txt['abclock_expired'] = 'Zeit für die Registrierung ist abgelaufen, hier nochmals aufrufen: <a href="' . $scripturl . '?action=register;">registration page</a>.';
$txt['abclock_incomplete'] = 'Du hast vergessen, die Uhrzeit auf dem Zifferblatt einzugeben. Bitte nochmals versuchen.';
$txt['abclock_incorrect'] = 'Du hast die Uhrzeit auf dem Zifferblatt falsch eingegeben. Bitte nochmals versuchen.';
$txt['abclock_howtoreadaclock'] = 'So liest man die Uhrzeit ab';

$txt['abclock_s'] = 'MOD Captcha Clock einschalten';
$txt['abclock_n'] = 'Anzahl der Störlinien';
$txt['abclock_n_d'] = 'Gleiche Anzahl Linien intern und extern';
$txt['abclock_r'] = 'Zifferblatt drehen lassen?';
$txt['abclock_degrees'] = 'Drehbereich Zifferblatt. 0 für nicht drehen';
$txt['abclock_e'] = 'Zusätzliche Effekte (nur für PHP5)';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.german-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Anti Bot: Captcha Clock
$txt['abclock'] = 'Welche Zeit wird auf der Uhr angezeigt?';
$txt['abclock_desc'] = 'Eine weitere Anti-Bot-Maßnahme';
$txt['abclock_format1'] = 'Bitte die Zeit im Format 00:00 eingeben,';
$txt['abclock_format2'] = 'auf 5 Minuten gerundet; z.B. 04:25';
$txt['abclock_expired'] = 'Zeit für die Registrierung ist abgelaufen, hier nochmals aufrufen: <a href="' . $scripturl . '?action=register;">registration page</a>.';
$txt['abclock_incomplete'] = 'Du hast vergessen, die Uhrzeit auf dem Zifferblatt einzugeben. Bitte nochmals versuchen.';
$txt['abclock_incorrect'] = 'Du hast die Uhrzeit auf dem Zifferblatt falsch eingegeben. Bitte nochmals versuchen.';
$txt['abclock_howtoreadaclock'] = 'So liest man die Uhrzeit ab';

$txt['abclock_s'] = 'MOD Captcha Clock einschalten';
$txt['abclock_n'] = 'Anzahl der Störlinien';
$txt['abclock_n_d'] = 'Gleiche Anzahl Linien intern und extern';
$txt['abclock_r'] = 'Zifferblatt drehen lassen?';
$txt['abclock_degrees'] = 'Drehbereich Zifferblatt. 0 für nicht drehen';
$txt['abclock_e'] = 'Zusätzliche Effekte (nur für PHP5)';
]]></add>
</operation>
</file>

Title: Re: Anti Bot: Captcha Clock v2.2
Post by: npeelman on January 24, 2011, 09:32:46 PM
Ok, so i've got this partially working in SMF 1.1.12 with:

Forum version: SMF 1.1.12
Current SMF version: SMF 1.1.12
PHP version: 5.2.4-2ubuntu5.12
MySQL version: 5.0.51a-3ubuntu5.8
Server version: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch
GD version: 2.0 or higher
Alternative PHP Cache: 3.0.19

  Upon installation i've found I don't have the GD imagerotate function, so I added some logic to use the Imagick extension instead. It's not perfect but it does display a clock that even a bot would have trouble with (face/base rotation at the end of ABClock.php is buggered). What's really needed is to use Imagick to draw the clock from scratch (no pre-made images, maybe if I get time).

  Problem i'm having now is that the MD5 of the $session['field'] doesn't match (but the ereg does) so I had to disable it (the MD5 that is). So it functions for now I think. ereg will be depricated/removed soon so a rewrite may be in order.

  Wondering about the effectiveness of this mod. Anyone?

npeelman
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: ripystys on June 08, 2011, 12:01:40 PM
Hello all,

the Captcha Clock v2.2 works excellent in SMF1.12, but new registrants informed me about a strange behaviour: the clock itself appears after several refrehes only; this is tested with Firefox and Opera (MSIE has a house ban - I don't mess around with nagware).

Any idea what could cause this issue?

Regards,
ripystys
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: Jhon on July 11, 2011, 07:18:22 PM
Hi,

Installation went OK, clock and forms shows up - but not text ("What is the time on the Clock?", etc), even with the Modifications.xxx files up. I'm guessing it's coming from my language pack (french utf8), but I don't see how to correct it. Is there a way to know what Modifications.xxx file is my SMF using, so I can replace it with the new one without having to try every file ?


Ripystys, I'm with FF and clock always shows up, sometimes just a bit slowly. Do your registrants wait a sec' before refreshing ?
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: mrcj on September 05, 2011, 04:23:36 AM
Quote from: tim arnot on September 24, 2009, 07:11:00 PM
Hi, I'm having trouble getting this mod to work.

The package appears to install okay, but when I try to register, I see the 'What time is it?' question and the text box and the link for 'how to tell the time', but there is no clock image. If I put in a random time it tells me I've failed the test, so it seems like the code is working; I just don't get the clock images.

I'm having the same problem. My Support and Credits page reads:
Current SMF version: SMF 1.1.14
PHP version: 5.2.9
MySQL version: 5.0.92-community
Server version: Apache
GD version: bundled (2.0.34 compatible)

This would all appear to be compatible. I use only one theme, the default (classic) theme. I have gone through every file listed in the File Edits instructions and confirmed that they all contain the edits. I have placed the clocks directory in the Themes/default/images directory. I even gave the clocks directory and its contents 777 permissions with CHMOD. Everything works (including disabling the Clock Captcha in the Admin screen) except the box that should contain the clock image contains only a broken "X" icon and the ALT text.

I would really like to get this functionality working. Any other suggestions out there?

------------------------------------------------
On second thought, fuggedaboutit. I came up with my own solution. See http://www.simplemachines.org/community/index.php?topic=451750.0 (http://www.simplemachines.org/community/index.php?topic=451750.0)
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: therise on September 21, 2011, 02:26:52 AM
When someone try to register, i have an error. Here the error log:

Apply Filter: Only show the error messages of this member Guest
Apply Filter: Only show the error messages of this IP address 175.141.170.229 
     Reverse chronological order of list Today at 01:08:02 pm
Apply Filter: Only show the error messages of this session f345182386de6a9f5d2dbbbad811e44a
Apply Filter: Only show the errors of this type Type of error: General
Apply Filter: Only show the error messages of this URL
my-url/forum/index.php?action=register2
Apply Filter: Only show the errors with the same message
8192: Function ereg() is deprecated
Apply Filter: Only show the errors from this file
File: C:/xampp/htdocs/forum/Sources/Register.php
Line: 301

Apply Filter: Only show the error messages of this member Guest
Apply Filter: Only show the error messages of this IP address 175.141.170.229 
     Reverse chronological order of list Today at 01:08:02 pm
Apply Filter: Only show the error messages of this session f345182386de6a9f5d2dbbbad811e44a
Apply Filter: Only show the errors of this type Type of error: General
Apply Filter: Only show the error messages of this URL
my-url/forum/index.php?action=register2
Apply Filter: Only show the errors with the same message
8192: Function ereg() is deprecated
Apply Filter: Only show the errors from this file
File: C:/xampp/htdocs/forum/Sources/Register.php
Line: 297
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: UndiFineD on November 16, 2011, 03:46:56 AM
I have installed version 2.2 according to the manual,
but I cannot find it on the administration / verification page
Am I missing something ?
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: Gandalf.pt on December 27, 2011, 07:57:45 AM
Hello there. I really enjoyed using your mod in SMF 1.1.x. Since I got it, bots never had a chance again (and they used to be around a dozen a day). I couldn't get it to work in SMF 2.0.x, though, even doing it manually. Are you planning on updating it?

Thanks in advance,
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: phoedran on April 14, 2012, 03:33:41 AM
I don't know if it's just me having this problem but... I've been trying to register at a site that has the anti-bot clock (not sure which) and there are constantly new members so I guess it's just me. When I go to the register page the clock is always at 12:00 no matter how long I wait or how many times I refresh and it won't accept 12:00 as the answer. I've tried on 3 different computers using IE and Firefox. Any suggestions?
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: karlbenson on April 14, 2012, 03:04:49 PM
try 00:00
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: phoedran on April 14, 2012, 10:25:10 PM
That doesn't work either.
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: AragonEi on May 02, 2012, 02:14:03 AM
guys i have a problem too with the clock

i try to register on a website and the image with the clock is EMPTY,and just tryed it on many pc with crome,ie,firefox and nothing

i need help on how to complete it.i tryed 00:00 and didn't work
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: ssssss2003 on July 25, 2013, 12:51:47 PM
hi all, i can't install this MOD to my SMF 2.04 forum too, i have problem when i try to find the "// Are there age restrictions in place?" keyword in "./Themes/default/Register.template.php" this file, it don't have match keyword ,so i can't modify it, some one can help?
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: TheListener on July 25, 2013, 12:53:41 PM
May be due to the age of the mod.

As you can see from the list below the mod is not compatible with 2.0.4

1.1.8, 1.1.9, 1.1.10, 2.0 Beta 3 Public, 2.0 Beta 3.1 Public, 2.0 RC1, 2.0 RC1-1, 2.0 RC1.2
Title: Re: Anti Bot: Captcha Clock v2.2
Post by: noahvale on November 04, 2016, 08:06:32 AM
Quote from: UndiFineD on November 16, 2011, 03:46:56 AM
I have installed version 2.2 according to the manual,
but I cannot find it on the administration / verification page
Am I missing something ?
I just installed Version 2.2 on SMF 2.0.12
The // Age... line is slightly different in /Themes/default/Register.template.php so I had to manually edit that. No problem.

It is not showing up on the admin Anti-Spam setting page.
Any idea on how to fix this?