code:<?php if($_SERVER['SCRIPT_FILENAME'] == __FILE__) { header("HTTP/1.0 401 Unauthorized"); die("Go away"); } ?>