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 |
#222
|
||||
|
||||
mines abit big, any artist out there? Everytime I resize it, it distorts |
#223
|
||||
|
||||
No sign of stats shown?
|
#224
|
||||
|
||||
mine?
|
#225
|
||||
|
||||
Quote:
|
#226
|
||||
|
||||
Add-on for Signature Stats v2.03
Amount of games in v3Arcade in signature Find: Code:
// ########################### OUTPUT TEXT ############################### Code:
// Games Count for v3Arcade $result_allgames = $DB_site->query(" SELECT * FROM " . TABLE_PREFIX . "games $searchclause ORDER BY gameid DESC "); $gamecount = $DB_site->num_rows($result_allgames); Code:
$output = "MEMBERS: $numbermembers THREADS: $totalthreads POSTS: $totalposts ONLINE: $totalonline GAMES: $gamecount"; |
#227
|
|||
|
|||
Error :
Code:
Warning: imagecreatefromjpeg(/home/public_html/sig/sig.jpg): failed to open stream: No such file or directory in /home/blamina/public_html/forum/signature.php on line 208
Warning: imagecopy(): supplied argument is not a valid Image resource in /home/blamina/public_html/forum/signature.php on line 225
Warning: imagettftext(): Could not find/open font in /home/blamina/public_html/forum/signature.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/blamina/public_html/forum/signature.php:208) in /home/blamina/public_html/forum/signature.php on line 242
?PNG
Blaminator |
#228
|
||||
|
||||
OK - where you have
Code:
/home/public_html/sig/sig.jpg Code:
/home/blamina/public_html/sig/sig.jpg |
#229
|
|||
|
|||
/me clicks install
:banana: |
#230
|
||||
|
||||
Ok...
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,"/home/artfag/public_html/tahoma.ttf", $output); // LINE2 $i++; } Warning: imagettftext(): Could not read font in /home/artfag/public_html/forums/signature.php on line 238 Warning: Cannot modify header information - headers already sent by (output started at /home/artfag/public_html/forums/signature.php:238) in /home/artfag/public_html/forums/signature.php on line 242 Then a crapload of gibberish. |
#231
|
||||
|
||||
If I uncomment line one, and comment line 2, I get the image to show up with no text on it. I can't figure out what yyou mean by line 12 and line 22. Because that makes no sense to me.
http://www.emocrap.com/forums/signature.php See it shows up but with no text on the image. I really don't want to use the default font, but as per my post above the other way just doesn't want to work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|