(REQ) vbulletin secure me

PC51m0n

New Member
vbulletin secure me

Code:
http://www.vbulletin.org/forum/showthread.php?t=187576

can anyone get this mod ??
 
Step 1) Create a file named .htaccess
Step2)
Add this in the file..

Code:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName “Access Control”
AuthType Basic
order deny,allow
deny from all
# whitelist home IP address
allow from YOUR HOME IP
# whitelist work IP address
allow from YOUR OFFICE IP
allow from YOUR OFFICE IP 2

Just replace the IP with YOUR HOME IP. Like wise you can add more
 
Top