View Full Version : Confused please help..
MichaelDance
05-12-2010, 02:34 PM
Hi i use the usergroup = 8 redirect mod but when u ban an ip it dont redirect you to an page i was trying to do this myself but failed does anyone know how to do this?
i tried:
<if condition="$vbphrase[banip]">
<meta HTTP-EQUIV="REFRESH" content="0; url="http://www.urgamingzone.com/banned.html">
</if>
borbole
05-12-2010, 02:40 PM
Hi i use the usergroup = 8 redirect mod but when u ban an ip it dont redirect you to an page i was trying to do this myself but failed does anyone know how to do this?
i tried:
<if condition="$vbphrase[banip]">
<meta HTTP-EQUIV="REFRESH" content="0; url="http://www.urgamingzone.com/banned.html">
</if>
Do you want to redirect your banned members to a certain page? If so try this code instead:
<if condition="$bbuserinfo['userid'] == 8">
<meta http-equiv="refresh" content="0; url=http://www.urgamingzone.com/banned.html">
</if>
If your banned group has another gid then replace 8 with the proper gid. Hope it helps.
MichaelDance
05-12-2010, 04:56 PM
Do you want to redirect your banned members to a certain page? If so try this code instead:
<if condition="$bbuserinfo['userid'] == 8">
<meta http-equiv="refresh" content="0; url=http://www.urgamingzone.com/banned.html">
</if>
If your banned group has another gid then replace 8 with the proper gid. Hope it helps.
I got that thanks mate, but when you ban an IP it doesnt work so i was hoping of a way to redirect banned ips
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.