Author |
Message |
krustymk
Hangin' Around

Joined: Jul 21, 2006
Posts: 33
|
Posted:
Thu Oct 23, 2008 5:31 pm |
|
I dont see a section this would fit in exactly and ive searched.. old and blind? perhaps lol
How can i change to the captcha you guys use on here (just numbers in a box) from the default numbers and letters with squigly lines? I got some members who cant get the captcha right time after time ........... and feel they would have a better chance (and me less phone calls!)
Thanks guys!  |
|
|
|
 |
fkelly
Former Moderator in Good Standing

Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Thu Oct 23, 2008 6:29 pm |
|
Don't know that you can change it. You can turn it off entirely though in config.php. The instructions are right in the file.
Edited: corrected "rnconfig.php" to "config.php" |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Oct 23, 2008 10:29 pm |
|
The recipe is in includes/class.php-captcha.php
Edit the setting define('CAPTCHA_NUM_LINES', 70);
To get rid of all lines, change the 70 to 0
define('CAPTCHA_NUM_LINES', 0); |
|
|
|
 |
krustymk

|
Posted:
Fri Oct 24, 2008 2:39 am |
|
Ill try that as soon as i can, just to confirm though.
This would change the captcha with all the squigly lines to the same as the one you guys use here? with the numbers only in a grid? |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Fri Oct 24, 2008 6:05 am |
|
No it won't make it the same. The captcha used here is the old style, which was easier to crack by bots.
Removing the lines as Raven said should make it easier to read, but will of course make less secure.
If your users are having trouble reading it surely it is a good thing because then the bots won't be able to crack it either.  |
|
|
|
 |
Raven

|
Posted:
Fri Oct 24, 2008 8:43 am |
|
Just a note on Jake's comment "but will of course make less secure". It is less secure only in regards to auto scanning the image. The old style, used here, is/was less secure because the method for creating it can/could be predicted. The new one, with or without the background noise, is no longer predictable . |
|
|
|
 |
jakec

|
Posted:
Fri Oct 24, 2008 10:07 am |
|
Yes you are right Raven, sorry I should have made that clearer. |
|
|
|
 |
krustymk

|
Posted:
Fri Oct 24, 2008 11:31 am |
|
Ok, done as you suggested Raven, much easier to read! so hopefully the illiterate fools i know wont keep ringing me when they log in (or cant) lol
Does make me kinda wonder how come you use your older less secure captcha version though... but thats just a hmmmmm lol
Right im off to search on how to remove the downloads link from the bar across the top..
Cheers guys! your are the best  |
|
|
|
 |
Raven

|
Posted:
Fri Oct 24, 2008 3:47 pm |
|
krustymk wrote: | Does make me kinda wonder how come you use your older less secure captcha version though... but thats just a hmmmmm |
For the gazillionth time .....
This site does not use RavenNuke(tm), per se. This site was built on v6.5 and was upgraded over the years to an extremely customized v7.6. The code then became the foundation for RavenNuke(tm) v1.00.00 released 24-Nov-2005. I have so many customizations to this site, custom code/modules/blocks, different rewrite rules, etc., that it's not really feasible to upgrade to RavenNuke(tm) nor needed, other than to stop having to answer this same question over and over . This site has all the security of RavenNuke(tm) but just not the styling. Sometime, before I die (maybe), this site may eventually be a visible RavenNuke(tm) site. So, the appearance is but a facade; the structure is very much RavenNuke(tm) where needed . And, since the old style captcha is now secured there's really no reason to fix what isn't broke. |
|
|
|
 |
krustymk

|
Posted:
Sat Oct 25, 2008 3:05 am |
|
feeling red faced and thoroughly told now lol.. Sorry Mr Raven
Look at it this way, if i didnt like your work so much i wouldnt be so curious
Cracking job you and your team have done! |
|
|
|
 |
Raven

|
Posted:
Sat Oct 25, 2008 4:55 am |
|
Thou art forgiven. Go in peace  |
|
|
|
 |
|