View Single Post
Old 03-01-2003, 01:47 PM  
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
cookie-based, unlike the one above it handles other numbers of galleries than just 31 or 365


PHP Code:
<?php
if(isSet($_COOKIE['bobotheclown'])){
 
header("Location: " $_COOKIE['bobotheclown']);
} else {
 
$fileName "./bobotheclown.txt";
 
$a file($fileName);
 
mt_srand( (double) microtime() * 1000000 ); 
 
$randNum mt_rand0sizeof($a)-);
 
setcookie ("bobotheclown"$a[$randNum], time()+86400);
 
header("Location: " $a[$randNum]);
}
?>
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote