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); ?>
|
Turkey Bucket How to cook a turkey under a bucket, includes supplies needed and step-by-step photographs. http://turkeybucket.tripod.com Living it Up with Chef George Hirsch The public television celebrity chef, provides grilling recipes, fitness tips, and methods for enhancing outdoor living. http://www.chefgeorgehirsch.com Ol' Buffalo Outdoor Cooking Links to resources for the outdoor cook. http://www.three-peaks.net/cooking.htm Cookshack Barbecue and Smoked Foods Recipes Collection includes recipes for various meats, desserts, seafood, and vegetables. http://www.cookshack.com/index.php?pr=Recipe_Catalog Campfire Cafe Campfire Cafe is a television show hosted by Johnny Nix where all the cooking is done outdoors. Includes show schedule and recipes. http://www.campfirecafetv.com/Recipes.html |