Need extra help with your Joomla site? Consider paid Joomla support by the developer of Chameleon and MetaMod.
- Index
- » Chameleon / ChameleonLite
- » Chameleon
- » Geo/IP redirect exclude IP
Page:
1
Geo/IP redirect exclude IP
Re: Geo/IP redirect exclude IP
Hi, that's a good question.
You can do that in the PHP tab of the Chameleon rule, and return false if the IP address matches.
e.g.
$excludes = array(
"1.2.3.4",
"1.2.3.5",
"101.102.103.104"
);
$ip = comChameleonHelper::getUserIP();
if (in_array($ip, $excludes)) return false;
Administrator has disabled public posting
Page:
1
- Index
- » Chameleon / ChameleonLite
- » Chameleon
- » Geo/IP redirect exclude IP
Board Info
- Board Stats:
- Total Topics:
- 1699
- Total Polls:
- 6
- Total Posts:
- 5965
- Posts this week:
- 3
- User Info:
- Total Users:
- 8012
- Newest User:
- grant1ab
- Members Online:
- 0
- Guests Online:
- 117
- Online:
- There are no members online
Forum Legend:
Topic
New
Locked
Sticky
Active
New/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky/Active/Locked