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); ?>
|
BBS Promotions Provides a resource describing the what, when, where, who, why and how of BBSing. http://www.fanciful.org/bbs-promotion/ Official Intelec Home Page The official Intelec Network Home Page. Intelec is an international BBS echomail network. http://www.intelec.com/ The BBS Corner Source of information for both the BBS Sysop and the BBS User. Links to 3rd party software and primary software developers. http://www.dmine.com/bbscorner/ BBS: A Documentary Information about the film released in 2005. Includes details of research, a list of interviews, trailers, reviews, and an online ordering facility. http://www.bbsdocumentary.com/ Wikipedia.org: BBS Systems Encyclopedia article that gives an overview of these systems, their history and a brief presentation of their content, along with links to more specialized articles. http://en.wikipedia.org/wiki/Bulletin_board_system BBSing.com Presents the history of these systems and a global explanation of the way they work. Includes a large collection of links. http://www.bbsing.com/ GatorNet Presentation of this amateur FTN/QWK Network and its history. Includes an online application form, network policy documents, information about games carried and a download section. http://gatornet.nwebt.com/ |