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 |
#152
|
|||
|
|||
Oh what do you know, I tried the imagecreatetruecolor(etc...) and it worked.
|
#153
|
||||
|
||||
Yer the truecolor and other mode work at different times. O wel. I got signed off from college today for 3 months, so a portion of that time will be spent on this mod for a bit. I'm working on a flash stats thing now, it's getting there.
|
#154
|
||||
|
||||
Quote:
The author of this hack said it had something to to with the defualt vs downloaded font -- but I didn't understand exactly what he was saying. I included the portion of the font code a couple of posts ago so he (or anyone else) could roll me a bone. |
#155
|
|||
|
|||
I have a other problem i use a jpg and he generate all right only the jpg lose the colors look if they have only 16 colors..
Please help |
#156
|
|||
|
|||
*INSTALLS*
Is it normal that one guest is added (without IP) to the online userlist when I call this script using cron? VERY nice script! cLord |
#157
|
||||
|
||||
Quote:
I will be adding a small mod for my next version to say 'Signature Stats' in the online users bit. |
#158
|
||||
|
||||
Hey peeps I am having problems after successfully installing.
I tried to chnage the signature.jpg and sig.jpg for my own but the old one keep appearing, no idea why So I tried to create signature2.php, signature2.jpg and sig2.jpg but now I get this error PHP Code:
|
#159
|
||||
|
||||
Quote:
In Adobe Photshop.... Image >> Mode > Indexed Colour Now for me to position the text...should be fun :nervous: |
#160
|
|||
|
|||
sweet, I always wanted one of these
got it working just have to fine tune an image and the text |
#161
|
|||
|
|||
Can someone explain the whole cron thing... I've searched through this thread, and can't really figure it out. I don't have cpanel or anything like that... Don't like all the 'fake' guests on the who's online.
|
#162
|
||||
|
||||
Quote:
|
#163
|
||||
|
||||
Quote:
|
#164
|
||||
|
||||
Quote:
|
#165
|
||||
|
||||
The reason the bad graphic in the above post now looks good is that I found the answer on the F5hosting forum.
For those others of you who have been waiting days for the detailed answer on how to make the washed out graphics work -- the answe is (drum roll) The image you are using has more than 256 colours so the method in the hack will never work. The function they should have used to create the initial image is imagecreatetruecolor and not imagecreate, so if you replace the line Code:
$img = imagecreate($width,$height); Code:
$img = imagecreatetruecolor($width,$height); |
#166
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|