MyBB Community Forums

Full Version: CHMOD TUTORIALS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Yes and no. If you are installing MyBB 1.2.7, then yes. But, if you are upgrading from 1.2.x, then it should already be set to that. But, it's better to check and make sure.
maddog39 Wrote:Why use a GUI to chmod, pointless lol.

ssh yourserver.domain.com -l yourusername
cd /home/username/forums
chmod -r ./inc/config.php
The basic 3 commands for remotely chmodding files under a nix system.

Late reply, but not everybody has SSH access to their server Smile
DennisTT Wrote:
maddog39 Wrote:Why use a GUI to chmod, pointless lol.

ssh yourserver.domain.com -l yourusername
cd /home/username/forums
chmod -r ./inc/config.php
The basic 3 commands for remotely chmodding files under a nix system.

Late reply, but not everybody has SSH access to their server Smile

whats "SSH" access to their server Smile
p911 Wrote:whats "SSH"

Slightly off topic now: http://en.wikipedia.org/wiki/SSH
Created a CuteFTP Tutorial Toungue


---> CuteFTP CHMOD Tutorial <---
Does anybody ever use the one built into Windows? It does every thing you need.
Do you mean the one built into I.E? If so it doesn't do everything an FTP client should do.
And because Windows sucks. LOL
DCR Wrote:Created a CuteFTP Tutorial Toungue


---> CuteFTP CHMOD Tutorial <---
Hey, man, it's supposed to be inc/config.php and inc/settings.php set to 666 NOT 777. You don't want that file executable because people could find out all the database information and stuff by looking at the source.
Pages: 1 2 3