View Single Post
  #6 (permalink)  
Old 02-17-2008, 10:28 AM
Shadab's Avatar
Shadab Shadab is offline
Member
Recent Blog: Frixhost.com
 
Join Date: Dec 2007
Location: Bhopal (India)
Posts: 76
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Shadab is on a distinguished road
Send a message via MSN to Shadab Send a message via Yahoo to Shadab
Default

Some more tips :

1. IP Protect your AdminCP directory.

Find out your IP address (or IP range, if you have a dynamic ip address), and then restrict access to your AdminCP directory for all IPs, except your own IP address; using an .htaccess file placed in your adminCP directory.

Example : If your IP range is 122.154.*.*
Then you can use this .htaccess code to restrict the access :
Code:
order deny,allow
deny from all
allow from 122.154.
2. IP Protect your hosting control panel

If your webhost allows it, you can also request your webhost to restrict cPanel access to everybody, except from your own IP address/range. This will make it even harder to break into your control panel. This way, even if somebody knows your pass, he won't be able to login as the IP won't match.
__________________
Webmaster Forum
Reply With Quote