Any "best practices" or advice to prevent your forum from being hacked?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • StephenKay
    Senior Member
    • Apr 2003
    • 437

    Any "best practices" or advice to prevent your forum from being hacked?

    I recently implemented a php-based store system on my site, and they had a bunch of instructions and suggestions to "hack-proof" your installation as much as possible.

    I was wondering if there were any similar "best-practices" for vBulletin?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Please see this thread on how to make your vBulletin more secure:

    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • StephenKay
      Senior Member
      • Apr 2003
      • 437

      #3
      Thanks - just what I was looking for.

      Comment

      • StephenKay
        Senior Member
        • Apr 2003
        • 437

        #4
        In the thread that you sent me the link for, is this advice (cannot reply to that thread):

        If you are on a shared hosting server, make sure all your vBulletin PHP files are chmod 644

        Code:
        cd /path/to/your/vbulletin
        chmod -R 644 *.php
        This will protect your files if another account on the server is compromised.
        Is this supposed to recurse and do files within sub-directories? Because it didn't seem to work. It did all the files in the top level, but none of the files in the /includes directory, for example.

        Comment

        • Steve Machol
          Former Customer Support Manager
          • Jul 2000
          • 154488

          #5
          The -R is the recursive tag. From 'man chmod':

          -R, --recursive
          change files and directories recursively

          If it's not working on your server then I suggest contacting your host about this.
          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
          Change CKEditor Colors to Match Style (for 4.1.4 and above)

          Steve Machol Photography


          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...