Thread: Blacklist v0.1
View Single Post
  #3 (permalink)  
Old 12-13-2007, 08:35 PM
edpudol edpudol is offline
New Pligger
 
Join Date: May 2007
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
I have tried to follow the instruction but I am getting error...

Here is the code after adding the Block IPs at blacklist.php
Code:
<?php 
die(); // this is just here to prevent the file from being read by someone else 
117.201.96.30
118.0.248.252
12.149.244.52
12.181.71.99
?>
this is the error I got
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 0 in /home/mysitevo/public_html/modules/blacklist/blacklist_main.php on line 34

Last edited by edpudol; 12-13-2007 at 08:39 PM..
Reply With Quote