Page 1 of 1

captcha register not show

PostPosted: Sun Mar 11, 2012 2:57 pm
by klo
Hello,
I have a little problem, namely:

If the user want to register, indicates the no captcha!
I have everything installed on my server, gd libs, perl modules, etc. I also use other systems which are displayed in the captchas.

my site: http://upload.org.tf/index.php?page=register

what's wrong with that?

When downloading a file, everything is displayed correctly.

Yours sincerely,

Re: captcha register not show

PostPosted: Mon Mar 12, 2012 12:28 pm
by SamEA
Please create a file within the same folder of where DFH is place with the following code:
Code: Select all
<?php
phpinfo();
?>


Afterwards, post or PM me the URL to that file location.

Re: captcha register not show

PostPosted: Mon Mar 12, 2012 2:16 pm
by klo
Hi :)
this is the link to the info.php

http://upload.org.tf/info.php

mfg klo XD

Re: captcha register not show

PostPosted: Mon Mar 12, 2012 11:49 pm
by SamEA
Open ./CaptchaSecurityImages.php and find:
Code: Select all
var $font = 'monofont.ttf';


Replace with:
Code: Select all
var $font = './monofont.ttf';


See if that resolves your issue.

Re: captcha register not show

PostPosted: Tue Mar 13, 2012 2:03 am
by klo
Thank you!
Now it works. :D :D

Re: captcha register not show

PostPosted: Sun Jul 01, 2012 8:09 am
by SHINIGAMI
I'm have the same problem, but the way problem was solved above don't work in my case.
this is the link to the info.php
http://92.249.77.45:443/info.php

Re: captcha register not show

PostPosted: Mon Jul 02, 2012 3:41 pm
by SamEA
From what I can see, you're lacking the GDLibrary for PHP. You must have GDLibrary installed along with all of its required packages.

Re: captcha register not show

PostPosted: Sun Jul 08, 2012 1:03 pm
by SHINIGAMI
I apologize for my careless.
Now everything is working!

Re: captcha register not show

PostPosted: Tue Jul 10, 2012 2:33 am
by SamEA
Don't worry about it. Glad you've got everything up and running. :)