Live Statistics Image 1.0.0 Light

mastram

New Member
Version: 3.7.3

Live Statistics Image Light 1.0.0
A great way to display your website's live stats! A 468x60 image is automatically generated with your site's name, url, and a few statistics.

Live Demo:
stats_image.php



Instructions
  • Upload stats_image.php
  • Get ready to link it away
    (it can be used in pretty much any image tag where dynamic images are accepted)
 
SIZE:
PHP:
$my_img = imagecreate( 468, 60 );

Background:
PHP:
$background = imagecolorallocate( $my_img, 255, 255, 255 );

Text Colour:
PHP:
$text_colour = imagecolorallocate( $my_img, 000, 000, 0 );

Line colour:
PHP:
$line_colour = imagecolorallocate( $my_img, 203, 203, 203 );

For example 255, 255, 255 replace 15, 46, 70 (RGB Colour) ;)
 
sorry to double post but...

i just wanted to say it work 100% on my forum which is 3.7

and i was wonder if you know how to customize this.. like the colors and what not...

thanks again
 
Get ready to link it away
(it can be used in pretty much any image tag where dynamic images are accepted)

What is this bit please? how do i use ,thx
 
MORTAL 7 said:
Get ready to link it away
(it can be used in pretty much any image tag where dynamic images are accepted)

What is this bit please? how do i use ,thx

You download the zip file.. then upload it to your vb forums main root directory..

and then you access it yourforum.com/stats_image.php .That is a picture which you can embed it as a picture on any forum or html codeing place..

it will displace live stats for your forum.. its really aweesome
 
Back
Top