PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.php > CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

Réponse
 
LinkBack Outils de la discussion
Vieux 27/02/2008, 17h31   #1
techjohnny@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

I'm unable to get the CaptchaSecurityImages.php to show up on the
page, and it's simply a broken image. Here is some infomation message
from my phpinfo session:

'./configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
'--with-ttf'

gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
GIF Read Support enabled
GIF Create Support enabled
WBMP Support enabled


I've been battling this for a while, so any would be great.


Thanks,

--TJ
  Réponse avec citation
Vieux 27/02/2008, 18h29   #2
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

techjohnny@gmail.com wrote:
> I'm unable to get the CaptchaSecurityImages.php to show up on the
> page, and it's simply a broken image. Here is some infomation message
> from my phpinfo session:
>
> './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
> apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
> php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
> '--with-ttf'
>
> gd
> GD Support enabled
> GD Version 2.0 or higher
> FreeType Support enabled
> FreeType Linkage with freetype
> FreeType Version 2.1.10
> GIF Read Support enabled
> GIF Create Support enabled
> WBMP Support enabled
>
>
> I've been battling this for a while, so any would be great.
>
>
> Thanks,
>
> --TJ
>


What do you mean a "broken image"? And how about a URL?

Plus, how are you calling it?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
Vieux 27/02/2008, 19h23   #3
techjohnny@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

On Feb 27, 10:29 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> techjoh...@gmail.com wrote:
> > I'm unable to get the CaptchaSecurityImages.php to show up on the
> > page, and it's simply a broken image. Here is some infomation message
> > from my phpinfo session:

>
> > './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
> > apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
> > php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
> > '--with-ttf'

>
> > gd
> > GD Support enabled
> > GD Version 2.0 or higher
> > FreeType Support enabled
> > FreeType Linkage with freetype
> > FreeType Version 2.1.10
> > GIF Read Support enabled
> > GIF Create Support enabled
> > WBMP Support enabled

>
> > I've been battling this for a while, so any would be great.

>
> > Thanks,

>
> > --TJ

>
> What do you mean a "broken image"? And how about a URL?
>
> Plus, how are you calling it?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================


This is part of an HTML form and inside a <form> </form>
<img src="CaptchaSecurityImages.php" />
<input id="security_code" name="security_code" type="text" />
  Réponse avec citation
Vieux 27/02/2008, 20h56   #4
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

techjohnny@gmail.com wrote:
> On Feb 27, 10:29 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> techjoh...@gmail.com wrote:
>>> I'm unable to get the CaptchaSecurityImages.php to show up on the
>>> page, and it's simply a broken image. Here is some infomation message
>>> from my phpinfo session:
>>> './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
>>> apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
>>> php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
>>> '--with-ttf'
>>> gd
>>> GD Support enabled
>>> GD Version 2.0 or higher
>>> FreeType Support enabled
>>> FreeType Linkage with freetype
>>> FreeType Version 2.1.10
>>> GIF Read Support enabled
>>> GIF Create Support enabled
>>> WBMP Support enabled
>>> I've been battling this for a while, so any would be great.
>>> Thanks,
>>> --TJ

>> What do you mean a "broken image"? And how about a URL?
>>
>> Plus, how are you calling it?
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================

>
> This is part of an HTML form and inside a <form> </form>
> <img src="CaptchaSecurityImages.php" />
> <input id="security_code" name="security_code" type="text" />
>


And what do you have in "CaptchaSecurityImages.php"? The exact same
code as is at White Hat?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
Vieux 27/02/2008, 21h37   #5
techjohnny@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

On Feb 27, 12:56 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> techjoh...@gmail.com wrote:
> > On Feb 27, 10:29 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> >> techjoh...@gmail.com wrote:
> >>> I'm unable to get the CaptchaSecurityImages.php to show up on the
> >>> page, and it's simply a broken image. Here is some infomation message
> >>> from my phpinfo session:
> >>> './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
> >>> apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
> >>> php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
> >>> '--with-ttf'
> >>> gd
> >>> GD Support enabled
> >>> GD Version 2.0 or higher
> >>> FreeType Support enabled
> >>> FreeType Linkage with freetype
> >>> FreeType Version 2.1.10
> >>> GIF Read Support enabled
> >>> GIF Create Support enabled
> >>> WBMP Support enabled
> >>> I've been battling this for a while, so any would be great.
> >>> Thanks,
> >>> --TJ
> >> What do you mean a "broken image"? And how about a URL?

>
> >> Plus, how are you calling it?

>
> >> --
> >> ==================
> >> Remove the "x" from my email address
> >> Jerry Stuckle
> >> JDS Computer Training Corp.
> >> jstuck...@attglobal.net
> >> ==================

>
> > This is part of an HTML form and inside a <form> </form>
> > <img src="CaptchaSecurityImages.php" />
> > <input id="security_code" name="security_code" type="text" />

>
> And what do you have in "CaptchaSecurityImages.php"? The exact same
> code as is at White Hat?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================


Yes, the same code.
  Réponse avec citation
Vieux 27/02/2008, 21h44   #6
techjohnny@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

On Feb 27, 1:37 pm, "techjoh...@gmail.com" <techjoh...@gmail.com>
wrote:
> On Feb 27, 12:56 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>
>
>
> > techjoh...@gmail.com wrote:
> > > On Feb 27, 10:29 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> > >> techjoh...@gmail.com wrote:
> > >>> I'm unable to get the CaptchaSecurityImages.php to show up on the
> > >>> page, and it's simply a broken image. Here is some infomation message
> > >>> from my phpinfo session:
> > >>> './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
> > >>> apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
> > >>> php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
> > >>> '--with-ttf'
> > >>> gd
> > >>> GD Support enabled
> > >>> GD Version 2.0 or higher
> > >>> FreeType Support enabled
> > >>> FreeType Linkage with freetype
> > >>> FreeType Version 2.1.10
> > >>> GIF Read Support enabled
> > >>> GIF Create Support enabled
> > >>> WBMP Support enabled
> > >>> I've been battling this for a while, so any would be great.
> > >>> Thanks,
> > >>> --TJ
> > >> What do you mean a "broken image"? And how about a URL?

>
> > >> Plus, how are you calling it?

>
> > >> --
> > >> ==================
> > >> Remove the "x" from my email address
> > >> Jerry Stuckle
> > >> JDS Computer Training Corp.
> > >> jstuck...@attglobal.net
> > >> ==================

>
> > > This is part of an HTML form and inside a <form> </form>
> > > <img src="CaptchaSecurityImages.php" />
> > > <input id="security_code" name="security_code" type="text" />

>
> > And what do you have in "CaptchaSecurityImages.php"? The exact same
> > code as is at White Hat?

>
> > --
> > ==================
> > Remove the "x" from my email address
> > Jerry Stuckle
> > JDS Computer Training Corp.
> > jstuck...@attglobal.net
> > ==================

>
> Yes, the same code.


OK. I think I've found what's missing, I need to install the
libraries, which I don't think I'm doing. I'll try again.

--TJ
  Réponse avec citation
Vieux 27/02/2008, 23h44   #7
techjohnny@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

On Feb 27, 12:56pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> techjoh...@gmail.com wrote:
> > On Feb 27, 10:29 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> >> techjoh...@gmail.com wrote:
> >>> I'm unable to get the CaptchaSecurityImages.php to show up on the
> >>> page, and it's simply a broken image. Here is some infomation message
> >>> from my phpinfo session:
> >>> './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
> >>> apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
> >>> php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
> >>> '--with-ttf'
> >>> gd
> >>> GD Support enabled
> >>> GD Version 2.0 or higher
> >>> FreeType Support enabled
> >>> FreeType Linkage with freetype
> >>> FreeType Version 2.1.10
> >>> GIF Read Support enabled
> >>> GIF Create Support enabled
> >>> WBMP Support enabled
> >>> I've been battling this for a while, so any would be great.
> >>> Thanks,
> >>> --TJ
> >> What do you mean a "broken image"? And how about a URL?

>
> >> Plus, how are you calling it?

>
> >> --
> >> ==================
> >> Remove the "x" from my email address
> >> Jerry Stuckle
> >> JDS Computer Training Corp.
> >> jstuck...@attglobal.net
> >> ==================

>
> > This is part of an HTML form and inside a <form> </form>
> > <img src="CaptchaSecurityImages.php" />
> > <input id="security_code" name="security_code" type="text" />

>
> And what do you have in "CaptchaSecurityImages.php"? The exact same
> code as is at White Hat?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================- Hide quoted text -
>
> - Show quoted text -


You are familar with this php script? Well assuming you are. Does
this script require that you build jpg support into gd? If I
successfully build jpg support into php; I should see jpg support in
the phpinfo() page?

Thanks,

--JP
  Réponse avec citation
Vieux 28/02/2008, 13h30   #8
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CaptchaSecurityImages.php not producing image w/ GD and FreetypeFonts installed.

techjohnny@gmail.com wrote:
> On Feb 27, 12:56 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> techjoh...@gmail.com wrote:
>>> On Feb 27, 10:29 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>>>> techjoh...@gmail.com wrote:
>>>>> I'm unable to get the CaptchaSecurityImages.php to show up on the
>>>>> page, and it's simply a broken image. Here is some infomation message
>>>>> from my phpinfo session:
>>>>> './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/www/bin/
>>>>> apxs' '--with-imap=/usr/local/imap/' '--with-zlib-dir=/usr/local/
>>>>> php-5.2.3/ext/zlib/' '--with-gd=/usr/local' '--with-freetype-dir=/usr'
>>>>> '--with-ttf'
>>>>> gd
>>>>> GD Support enabled
>>>>> GD Version 2.0 or higher
>>>>> FreeType Support enabled
>>>>> FreeType Linkage with freetype
>>>>> FreeType Version 2.1.10
>>>>> GIF Read Support enabled
>>>>> GIF Create Support enabled
>>>>> WBMP Support enabled
>>>>> I've been battling this for a while, so any would be great.
>>>>> Thanks,
>>>>> --TJ
>>>> What do you mean a "broken image"? And how about a URL?
>>>> Plus, how are you calling it?
>>>> --
>>>> ==================
>>>> Remove the "x" from my email address
>>>> Jerry Stuckle
>>>> JDS Computer Training Corp.
>>>> jstuck...@attglobal.net
>>>> ==================
>>> This is part of an HTML form and inside a <form> </form>
>>> <img src="CaptchaSecurityImages.php" />
>>> <input id="security_code" name="security_code" type="text" />

>> And what do you have in "CaptchaSecurityImages.php"? The exact same
>> code as is at White Hat?
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================- Hide quoted text -
>>
>> - Show quoted text -

>
> You are familar with this php script? Well assuming you are. Does
> this script require that you build jpg support into gd? If I
> successfully build jpg support into php; I should see jpg support in
> the phpinfo() page?
>
> Thanks,
>
> --JP
>


I'm not familiar with that particular script, but it doesn't do anything
unusual.

Yes, you do need jpeg support to use it. If you have the correct gd
libraries installed, it should be picked up automatically.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h15.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,18499 seconds with 16 queries