Some vBulletin addons require their specific folders to be chmodded to 777.
chmod 777 is not as nasty as some people make out. It's not some crazy security risk that means your server / forum will get hacked. To do any damage they'll need to be able to execute scripts on your sever first. If they are already at that point then I doubt permissions are going to help a great deal, especially with it's database.
As a rule of thumb, follow the vBulletin installation. chmod folders to what the instructions say. vBulletin is very secure overall and any security holes are quickly plugged so keep an eye out in the admin panel for advertised needed patches.
The biggest security threat to vBulletin is addons / plugins from 3rd parties. A badly written plugin can open vBulletin to all sort of problems. If you've added any 3rd pary plugins, keep an eye on the site (usually vbulletin.org) for news they have security holes and or patches available.
In a nutshell if you've followed the vBulletin installation guide you'll be fine.
*edit* - I will add that chmod 777 should ONLY be done on those files and folders that specifically need it and certainly not the main public_html folder. But in itself, chmod 777 does not automatically open up your server to script kiddies.
Last edited by Qube : 21-03-2008 at 01:40.
Reason: extra notes
|