MiguelJS
Bullet Bill
I'm the supreme ruler in Super Smash Brothes: Melee.
Posts: 70
|
Post by MiguelJS on Mar 28, 2004 14:04:18 GMT -5
I want to make a ramdom Image(ramdom images PHP) appear on my sig everytime someone views it but I don't know how it works . Does anyone know any site where to download that kind of program and give me a step by step guide? I would realy apreciate it .
|
|
|
Post by MasTaFUsionPrime on Mar 28, 2004 14:09:13 GMT -5
First of All, Welcome to the RN Forums MiguelJS! Hmm...I dont really know the answer to that, but i believe IRSSB (a member here) has that code in his sig. Ask him! You can wait for him to post here, or drop a PM. Goold Luck
|
|
|
Post by BRO_co03-RN on Mar 28, 2004 14:18:16 GMT -5
Welcome to the Random Nintendo Forums, MiguelJS!
I've done several searches on the Internet and haven't found anything. I'll PM IRSSB and ask him if he can give us the code.
|
|
MiguelJS
Bullet Bill
I'm the supreme ruler in Super Smash Brothes: Melee.
Posts: 70
|
Post by MiguelJS on Mar 28, 2004 14:21:28 GMT -5
Welcome to the Random Nintendo Forums, MiguelJS! I've done several searches on the Internet and haven't found anything. I'll PM IRSSB and ask him if he can give us the code. OK thanks.
|
|
|
Post by MasTaFUsionPrime on Mar 28, 2004 14:32:00 GMT -5
|
|
|
Post by moogle8 on Mar 28, 2004 14:39:19 GMT -5
I want to make a ramdom Image(ramdom images PHP) appear on my sig everytime someone views it but I don't know how it works . Does anyone know any site where to download that kind of program and give me a step by step guide? I would realy apreciate it . welcome MiguelJS.
|
|
|
Post by MasTaFUsionPrime on Mar 28, 2004 20:14:08 GMT -5
welcome MiguelJS. Miguel MS, see? Everyone is nice here
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Mar 28, 2004 20:54:47 GMT -5
Welcome to the RN Forums, MiguelJS! I did a Google search for the code and found the following: <?php/* * Name your images 1.jpg, 2.jpg etc. * * Add this line to your page where you want the images to * appear: <?php include "randomimage.php"; ?> */ // Change this to the total number of images in the folder$total = "11"; // Change to the type of files to use eg. .jpg or .gif$file_type = ".jpg"; // Change to the location of the folder containing the images$image_folder = "images/random"; // You do not need to edit below this line$start = "1";$random = mt_rand($start, $total);$image_name = $random . $file_type;echo "<img src=\"$image_folder/$image_name\" alt=\"$image_name\" />";?>
|
|
|
Post by BRO_co03-RN on Mar 29, 2004 0:08:04 GMT -5
Welcome to the RN Forums, MiguelJS! I did a Google search for the code and found the following: <?php/* * Name your images 1.jpg, 2.jpg etc. * [b]* Add this line to your page where you want the images to * appear: <?php include "randomimage.php"; ?> [/b]*/ // Change this to the total number of images in the folder$total = "11"; // Change to the type of files to use eg. .jpg or .gif$file_type = ".jpg"; // Change to the location of the folder containing the images$image_folder = "images/random"; // You do not need to edit below this line$start = "1";$random = mt_rand($start, $total);$image_name = $random . $file_type;echo "<img src=\"$image_folder/$image_name\" alt=\"$image_name\" />";?>
I don't think we can put that in our sigs.
|
|
|
Post by MasTaFUsionPrime on Mar 29, 2004 0:10:19 GMT -5
I don't think we can put that in our sigs. yea, its like css or someting. We cant use CSS or HTML here
|
|
|
Post by BRO_co03-RN on Mar 29, 2004 0:43:31 GMT -5
yea, its like css or someting. We cant use CSS or HTML here CSS and HTML can be used in the headers/footers but only JSR can do that. The part that was supposed to be in bold was the problem. We can't add that to our sigs, which require UBBC.
|
|
|
Post by MasTaFUsionPrime on Mar 29, 2004 0:49:00 GMT -5
CSS and HTML can be used in the headers/footers but only JSR can do that. The part that was supposed to be in bold was the problem. We can't add that to our sigs, which require UBBC. no, i ment WE (members) cant use it in our sigs and stuff. Yea, UBBC, lol i said BBC. Thanks broco!
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Mar 29, 2004 3:33:55 GMT -5
I don't think we can put that in our sigs. Oh... but you can. Just put the image's URL as "____ .php"
|
|
|
Post by MasTaFUsionPrime on Mar 29, 2004 13:05:28 GMT -5
Oh... but you can. Just put the image's URL as "____ .php" Wow! lol . JSR outsmarted all of us!
|
|
MiguelJS
Bullet Bill
I'm the supreme ruler in Super Smash Brothes: Melee.
Posts: 70
|
Post by MiguelJS on Mar 29, 2004 14:58:13 GMT -5
Miguel MS, see? Everyone is nice here Yeah I have notice........Thanks everyone.
|
|