<?php session_start(); include_once 'http.auth.cls.php'; new HTTPBasicRealmAuth('simple authentication', md5('secured user id'.time()), md5('you can\'t access this file by this kind of password!!!!!!')); include 'secure.file.eg.php';