Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Originally Posted By: Rick
Originally Posted By: Gizmo
Oh, and yes, i do have it working over at my dev site using GD2 however I know I have ImageMagick installed but don't have the option to use it lol
Gizmo, did you fill in the path to convert in the CP?
'eh its my private dev server, I haven't even bothered to poke around for new options lol... I'll check.
Originally Posted By: Basil
Is "CAPTCHA" one of those registration authentication things where you have to type in characters from an image to register? Until recently I had never heard the term.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
Well I've not investigated but this software mentioned is probably for Linux, regardless. I would think that many whether on Linux or Windows hosting will not have the option to install any new sotware to make this work.
Certainly there must be some other method to achieve something similar. It's not being used as encryption/security rather just to thwart robots from completing the form.
What about hundreds of tiny images that can semi-randomly be put together to form something, or something similar that does not require more 3rd party software?
Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Both GD and ImageMagick I believe can be installed in a windows enviroment; GD I believe is intallable as a PHP module (which if you don't have php, you can't run UBB7). Most servers come with ImageMagick and GD pre-compiled.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
You can get ImageMagick for both Linux and Windows as a free download. ImageMagick is nice because it doesn't require root access to install.
Most webhosts have ImageMagick or GD2 installed as they are both pretty commonly used. Any gallery type software requires one of them to be installed. Just about all of the CAPTCHA systems out there use one or the other. Nowadays it's more common to find a host that doesn't have one of them installed than it is to find one that doesn't.
The problem with a bunch of images put together is they all have an actual filename. Someone that wants to automate their bot just has to take the time to see what filename corresponds to what image and they could crack it just by looking at the img src.
So basically though if they don't and the host provider won't allow it then the user is SOL. Which means you now have to place upfront verbage on the product that it REQUIRES such and such as well. I can tell you that my own server does not have it on Linux. Can I get it, maybe, maybe not.
Just seems there must be another way to do this.
Even installing "modules" beyond the basics some hosts won't do because it potentially affects ALL sites, not just yours.
I'm not trying to fight you guys on this, hopefully I'm making a suggestion to further the product with as little impact on users as possible.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Eventually, more than likely with 7.2, we'll start to have basic photo gallery type features. So GD2 or ImageMagick will be required for those features to work. So even if it was possible to find another way to use CAPTCHA, we'll still be adding ImageMagick/GD2 as a requirement for all of the features to work.