The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
If you install Apache2 mod_geoip you can so something like below to redirect visitors from China, for example, to another web site or page:
Code:
<?php if (apache_note("GEOIP_COUNTRY_CODE") == 'CN'){ header("Location: http://www.anotherplace.com"); } ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|