Visual confirmation not working?

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
bolverk
I've been banned
Posts: 280
Joined: Mon Feb 02, 2009 5:39 pm

Re: Visual confirmation not working?

Post by bolverk »

So can you actually see the captcha preview?

bolverk
I've been banned
Posts: 280
Joined: Mon Feb 02, 2009 5:39 pm

Re: Visual confirmation not working?

Post by bolverk »

Go to your ACP -> Quick access -> PHP information and scroll down until you see the GD section.
gd.jpg
gd.jpg (17.53 KiB) Viewed 8845 times
Do your settings look similar? If not, what are they?

nikk
Registered User
Posts: 12
Joined: Thu Feb 05, 2009 9:56 pm

Re: Visual confirmation not working?

Post by nikk »

bolverk wrote:So can you actually see the captcha preview?
No the Preview doesnt show, its just white with a red cross in it

nikk
Registered User
Posts: 12
Joined: Thu Feb 05, 2009 9:56 pm

Re: Visual confirmation not working?

Post by nikk »

bolverk wrote:Go to your ACP -> Quick access -> PHP information and scroll down until you see the GD section.
gd.jpg
Do your settings look similar? If not, what are they?
thanks for that, my settings are identical to the ones as shown on your image

cheers

Nikk

User avatar
Brf
Support Team
Support Team
Posts: 332
Joined: Sun Mar 11, 2007 1:06 pm

Re: Visual confirmation not working?

Post by Brf »

We cannot see your problem in action if you have the captcha disabled.

nikk
Registered User
Posts: 12
Joined: Thu Feb 05, 2009 9:56 pm

Re: Visual confirmation not working?

Post by nikk »

I have enabled the Captcha settings to how they were so you can see whats happening,

thanks

Nikki

kirillica
Registered User
Posts: 15
Joined: Mon Feb 09, 2009 10:49 am

Re: Visual confirmation not working?

Post by kirillica »

Brf wrote:We cannot see your problem in action if you have the captcha disabled.
Actually, sometimes installed GD does not work properly. I've got the same for our server, for example.

So... ask your provider to fix GD2. You can check if it works properly, if you upload an image with .jpg extension (with name "image.jpg"), at the same directory you upload and execute script like that:

Code: Select all

<?php
$path = "image.jpg";
$content_type = "image/pjpeg";
header("Content-type: ".$content_type);

$source = imagecreatefromjpeg($path);
imagejpeg($source, "", 100);
?>

User avatar
Eelke
Registered User
Posts: 606
Joined: Thu Dec 20, 2001 8:00 am
Location: Bussum, NL
Contact:

Re: Visual confirmation not working?

Post by Eelke »

nikk wrote:is there any benefit of having the visual confirmation working?
Visual confirmation (also known as CAPTCHA) is meant to thwart automated registrations, used primarily to get an account on your board that can then be used to automatically post advertisement messages. AKA: spamming :) If you switch it off, prepare to get a flood of spam registrations before long. That said, there are reports that suggest phpBB's standard CAPTCHA has been compromised, so you might look into installing one of the alternatives, while you're at it. Read viewtopic.php?f=71&t=30531

pcollum
Registered User
Posts: 6
Joined: Sat Feb 07, 2009 4:39 pm

Re: Visual confirmation not working?

Post by pcollum »

Hi guys. While you're looking at this, I'm also expreiencing a similar problem - sort of. My problem is that the visual confirmation is not visible on some computers, but not all. CAPTCHA is enabled, and I can see it in the preview. I am also able to see it on my personal computer. But if I walk across the hall to someone else's computer, they can't see the CAPCTHA and only get the "red X".

I have checked the PHP information page, and don't appear to have any GD settings whatsoever. I'm not sure what GD is, but I don't see it anywhere on the page as displayed above. (I can post the entire page if you like). I'm not sure if I need "GD" or not. (???)

Is there a local setting for IE or something (activeX, or something like that) that is needed to view the visual confirmation?

FYI our forums are located here.here. Thanks.

User avatar
Brf
Support Team
Support Team
Posts: 332
Joined: Sun Mar 11, 2007 1:06 pm

Re: Visual confirmation not working?

Post by Brf »

You have edited language/en/common.php and saved it with encoding UTF-8(w/BOM)
You need to get a bettertext editor, such as Notepad++ and resave that file with encoding UTF-8(w/o BOM)

Locked