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 |
#212
|
||||
|
||||
take the quotes and the extra spaces out from the line - make it like so...
PHP Code:
|
#213
|
||||
|
||||
like this?
// ######################### 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,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);LINE1 imagettftext($img, $fontsize, 0,$left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color,/home/qtss/bbs.metallifukinca.com/html/Verdana.ttf, $output);LINE2 $i++; } because I'm still getting Parse error: parse error in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238 sorry for being a newbie |
#214
|
||||
|
||||
You see the lines I ahve given you - replace your whole
PHP Code:
|
#215
|
||||
|
||||
i'm a n00b
ok this my code now // ######################### 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,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); // LINE1 imagettftext($img, $fontsize, 0,$left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color,"/home/qtss/bbs.metallifukinca.com/html/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 ?> and im getting this error Warning: imagettftext(): Could not read font in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238 Warning: Cannot modify header information - headers already sent by (output started at /home/qtss/bbs.metallifukinca.com/html/signature.php:238) in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 242 |
#216
|
||||
|
||||
Warning: imagettftext(): Could not find/open font in /home/merlin/public_html/mirzone/forum/signature.php on line 238
Is the error im getting. The script is at www.mirzone.net/forum/signature.php . I followed the instructions and havnt changed that line |
#217
|
||||
|
||||
We got the same errors
Quote:
|
#218
|
||||
|
||||
OK - have you uploaded the font verdana.ttf to your server root? It will probably be case-sensitive so make sure the filename is "verdana.ttf" in the location on your server "/home/qtss/bbs.metallifukinca.com/html/" as specifed in that script ...
You really should read the instructions more carefully ... |
#219
|
||||
|
||||
I've done everything its said/you
Warning: imagettftext(): Could not read font in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238 Warning: Cannot modify header information - headers already sent by (output started at /home/qtss/bbs.metallifukinca.com/html/signature.php:238) in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 242 |
#220
|
||||
|
||||
Check: verdana.ttf has a lower-case V
Change: the full path to just the font file name, no slashes, etc |
#221
|
||||
|
||||
thanks dude, I had the verdana.ttf in the vB3 dir.
I put it in the root dir and everythign works great thanks /me clicks install |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|