T71.org

Title

t71.org - Technology, Photography, Geocaching and Comedy

Description

Excerpted from the website:

// Break up the uri $uri = explode("?", $_SERVER['REQUEST_URI']); $uri = explode("/", $uri[0]); if (strcmp($uri[1], "v2") != 0) die("Invalid URI"); // We require a single 8 digit number if ((count($uri) time())) { require("reload.php"); exit(); } } // Switch on a php session // session_start(); // Send a cookie so we can see if this person has been here before setcookie("counter", $_COOKIE['counter'] + 1, time() + 604800, "/v2/", ".t71.org", 0); // These headers stop our dymanic pages getting cached // header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // header("Cache-Control: no-store, no-cache, must-revalidate"); // header("Cache-Control: post-check=0, pre-check=0", false); // header("Pragma: no-cache"); header("Expires: " . gmdate("D, d M Y H:i:s", time() + 600) . " GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s", min($end, time() - 600)) . " GMT"); // Build the include path $include = ""; for ($cnt = 3; $cnt
read more

Languages

English

Contact

Additional Information

External Links



Retrieved from "http://aboutus.com/index.php?title=T71.org&oldid=24292207"