SecureMe V1.0 - Secure Your Admin Panel
by
08 Aug 2008
Rating: (1 vote
- 5.00 average)
Hello guys, It just came to my mind to make something to secure the ACP of my vBulletin. I'd like to share it with you guys too! Basically what it does is just allow the IP's you provide to access the ACP. You can add as many IP's you need(For your staff) 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 |
Similar Mods
Administrative and Maintenance Tools Members Online in Admin Control Panel and Mod Control Panel | vBulletin 3.6 Add-ons |
Administrative and Maintenance Tools Admin CP Authentication mod : to secure your CP | vBulletin 3.6 Add-ons |