Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Random Pic block for nuke
jpsimboy
post Nov 22 2004, 12:02 AM
Post #1





Guests






Im looking for a script or some code that randomly picks an image from a specifed folder and displays it in a block. Is there a scirpt or code i can use to do this?
Go to the top of the page
 
+Quote Post
discovertrip
post Nov 24 2004, 12:20 PM
Post #2





Guests






Hello jpsimboy :wink:

here is the source for you...

randompic.php
CODE
<?php



// folder directory which contains images files

$folder="randompic/";



$openfold=opendir($folder);



while($files=readdir($openfold))

{

// put file names into a table

if(is_file($folder.$files))

 $tabjpg[]=$files;

}

srand ((double) microtime() * 10000000);  

$rand_keys = array_rand ($tabjpg);

echo "<img src="".$folder.$tabjpg[$rand_keys]."" alt="".$tabjpg[$rand_keys]."">";

?>


==============================
/*
How TO use this script;
Example: just put
<?php include('randompic.php'); ?>
*/


Voila,,, Enjoy and Have a nice day wink.gif


Anan.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. need a good and simple php-nuke tutorial(17)
  2. Php nuke(14)
  3. Whow to change template on php nuke(4)
  4. free nuke themes(33)
  5. PHP Nuke Themes & How To Make Them(6)
  6. PHP-Nuke Platinum Themes(6)
  7. DONT NUKE LAMBS!!!(14)
  8. PHP Nuke please help me(6)
  9. PHP-Nuke vs. PostNuke(11)
  10. Javascripts and Iframes withing php nuke ????(1)
  11. PHP NUKE platinum(6)
  12. PHP-Nuke(12)
  13. Free hosting site which Support PHP NUke(1)
  14. How to add another link to top section of PHP-Nuke?(8)
  15. PHP-NUKE CHAT(2)
  1. Random Here! New name!(10)
  2. is nuke the only thing on fantastico(2)
  3. URGENT - Need someone to help with PHP NUKE site... BIG prob(4)
  4. Stoned Devil Inc. & Free Nuke Hostin Forums?(14)
  5. phpBB v.s php-Nuke(3)
  6. who install top nuke music(0)
  7. PhP Nuke Platinum (Help)(7)
  8. What Would You Walk On Rather?(11)
  9. Johnny's Random Facts: #1(25)
  10. It's A Random Thang(3)
  11. Do You Like George Bush(10)
  12. I Have Several Random Questions...(8)
  13. Random Thoughts(11)


 



- Lo-Fi Version Time is now: 11th October 2008 - 08:37 PM