RSS 2.0
Browse posts:
Unanswered |
Mark all read
| Author | Message | ||||
|---|---|---|---|---|---|
|
matt_t_hat Nucleus Geek Joined: 21 Aug 2005 Posts: 1124 Location: UK |
This is a Captcha Turing Test for your blog but it results in a much nicer looking image with advanced reload image and audio options. However you DO NOT need the GD library installed or a server with TT-Font compiled (as I discovered was required) so it should work on slightly more set-ups. Recaptcha also uses the captcha to correctly digitise old books where OCR has failed. So you know that the distorted text is specifically difficult for computers to read. How this works is explained in depth on the site. Furthermore you can lock email address links behind a captcha link to prevent bots. You will need to visit http://recaptcha.net/ and grab a private/Public key for your domain and you may also need to go to http://mailhide.recaptcha.net/apikey to generate a mailhide key pair. This is all free and takes not very long. I used the original Captcha plugin as a framework so it has the same flexability of sometimes or all the time and the same spam API awareness. By default both actions are carried out currently so you will want to get both pairs of keys. For some reason the default skin messes up the box and this cost me a good few hours wondering why the CSS was not working. Finally I dscovered that it was a bug of the fact that my browser was following CSS rules that are generally ignored during rendering. I found a fix (also used by the captcha but broken by the default CSS. For many skins it should be possible to do without the fix. If it is needed fussy coders can add this style statement to thier own sheet but must user "!Important" to force it. Oh yes, plugin download: http://freestuff.lordmatt.co.uk/my_downloads/NucleusCMS%20Stuff/ It's a little under 9KB in size. Unzip, upload as is to plugin directory. Install. Edit Options and add your keys. Rock and Roll. BTW: Not recomended for use with other Captcha plugs... _________________ Host Plugins | Blog | Hundred Quid A Day | My Big Fat Arse |
||||
|
|
|||||
|
matt_t_hat Nucleus Geek Joined: 21 Aug 2005 Posts: 1124 Location: UK |
visit http://lordmatt.co.uk (my blog) to see it in action. _________________ Host Plugins | Blog | Hundred Quid A Day | My Big Fat Arse |
||||
|
|
|||||
|
daPLAYBOY Nucleus Newbie Joined: 10 Jun 2007 Posts: 4 |
Hi matt Went to Plug-ins, and I can't see the button to upload only the text 'Install New Plugin' I did however upload via ftp to plug-ins, but still nothing! Any idea's? Br. |
||||
|
|
|||||
|
danielck Nucleus PhD ![]() Joined: 15 Dec 2005 Posts: 668 |
pls see this FAQ page on plugin installation. (I check the site and confirm the link is not down http://faq.nucleuscms.org/item/35 _________________
Soulworks | Blogcoli | Inspire! | Digital Reminiscence |
||||
|
|
|||||
|
matt_t_hat Nucleus Geek Joined: 21 Aug 2005 Posts: 1124 Location: UK |
_________________ Host Plugins | Blog | Hundred Quid A Day | My Big Fat Arse |
||||
|
|
|||||
|
phaedrus10 Nucleus Newbie Joined: 18 Mar 2011 Posts: 1 |
I have tried to install this plugin per your instructions, but get the following message in the action log: [admin] Plugin NP_RECaptcha was not loaded (does not support SqlTablePrefix) Any ideas? Thanks, Phaedrus10 |
||||
|
|
|||||
|
matt_t_hat Nucleus Geek Joined: 21 Aug 2005 Posts: 1124 Location: UK |
_________________ Host Plugins | Blog | Hundred Quid A Day | My Big Fat Arse |
||||
|
|
|||||
|
EmmathePiper Nucleus Newbie Joined: 10 Jan 2012 Posts: 3 |
The download link on here (http://lordmatt.co.uk/item/812/) is bringing up an unavailable page for me - is this plugin still available? |
||||
|
|
|||||
|
ihermit Nucleus Newbie Joined: 27 Jan 2013 Posts: 9 |
Mind sharing what the quick edit was, I'm having the same problem. |
||||
|
|
|||||
|
prevail Nucleus Fan Joined: 03 Aug 2006 Posts: 36 Location: Union City, Ca |
First, I cannot believe I figured this out, and I'm sure than anyone who has ever read one of my posts to this forum can't believe it either. I got the clue from Lord Matt's "My Bad" casual reply, like it must be something really minor. So I went looking through the NP_REcaptcha.php file and read it. I noticed there is a part "function supportsFeature" and what seems to be a list of features supported. One of them was SQlTablePrefix. I noticed that the other features had something after them like return:0, so I added return:0 after SqlTablePrefix. No dice. It still didn't work. So, I changed the "O" to "1", and it worked. So, this is what I have now: function supportsFeature($what) { switch ($what) { case 'SqlTablePrefix': return 1; case 'HelpPage': return 0; |
||||
|
|
|||||
|
All times are GMT + 1 Hour
You cannot post new topics in this forum |
|||||