X
 
 
BiWord currently has: 225 Members, 14 Groups, 0 Photos, 28 Videos publicly available. Register now, to access more.

STAR Content Management System (CMS) Documentation

July 6, 2010 by FAISAL SIDDIQI   Comments (0)

, , , , , ,

STARCMS DOCUMENTATION FILE:

LIST OF FILES IN THE PARENT DIRECTORY: /starcms/
 
    1.FOLDER - /admin/
            
        /image/
        Contains the images shared by the files in the /admin/ folder.
 
        /tinymce/
        Contains the script files of the Text Editor 'TINYMCE'.
 
        /tiny.php
        File containing the script of the TINYMCE Text Editor in the /admin/ folder.
 
        /star-adminhead.php
        File responsible for the head layout in every page of the administrator section.
 
        /star-adminindex.php
        File containing code that displays the Administrator Dashboard of the Content Management System.
 
        /star-enter.php
        Code For Displaying Field Boxes for entering Heading, Post and Tags.
 
        /star-insert.php
        Code for inserting the post in the database.
 
        /star-deletepost.php
        Code for Displaying all Posts available For Deletion.
 
        /star-deletepost_exec.php
        Code for Deletion of a selected post from database.
 
        /star-editlinks.php
        Code for displaying old data in links 'ABOUT ME','CONTACT US','CREDITS' pages and prompting for update.
 
        /star-editlinks_exec.php
        Code for updating the liks pages execution.
 
        /star-createnewpage.php
        Code for Displaying text fields for creating a new page.
 
        /star-addnewpage_exec.php
        Code for inserting the new page data into the database.
 
        /star-deletepage.php
        Code for displaying a list of pages and prompting for deletion.
 
        /star-deletepage_exec.php    
        Code for deleting the complete page data from the database.
 
        /star-registeredusers.php
        code for showing displaying the list of registered users.
 
        /star-settings.php
        Page for changing admin settings and website details.
 
        /star-settings_exec.php
        Code execution for settings change of admin and website details.
        
        /logout.php
        Script for destroying the session of the administrator.
 
        /listfiles.php
        Script Lists all the Installed and Uninstalled Plugins Present in the /plugins/ Folder.
 
 
    2.FOLDER - /registered_user/
 
        /image/
        Contains the images shared by the files in the /admin/ folder.    
    
        /star-userhead.php
        File responsible for the head layout in every page of the registered users section.
 
        /star-userindex.php
        File containing code that displays the Registered User Dashboard of the Content Management System.
 
        /addcomment.php
        Code for adding comments to the posts.
 
        /addcomment_exec.php
        Code execution for adding comments.
 
        /deletecomment.php
        Code for deleting comments to the posts for that particular user.
 
        /deletecomment_exec.php
        Code execution for deleting particular users comments.
 
        /addpost.php
        Code For Displaying Field Boxes for entering Heading, Post and Tags.
 
        /addpost_exec.php
        Code for inserting the post in the database.
 
        /star-settings.php
        Page for changing user settings.
 
        /star-settings_exec.php
        Code execution for settings change of that user.
 
         /logout.php
        Script for destroying the session of the registered users.
 
 
    3.FOLDER - /image/
        Contains the images shared by the files in the /admin/ folder.
 
    4.FOLDER - /plugins/
        Contains all the plugins Present(Either Installed or Uninstalled).

    5.FOLDER - /tinymce/
        Contains all the code files of TINYMCE HTML Editor.
    
    6.FILES
        /install.php
        Creates DATABASE 'starcms' and required TABLES.

        /install_exec.php
        Display installation success message.
 
        /notfound.php
        Custom Error Page script.
 
        /uninstall.php
        Removes all DATABASE  and TABLES.
 
        /star-config.php
        All coniguration of the database username, password and hostname.
 
        /star-header.php
        File responsible for the head layout in every page of the frontpage section.
        
        /star-index.php
        File the Determines the layout links and pages on the FRONTPAGE.
 
        /star-link.php
        File for jumping to other links on index page.
 
        /star-newpage.php
        File for viewing the contents on the main page.
 
        /star-login.php
        File Displaying the administrator login section.
        
        /star-login_exec.php
        Files for Executing for login script of the administrator.  
 
        /star-search.php
        File Displaying the searchb page for keywords, headings and tags.
 
        /star-search_exec.php
        File for searching the tags from the required tables in the database.
 
        /star-userlogin.php
        File displaying the user login section.
 
        /star-userlogin_exec.php
        File for Executing the login script of the registered user.
 
        /star-userregister.php
        File displaying text fields for new user registration in database.
 
        /star-userregister_exec.php
        File for executing script of user registration.
        
        /star-userconfirm.php
        Checks whether the registering candidates username already exists or not.
 
        /captcha.php
        Code containing the script of 'CAPTCHA' Image Verification in administrator and user login pages.
    
        /star-style.php
        List all the templetes present to be selected by the user.
 
        /star-style_exec.php
        Script that installs template selected by the user.
 
        /style.txt
        Stores Information about currently active plugin.
        
        /category.php
        Executes the script for posts belonging to certain category.
 
        /.htaccess
        Assigning default index page and custom error pages in parent directory.
        
        
        /README.txt
        
        Installation Guideliness of STARCMS
        
        /licence-readme.html
        GNU General Public Licence File
 
CONFIGURATION INFORMATION:
 
    1.HOSTNAME:  'localhost'
    2.USERNAME:  'root'
    3.PASSWORD:  ''
    4.DATABASE:  'starcms'
    5.PARENT DIRECTORY:  /starcms/
    6.INDEX PAGE:  /localhost/starcms/star-index.php