Seditio v100

PHP/MySQL Website engine
Copyright Neocrome - http://www.neocrome.net
This guide updated : 2006-mar-03
Introduction
Requirements
Licences, copyrights and disclaimers
History
New installation
Upgrade from Land Down Under v802
Get more help...
Credits
Links

Introduction

Seditio is a framework, it's a set of PHP files that reads and stores datas in a MySQL database, and sends those datas to clients as HTML pages, through skin files (also called "templates").

The key features are :

Requirements

[Back to top]

Licences, copyrights and disclaimers

[Back to top]

Important: Seditio is not an open source software product.

History

[Back to top]

Please see the history pages at Neocrome.net.

New installation

[Back to top]
  1. Get the latest Rar pack

    Download and extract the latest version from www.neocrome.net (and here only ! Any other distribution is illegal).

  2. Main configuration entries

    Open the file datas/config.php, and fill up parameters about your MySQL database.
    Do not change settings that you do not understand yet !
     
    Please notice that most of the request for technical support are caused by erroneous settings or typos in this area. So if get an error message saying that Seditio or PHP cannot connect to the database, first check that the host name, database name, user name and password are ok. If you have a doubt, ask your hosting provider for the correct values.

  3. Upload files to your server

    Seditio can manage an unlimited count of skins (HTML layouts), but one is usually enough.
    The default skin is set in /datas/config.php, by default it's "manta".
    The one named "manta_intl" looks exactly the the same, with extra support for a full localization, you can delete the folder /skins/manta_intl/ if your site is in english.
    Do not upload the folder /docs, its not required by the engine.

  4. Allow file writing for some folders

    'CHMOD 777' folders (to allow files writing, do this with your FTP client) :
     
    /datas/defaultav/
    /datas/avatars/
    /datas/photos/
    /datas/signatures/
    /datas/thumbs/
    /datas/tmp/
    /datas/users/

  5. Create the SQL database

    Open a MySQL remote manager (PHPmyAdmin is the most famous).
    Select your database, then in the tab 'SQL' create tables with the SQL script : docs/seditio-createnew-100.sql
    (With the button 'Browse', point to the location of the file on your computer, then run the script with 'Go')

  6. Create your account

    Open your home URL with a browser, select 'login', then 'register', to create your account, and once done, log-in.
    Note that the first user to register is automatically activated and assigned the group "Administrators".

  7. It's done !

    Not working ?
     
    Bad luck, so restart from the beginning and follow the steps carefully, and if after this second try the result is the same, head for the forums, there's several pinned topics about common pitfalls, issues and troubleshooting. Please put your website in your profile there, so the helpers can see the problem "live".

Upgrade from Land Down Under v802

[Back to top]

Please go to the Upgrade section at Neocrome.net, there you will find a tool to upgrade the database and all the documentation needed for the skins and the plugins.

Get more help...

[Back to top]

- Online manual, general configuration, FAQ, articles, etc.
- Neocrome forums, to meet other webmasters, and technical support.
- Licence and services, to order specific services and support Neocrome.Net

Feedback and comments are welcome in forums at www.neocrome.net
Please do not email or send private messages to request technical support, use forums instead !

Credits

[Back to top]