Uploading SimpleControl
After you downloaded the CMS, extract(unzip) it and open the folder. You should see a list of 3 files and 2 folder:
- scontrol/
- sctpl/
- .htaccess
- skycore.php
- index.php
Script's default CHMOD is 777, if you need to change it to something else, open skycore.php in any text editor and change:
- last line in the file: $db->conf['chmod']=0777;
Change it to chmod that will let the script create, edit, and delete files and folders ( most of the time it's 0777 or 0755)
Uploading... Now all you have to do is upload those files and folder to your server and set chmod (file permissions)