PHP Classes

File: sIPb.conf.php

Recommend this page to a friend!
  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: 18 years ago
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");
?>