The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
A Simple Random Image Displayer
Were I Can Set The Max Images On File image01.gif image02.gif image03.gif image04.gif I Want The Image To Show Up In The Postbit
|
|
#2
|
|||
|
|||
|
$t = rand(1, 4);
echo "<img src=\"image0" . $t . ".gif\">"; |
|
#3
|
||||
|
||||
|
This goes in phpinclude? Is there a php function for allowing equal shows of images listed in such a way?
|
![]() |
|
|