PHP Classes

File: forbidden.tpl

Recommend this page to a friend!
  Classes of Temperini Mirko   Firewall   forbidden.tpl   Download  
File: forbidden.tpl
Role: Auxiliary data
Content type: text/plain
Description: aa funny blue death screen
Class: Firewall
Accept or deny requests depending on IP address
Author: By
Last change:
Date: 14 years ago
Size: 2,038 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <title>- ooops! -</title> </head> <style media="all"> body { background:#0000aa; color:#ffffff; font-family:courier; font-size:12pt; margin:100px; } #main_error{ position:absolute; top: 50%; left: 50%; width:600px; height:450px; margin-top: -225px; /*set to a negative number 1/2 of your height*/ margin-left: -300px; /*set to a negative number 1/2 of your width*/ border: 1px solid #ccc; text-align: center; } #main_error ul{ list-style-type: circle; } blink { color:yellow; } .neg { background:#fff; color:#0000aa; padding:2px 8px; font-weight:bold; } a,a:hover { color:inherit; font:inherit; } .menu { text-align:center; margin-top:50px; } </style> <body> <div id="main_error"> <span class="neg">ERROR 403 [FORBIDDEN]</span> <p align="center">Oooops!<br /> The page is missing or forbidden. You can wait and<br /> see if it becomes available again, or you can restart your browser. </p> <div align="left"> <ul align="left"> <li>Send us an e-mail to notify this and try it later. </li> <li>Maybe the administrator has disabled viewing this page, and all its contents are no longer accessible from this IP address.</li> </ul> </div> Press a link below to continue <blink>_</blink> <div class="menu"> <a href="index.html">index</a> | <a href="contact.html">webmaster</a> </div> </div> </body> </html>