The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Signature Stats v3.04 Details »» | |||||||||||||||||||||||||
VERSION 3.04
[05/09/2004] ----------------------------------------------- This Hack is released under an EverythingvB.com FullAttribution-LimitedDerivs-LimitedTranslation License ----------------------------------------------- This hack allows you to display your forum statistics in an image,whichyou can use as your signature in most forums (like mine). If you have any trouble, please post here or in my forum for a good response. Please Click INSTALL, otherwise if an important fix becomes available, you will not be notified. Now with truetype font support and line breaks. Fixed online userscode(was resetting 'most users online'). New easy support for GD2 andbelow. Attached pixel font for use in your signatures, must be in all capitals, at size 6 to work appropriately. New! Attached signature colourgenerator application. Useful to work out the colour scheme of yoursignature. Displays the RGB code for picked colour, and also allows forHEX to RGB conversion. Popular modifications:
Show Your Support
|
Comments |
#62
|
||||
|
||||
Quote:
now i am gettin this error Fatal error: Call to undefined function: imagettftext() in /home/sandeep/public_html/forums/signature.php on line 247 sorry for bugging you Sandy... |
#63
|
|||
|
|||
imagettftext() i get this error any help?
|
#64
|
||||
|
||||
Uncomment LINE1 and comment LINE2
|
#65
|
||||
|
||||
I think the reasons for the latest errors seems to be that only the latest versions of PHP will support the imagettftext() function. I have version 4.3.4.
What versions do you have? |
#66
|
||||
|
||||
BTW:: Have you uploaded a font and specified the location as described in the instructions??
|
#67
|
|||
|
|||
Code:
// ######################### CHANGE FONT BELOW ############################ // Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font. // Replace "verdana.ttf" with the URL to your .ttf font // //imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); //LINE1 imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "verdana.ttf", $output); //LINE2 $i++; } header("Content-Type: image/png"); imagepng($img); imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression imagedestroy($img); // get the image out of memory ?> Thanks |
#68
|
||||
|
||||
Quote:
Try changing that part to this: Code:
// ######################### CHANGE FONT BELOW ############################ // Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font. // Replace "verdana.ttf" with the URL to your .ttf font // imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); //LINE1 //imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "verdana.ttf", $output); //LINE2 $i++; } header("Content-Type: image/png"); imagepng($img); imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression imagedestroy($img); // get the image out of memory ?> |
#69
|
|||
|
|||
PHP Version 4.3.3
No i thought it use a default font...can you upload the vernada.ttf file? |
#70
|
||||
|
||||
YER OK THE NEW CODE i GAVE YOU WAS FOR DEFAULT FONT OPTION.
Just change it back to what you gave me to start with and upload the font I am about to attach to the same directory as the file. |
#71
|
|||
|
|||
I tried your code, same error message....Can you send me the code without line 1 and 2 commented, want to make sure i'm coding it right
|
#72
|
||||
|
||||
OK the verdana.ttf file is in the zip:
|
#73
|
||||
|
||||
This end is fine:
Code:
// ######################### CHANGE FONT BELOW ############################ // Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font. // Replace "verdana.ttf" with the URL to your .ttf font // //imagestring($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); //LINE1 imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "verdana.ttf", $output); //LINE2 $i++; } header("Content-Type: image/png"); imagepng($img); imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression imagedestroy($img); // get the image out of memory ?> |
#74
|
|||
|
|||
Fatal error: Call to undefined function: imagettftext() line 259 this is after i uploaded the font file
|
#75
|
||||
|
||||
Did you change the code back too?
|
#76
|
|||
|
|||
yes used the one in post 72...same error
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|