Login   Register  
PHP Classes
elePHPant
Icontem

File: sIPb.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Uwe Stein  >  sIPb  >  sIPb.conf.php  >  Download  
File: sIPb.conf.php
Role: Configuration script
Content type: text/plain
Description: the conf-inc file
Class: sIPb
Block the IP address of undesired HTTP clients
Author: By
Last change:
Date: 2005-04-10 04:34
Size: 215 bytes
 

Contents

Class file image Download
<?php

// the filename where the IPs are stored
define("BLOCK_FILE","blockedIPs");

// your Page to redirect blocked Clients 
// some browsers dont work with relative URLs
define("BLOCK_URL","./ur_blocked.html");
?>