Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
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.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I need to put in a test mode for both GD and ImageMagick so it will be easier to debug.
Going on each one. GD2 will require freetype support to be compiled in as well. It should only give this option if that's the case, however. Since you get that option you must have it.
Do you have the full captcha directory uploaded? You should have a backgrounds and a fonts directory within.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
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.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Originally Posted By: Basil
THanks! Hey, you got your avatar back! LOL
Yep, finally moved to a new server. Oh, and if you want to test the CAPTCHA feature. Go ahead and visit my forum. I have it enabled using GD2 on the registration screen. I also have it enabled for guest posting/replies on all forums using ImageMagick.
Registered: 06/05/06
Posts: 14904
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.
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: 14904
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.
Registered: 06/26/06
Posts: 471
Loc: So. California
Originally Posted By: Gizmo
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.
I have GD2 installed as a module with PHP.. it's the only way it is delivered now according what I have read.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Ahh, the docs for the beta haven't been uploaded yet. Those will be put up when the beta is up for general users. You private beta testers get to wing it so I can see what type of problems you'll find There are also images in the admin directory under the image_files directory.