if(!isset($log_pre)) $log_pre = ""; else $log_pre .= "."; $filename = "logs/" . $log_pre . "access." . date("Y.m",time()) . ".log"; $fp = fopen($filename,"a"); $str = gethostbyaddr ( $_SERVER['REMOTE_ADDR'] ); $str .= " - -"; $str .= " [" . date("d/M/Y:G:i:s",time()) . " -0700]"; $str .= " \"" . $_SERVER['REQUEST_METHOD'] . " " . $_SERVER['REQUEST_URI'] . " HTTP/1.1\""; $str .= " 200 "; $str .= isset($file_size) ? $file_size : "1000"; if(isset($_SERVER['HTTP_REFERER'])) $str .= " \"" . $_SERVER['HTTP_REFERER'] . "\""; else $str .= " \"none\""; $str .= " \"" . $_SERVER['HTTP_USER_AGENT'] . "\""; $str .= "\r\n"; fwrite($fp,$str); fclose($fp); ?>
|
Science Fiction War Games List of various wargame titles with accompanying links providing more information about each. http://www.grognard.com/sub17.html Yael'Laer Craftworld Eldar HomePage Created and maintained by Joseph Proctor. Gallery, links, and tips on painting and converting. http://www.geocities.com/TimesSquare/Chaos/5129/Homepage.html Warp Spawn Games Old-fashioned, low-tech, paper-and-pencil affairs requiring some imagination to create and play. Only the rules are published. http://www.angelfire.com/games2/warpspawn/ Venus Needs Men Features buying information and a description and pictures of the game. http://www.venusneedsmen.com/ Nessie Hunt Players run expeditions to locate the Loch Ness Monster. http://www.loch-ness.org/nessiehunt.html |