Results 1 to 2 of 2

Thread: question about chmod settings

  1. #1
    dcnadeau770
    Guest

    Default question about chmod settings

    could anyone give me a list of all the dolphin files folders ect and what there chmod settings should be

    like
    admin chmod 777
    forum chmod 777
    langs chmod 644
    media chmod 655

    ect ect

    i would love a txt file or email with this information if ya got it or feel like writing it up please send me a copy thanks dcnadeau770@yahoo.com

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Well - the ones you listed are wrong.

    For example, there is no need to have your /admin folder set to 777, nothing is written to there.

    Off the top of my head - maybe this is a good start, for a non-PHPSUEXEC'ed server (doing below will result in a 500 Server Errror):

    Code:
    cd /home/username
    
    chmod 755 public_html -R
    
    cd public_html
    
    chmod 777 backup cache langs media/images/banners media/images/blog media/images/gallery media/images/profile media/images/profile_bg media/images/sdating media/sound media/video tmp -R
    
    chmod 777 /inc/header.inc.php /inc/params.inc.php /inc/menu_content.inc.php
    For PHPSUEXEC'ed servers,

    Code:
    chmod 755 public_html -R
    Of course - above list is HIGH PERMISSIONS - you can and should adjust lower based on your needs or your individual server configuration after you confirm all is OK with the rather open settings above.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 05-25-2010, 10:19 AM
  2. Dolphin 6.1 and suPHP (CHMOD Change)
    By Stuart in forum Dolphin General Discussion v6.00 and above
    Replies: 4
    Last Post: 05-08-2008, 08:30 PM
  3. Automatic Chmod change
    By fotex in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 04-06-2008, 12:36 PM
  4. i really need help with my settings here
    By soregrapes in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 02-19-2008, 03:46 PM
  5. Chmod permissions
    By flofou in forum Security / Server Administration
    Replies: 1
    Last Post: 04-22-2007, 02:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •