View Single Post
Old 10-12-2007, 08:30 AM   · #1
Romance Of Love
Account Suspended
 
Name: Sary
Location: Baghdad
Trader Rating: (0)
Join Date: Oct 2007
Posts: 7
NP$: 0.00 (Donate)
Romance Of Love is an unknown quantity at this point
(PHP) Ban Ip From Your Site

It is one of the effective code for banning the IP address from your website.
Just paste the codeinto your PHP page.


PHP Code:
<?php
// This will retrieve ip!
$ip = getenv('REMOTE_ADDR');
// Replace 'x' with ip address!
$blocked = "xx.xx.xx.xx";

if (
ereg($blocked,$ip))
{
echo
"You Have Been Banned";
exit();
}
?>
'echo "You Have Been Banned";'


this is the message which will be displayed when the banned ip goes on the page. Remember to swap the x's with the IP you wish to ban.


Please register or log-in into NamePros to hide ads
Romance Of Love is offline   Reply With Quote
Site Sponsors
Exdon http://www.mobisitetrader.com/ Traffic Down Under
Advertise your business at NamePros
All times are GMT -7. The time now is 10:00 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.