CF Users Online Example:
Below are 4 examples of how easy it is to display a image with how many people are viewing your website on,
The frist one is using the default colors set in the script file the next 3 set the image colors on the fly.
Example 1 -
<img src="http://yoursitehere.com/usersonline.php" />
Example 2 -
<img src="usersonline.php?ob=000000&ib=ffffff&
lf=CC3333&ltc=ffffff&rf=ffffff&rtc=000000" />
Example 3 -
<img src="usersonline.php?ob=000000&ib=ffffff&
lf=FF6600&ltc=ffffff&rf=898E79&rtc=ffffff" />
Example 4 -
<img src="usersonline.php?ob=B54CA4&ib=ffffff&
lf=F27AFF&ltc=442045&rf=FFBFF7&rtc=442C47" />