/** * Beginning on the 13th of July, 2009, I have begun forwarding requests * for the root of this site to my new employer, Three Pillar Software. * Since they do what SCCG was intended to do (only better), it's a * natural fit. (I will be working on the design for their site, so * that works, too.) * * Requests for existing pages here will be maintained.. For now. */ // Header( "Location: http://www.agilex.com/#BrianWorksHereNow" ); // Header( "Location: http://doingdba.com/" ); Header( "Location: https://www.linkedin.com/in/justledbetter/" ); ?> srand(); if( !($dir = opendir( "./5.0-images" )) ) { $file = "Content_Main.gif"; } else { while( $file = readdir( $dir ) ) { if( ereg("Content_.*\.gif\$",$file) ) { $files[] = $file; if( file_exists("./5.0-images/$file.link") ) { $links[$file] = file_get_contents("./5.0-images/$file.link"); } } } closedir($dir); $fileno = rand( 0, count($files)-1 ); $file = $files[$fileno]; if( !$file ) $file = "Content.gif"; } ?>
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
if( $links[$file] )
print "";
?> |