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 |
#92
|
||||
|
||||
This might have been posted before but i did not look through all the posts....
If you do not care about the extra load on your server you can make a .htaccess file with this code: IndexIgnore * <Limit GET POST > order allow,deny allow from all </Limit> RewriteEngine on RewriteRule signature.jpg /forum/signature.php [T=application/x-httpd-cgi] Then you would link to signature.jpg from your root folder of your domain ane apache would run the PHP file to get the updated signature. Cheers |
#93
|
||||
|
||||
Thats quite cool actually.
|
#94
|
||||
|
||||
New version out (fixed online users code [was resetting 'most users ever online'])
|
#95
|
||||
|
||||
Warning: imagecreatefromjpeg(/public_html/images/sig.jpg): failed to open stream: No such file or directory in /home/rkqxhnvj/public_html/forums/signature.php on line 208
Warning: imagecopy(): supplied argument is not a valid Image resource in /home/rkqxhnvj/public_html/forums/signature.php on line 225 Warning: imagettftext(): Could not find/open font in /home/rkqxhnvj/public_html/forums/signature.php on line 238 Warning: Cannot modify header information - headers already sent by (output started at /home/rkqxhnvj/public_html/forums/signature.php:208) in /home/rkqxhnvj/public_html/forums/signature.php on line 242 PNG IHDRÔw#ÛPLTEÿÿÿ$¡¼tRNS@æØfIDATxí Á  ÷Om7 'äSP£QIEND®B` Warning: imagejpeg(): Unable to open '/public_html/images/signature.jpg' for writing in /home/rkqxhnvj/public_html/forums/signature.php on line 244 I get those errors....Can someone help???? |
#96
|
||||
|
||||
Quote:
Also, do you have GD installed? I think you may need GD2. |
#97
|
||||
|
||||
Just FYI You can solve your vertical issues by investigating the following code, then looking @ this sig
PHP Code:
PHP Code:
aka: put your $output in an array - then each line by default is placed on the next line down (the second edit just causes the current line to be output, rather than the whole array) ... then just fiddle with your images size and alignment values ($left and $top) to get it how you want it! great work again on the TTF font integrating! |
#98
|
||||
|
||||
Quote:
Just concerned about wether or not there had been a mistake in the code on my behalf or if it's just what people have installed on their server. |
#99
|
||||
|
||||
No mate - it's just that the code you have has a
PHP Code:
Anyd it should be relatively trivial to have a switch to go from left to right aligned - I did something similar for a automatic label-making website... {look at the PHP Code:
|
#100
|
|||
|
|||
I dont understan why the quality of the image created in my server is so poor
Check the attachments please. I use compress output with a value of 95, and i'm using GD 2+ Can you give some tip? |
#101
|
||||
|
||||
Yeah - there is a line that says imagecreate() - this should be imagecreatetruecolor()
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|