Step 2 - Set the file rights (chmod)
For detailed information on how to set the rights of your files, please take a look at the manual of your prefered ftp client.
After doing the Step 1, you got to set the rights of all uploaded files to the following:
If you host the stat on a Microsoft Windows server, you do not need to change any rights. So you can go to the next step directly.
The folder BACKUP, LOG and the subfolder ARCHIVE has to have the right to write into.
- drwxrwxrwx (chmod 777)/backup
- drwxrwxrwx (chmod 777)/log
- drwxrwxrwx (chmod 777)/log/archive
All files in the log folder need the 666 rights
- -rw-rw-rw- (chmod 666)log/cache_memory_address.php
- -rw-rw-rw- (chmod 666)log/cache_time_stamp.php
- -rw-rw-rw- (chmod 666)log/cache_time_stamp_archive.php
- -rw-rw-rw- (chmod 666)log/cache_visitors.php
- -rw-rw-rw- (chmod 666)log/cache_visitors_archive.php
- -rw-rw-rw- (chmod 666)log/cache_visitors_counter.php
- -rw-rw-rw- (chmod 666)log/index_days.php
- -rw-rw-rw- (chmod 666)log/last_logins.dta
- -rw-rw-rw- (chmod 666)log/last_timestamp.dta
- -rw-rw-rw- (chmod 666)log/htaccess
- -rw-rw-rw- (chmod 666)log/logdb.dta
- -rw-rw-rw- (chmod 666)log/logdb_backup.dta
- -rw-rw-rw- (chmod 666)log/logdb_temp.dta
- -rw-rw-rw- (chmod 666)log/logdb_track_file.dta
- -rw-rw-rw- (chmod 666)log/pattern_browser.dta
- -rw-rw-rw- (chmod 666)log/pattern_operating_system.dta
- -rw-rw-rw- (chmod 666)log/pattern_referer.dta
- -rw-rw-rw- (chmod 666)log/pattern_resolution.dta
- -rw-rw-rw- (chmod 666)log/pattern_site_name.dta
- -rw-rw-rw- (chmod 666)log/timestamp_cache_update.dta
The files "config.php", "config_db.php", "pattern_site_name.inc" and "pattern_string_replace.inc" in folder CONFIG need the 666 rights.
- -rw-rw-rw- (chmod 666)config/config.php
- -rw-rw-rw- (chmod 666)config/config_db.php
- -rw-rw-rw- (chmod 666)config/pattern_site_name.inc
- -rw-rw-rw- (chmod 666)config/pattern_string_replace.inc
Within the folder THEMES the files "admin.css", "print.css", and your choosen "counter.css" and "style.css" need the rights 666.
- -rw-rw-rw- (chmod 666)themes/admin.css
- -rw-rw-rw- (chmod 666)themes/print.css
- -rw-rw-rw- (chmod 666)themes/ * /counter.css
- -rw-rw-rw- (chmod 666)themes/ * /style.css

