fake admincp login
1.Rename the admincp and make a new directory named admincp
then go to your real admincp's login find page source copy and paste it into a index.php file that is located in the fake admincp
Next find
PHP Code:
<<form action="../login.php?do=login" method="post" name="loginform" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf); js_do_options(this)">
<input type="hidden" name="url" value="/{change to admincp}/index.php" />
the {change to admincp} word will be the directory of your real admincp simply change it to admincp
This will make a hacker think they are able to login to the admincp
NOTE:Please know this does not stop someone from getting the successful login page but it does stop direct access to the admincp because if they could just skip directly to the real admincp it would be twice as quick to cause damage.