captcha

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ratmz

    #1

    captcha

    I try to make for email form with captcha for prevent spam bot.
    But when I try I get this error:
    PHP Fatal error: Call to undefined function: imagettfbbox()in /home/....../public_html/test/captcha.php on line 19

    I think something about "GD and freetype/truetype libraries", then I try to cek php info at dathorn cpanel, I found the GD but don't find the freetype or true type support.

    Is my thought right?
    If right, can dathorn enable the truetype/freetype support ?

    Regards,
    Dave
  • Jonathan
    Senior Member
    • Mar 2004
    • 1229

    #2
    I'm pretty sure FreeType is enabled; it should be listed
    under the 'GD' package on the PHP Info page.
    "How can someone be so distracted yet so focused?"
    - C

    Comment

    • ratmz

      #3
      not all cpanel support freetype i think....
      Look some example like:
      cpanel33 <--- freetype support (php 4.3.4)
      cpanel08 <--- freetype support (php 4.3.8)
      cpanel27 <--- freetype not support (php 4.3.3)

      Is that right what I thought?

      Comment

      • Jonathan
        Senior Member
        • Mar 2004
        • 1229

        #4
        Try submitting a trouble ticket and see if there's
        anything they can do, as far as adding FreeType to cPanel27.
        "How can someone be so distracted yet so focused?"
        - C

        Comment

        • Klaassh
          Member
          • Mar 2004
          • 62

          #5
          On 27 as well, and on my IPB's I can use GD but not the ttf, not too big a deal for me, but it would be nice
          A good friend will bail you out of jail
          But your best friend will be sitting next to you,
          saying "That was awesome!"

          Comment

          Working...