there is a chat script by ghost brother which is Mobile Chat V2.0.2 can please somebody make a mod or addon for banning the brower like in my country alsomost every mobile companies give just 1 or 2 ips so same ips for every users to ip can not be ban is there any way if ban someone he can't register again only that perticular user not any other users can sombody please help me on that thank you.
I Need A Ban Script Please Somebody Can Provide Me
Collapse
This topic is closed.
X
X
-
use toddy's ban scriptget cheap web hosting ever AdzeHost
===================
get free hosting for life time hostwebswap not allowed
===================
get free cpanel web hosting free cpanel hostingwap are allowed
===================
===================
-
is that ban script will ban the ip or ban the brower bcz from 1 ip so many users connect because they don't have any unique ip so if ip will be banned then then no one can chat. so i need a script that will only ban that perticular user and that user can't register again also no one else will be banned on that shared ips.
Comment
-
Code:<?php $ip = getenv('REMOTE_ADDR'); $blocked = "xx.xx.xx.xx"; // Replace the x's with the IP address. if (ereg($blocked,$ip)) { echo "You Have Been Banned"; exit(); } ?>
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Code:<?php $ip = getenv('REMOTE_ADDR'); $blocked = "xx.xx.xx.xx"; // Replace the x's with the IP address. if (ereg($blocked,$ip)) { echo "You Have Been Banned"; exit(); } ?>
same with any network IP...
thats the bad part with IP banning scripts..
Comment
-
you use this
Code:$brw = getenv('HTTP_USER_AGENT'); // To block phones or any browser use blocked to add a new line $blocked = " WHAT PHONE TYPE! "; $blocked = "Opera"; if (ereg($blocked,$brw )) { echo "You Have Been Banned"; exit(); }
Code:$brw = getenv('HTTP_USER_AGENT'); // To block phones or any browser use blocked to add a new line $blocked = " WHAT PHONE TYPE! "; $blocked = "Opera"; if (ereg($blocked,$brw )) { header("Location: http://free.com"); exit(); }
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Your Welcome mateVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
Comment