Quote:
Originally Posted by onehost
Interesting, I like this, Marked Installed.
however, i really do not like the background/font colors, anyway to change this?
|
Take a look at this image
http://www.pchangout.com/forum/sig5.php
I just used my own background with it:
PHP Code:
// Gather info
$total_posts = number_format($total_posts);
$total_threads = number_format($total_threads);
$total_members = vb_number_format($vbulletin->userstats['numbermembers']);
$my_img = imagecreatefrompng("http://www.pchangout.com/images/sig/5.png");
$background = imagecolorallocate( $my_img, 255, 255, 255 );
$text_colour = imagecolorallocate( $my_img, 000, 000, 0 );
$line_colour = imagecolorallocate( $my_img, 203, 203, 203 );