Rename Vbulletin admincp and modcp Directories for Better Security.

vBulletin Admincp, Modcp directories, we know them and the hackers do to. Leaving them as vBulleting named them cut a step out out of the program for the hackers and lets them bypass the forum and hack your admincp or modcp directly.

Changing vBulletins names for these folders adds another step to the process and hopefully makes things just a bit more difficult for unwanted visitors to gain access to your forum. Rename the folders anything you like but there are a few steps to the process.

1) Rename the Admincp and Modcp folders to your chosen name

2) Rename the folder in your control panel

3) Change vBulletin’s config.php file to match the new folders.

Important: after renaming the admincp and modcp folders, YOU MUST change their names in the config.php file to match the new names. Also when upgrading, make sure to rename the directories.

// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.

$config['Misc']['admincpdir'] = 'admincp';

$config['Misc']['modcpdir'] = 'modcp';

  • 41 Users Found This Useful
Was this answer helpful?

Related Articles

How can I remove old phrases from deleted hacks?

The addon product to which those phrases belong should be removed when you uninstall the...

EXTREME Security Tweaks (use at your own risk)

Rename admincp and modcp folder using a strong password on each, including .htpasswd protection...

I cannot log in to my vBulletin admin area

The most common reason for not being able to log in to your admin panel, even though using the...

How to fix vBulletin – Deprecated Assigning the return value in PHP 5.3

To fix:Open global.php and add this lineerror_reporting(E_ALL & ~E_NOTICE &...