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 |
#197
|
||||
|
||||
Ok - that error is gone but I get this:
http://www.therabblerousers.com/forums/signature.php links for images: http://www.therabblerousers.com/foru.../signature.jpg http://www.therabblerousers.com/forums/sig/sig.jpg I dont know if I did the images correct Editd - had wrong links |
#198
|
||||
|
||||
ok - I figured out my original sig.jpg was wrong...... I think I'm getting it. thank you so much for your time helping me
It's almost there - just not exactly sure now. http://www.therabblerousers.com/forums/signature.php |
#199
|
||||
|
||||
There is no way that this code should require login access - you have made too many changes I think ...
Work from the default file and see how you go ... |
#200
|
||||
|
||||
Ok, I will do that this weekend. It is a closed board so I think thats the problem. Thanks for your help.
|
#201
|
||||
|
||||
Hey guys, WHAT HAS HAPPENED TO THE DESIGN?? I visited the site hoping to see the usual nice design, but I see this little innocent design!
|
#202
|
|||
|
|||
dont know about the design, but awsome hack!!
*installs* and as for the cron job thing: i do it every 15 minutes using the http:// url to the file. if i used the server path it wont work. |
#203
|
||||
|
||||
Quote:
Dur whats the standard txt option ? lol :ninja: |
#204
|
|||
|
|||
|
#205
|
|||
|
|||
PHP Code:
|
#206
|
||||
|
||||
Quote:
|
#207
|
||||
|
||||
I'm getting this error, could someone please help?
thanks Warning: Wrong parameter count for imagettftext() 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 |
#209
|
||||
|
||||
here is my 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,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); // LINE1 imagettftext($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "http://bbs.metallifukinca.com/verdana.php", $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 ?> |
#210
|
||||
|
||||
OK - you will need to have a local path, not a http:// path to your TTF font file
|
#211
|
||||
|
||||
I'm getting this now
Parse error: parse error in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238 my 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,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.php", $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 ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|