The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
OK, the code I plan on using is from here:
http://www.zend.com/tips/tips.php?id=243&single=1 My rendition is below: Code:
<? // randomize the color $r = rand(128,255); $g = rand(128,255); $b = rand(128,255); $randomcolor = dechex($r) . dechex($g) . dechex($b); ?> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|