Back to vBulletin 3.0 Add-Ons

Signature Stats v3.04
Mod Version: 3.04, by DWard

This modification is in the archives.
vB Version: 3.0.3 Rating: (2 votes - 5.00 average) Installs: 113
Released: 21 May 2004 Last Update: 28 Jan 2005 Downloads: 55
Not Supported  

VERSION 3.04
[05/09/2004]

-----------------------------------------------
http://everythingvb.com/licenses/fa-ld-lt/1.0/
This Hack is released under an EverythingvB.com http:///licenses/fa-ld-lt/1.0/
-----------------------------------------------

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 newest user in Signature Stats

    Spoiler (click to open)


    Show newest user in Signature Stats
    This will show you how to display the newest user in your signature image

    Open your signature.php file and Find:
    Code:
    	$totalonline = $numberregistered + $numberguest;
    Below that, add:
    Code:
    // GETTING NEWEST USER
     	$newestuser = $DB_site->query("SELECT username FROM " . TABLE_PREFIX . "user AS user ORDER BY userid DESC LIMIT 1");
          	$nuser = mysql_result($newestuser,0);
    Then your $output string should be a little like this (look for bold text):
    Code:
    $output = "MEMBERS: $numbermembers THREADS: $totalthreads POSTS: $totalposts ONLINE: $totalonline NEWEST USER: $nuser";
    If you have any problems, just reply in this thread

    Close
  • Amount of games in v3Arcade in signature

    Spoiler (click to open)


    Add-on for Signature Stats v2.03
    Amount of games in v3Arcade in signature

    Find:
    Code:
    // ########################### OUTPUT TEXT ###############################
    Above add:
    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);
    Then just use $gamecount in the $output string, a bit like mine:
    Code:
    $output = "MEMBERS: $numbermembers THREADS: $totalthreads POSTS: $totalposts ONLINE: $totalonline GAMES: $gamecount";

    Close
If you are upgrading please carry out steps two to four of the instructions.

Download

This modification is archived and cannot be downloaded.

Screenshots

   

Similar Mods

Forum stats on signature image vBulletin 2.x Full Releases
Signature stats vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024