Land Down Under is a CMS, a Content Management System.
It's a dumb machine, made of PHP files that reads and stores datas in a MySQL database, and sends those datas to clients as HTML pages, with the help of skin files (also called "templates").
The key features are :
Apache is the most well known and recommended, but any other serious HTTP server should work.
LDU should work with most of older 4.x PHP version, but if your host still have such a rusted thing, please consider the move to a more "up-to-date" server.
Any version younger than 2 years should be enough.
... the most common is phpMyAdmin.
There's no auto-installer in LDU on purpose, this to force you to have a basic knowledge of such a tool.
If you're planning to run a PHP/MySQL website without a database manager, expect troubles.
Required, if you're lacking this, please consider the reading of HTML tutorials before running a website.
If you're able to open a file with a text editor, and then able to put few values at the right place without messing the rest of the file, it's fine, you can consider yourself as enough-PHP-experienced-for-LDU.
Important: Since version 500, LDU is not an open source software product anymore.
Ownership rights and intellectual property rights in the LDU software shall remain with Neocrome. This software is protected by copyright laws and treaties. Title and related rights in the content accessed through the software is the property of the applicable content owner and may be protected by applicable law. This license gives you no rights to such content. Authorisation to remove copyright notices can be obtained from Neocrome for a one time fee, see below.
By default, LDU is distributed under this licence.
This free licence do NOT allow you to remove the copyright notice in the footer of all the page produced by LDU (The link "Powered by...").
You are free to modify the source code for your own use, modified source code may not be redistributed.
If you site is commercial and so making profits, you'll have to order a "LDU Commercial Licence", please see Neocrome Services here.
This Commercial Licence allow you to remove of the footer copyright notice ("Powered by Land Down Under...").
This licence authorises you to remove the output of copyright notices, it does not give you authorisation to remove any copyright notices in the script source header files nor any other rights.
You are free to modify the source code for your own use, modified source code may not be redistributed.
If your website is not making profits, but you still want to remove the "Powered by LDU" link, you can order a "Copyright removal" at Neocrome Services.
You may:
- Customise the software's design to suit the needs of your own web site.
- Produce and distribute modification instructions, skin packs or language packs provided that they contain notification that it was originally created by Neocrome. The modifications instructions you personally create are not owned by Neocrome so long as they contain no proprietary coding from Land Down Under.
You may not:
- Use LDU for illegal activities.
- Reverse engineer, disassemble, or create derivative works based on LDU for distribution or usage outside your website.
- Distribute LDU without written consent from Neocrome.
- Permit other individuals to use LDU except under the terms listed above.
Technical support will not be provided for third-party modifications to the software including modifications to code, skin packs, and language packs to any license holder. If LDU is modified using a third-party modification instruction or otherwise, technical support may be refused to any license holder.
Land Down Under is provided on an "as is" basis, without warranty of any kind, including without limitation the warranties of merchantability, fitness for a particular purpose and non-infringement. The entire risk as to the quality and performance of this software is borne by you.
Please see the history pages at LDU's home.
Download and extract the latest version from www.neocrome.net (and here only ! Any other distribution is illegal).
Open datas/config.php, and modify parameters such as email, site title, etc.
Fill up parameters about your MySQL database.
Do not change settings that you do not understand yet !
You do not need to upload all skins folders, one is enough.
The default skin is set in /datas/config.php, by default it's "eternity".
Do not upload the /docs/ folder, its not required by the engine.
'CHMOD 777' folders (to allow files writing) :
/datas/avatars/
/datas/thumbs/
/datas/tmp/
/datas/users/
Open a MySQL remote manager (PHPmyAdmin is the most famous).
Select your database, and create tables with the SQL script : docs/ldu-createnew-701.sql
Open your home URL with a browser, select 'login', then 'register', to create your account.
Once it's done, ignore the 'Read your email...' message, because the first user to register is automatically activated and assigned the highest level available (Server-op, 99).
Log in, and go to the administration panel, tab "extended plugins".
Open all the extended plugins one by one, and at bottom, click "Install all".
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 LDU 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".
A full backup of the database is highly recommended just before the upgrade !
Then run /docs/ldu-upgrade-700-to-701.sql with phpMyAdmin to update the database to the very latest version.
Replace only the system files :
/*.php (all files in the root)
/system/*.php
/system/core/*.php
/system/core/admin/*.php
/system/lang/uk/*.php
You do NOT need to upload a new skin, your "old" one will still work fine, after the changes listed in the section "Skins" below.
You do NOT need to replace files in /datas/, apart if asked later in this manual.
You do NOT need to replace any of your existing standard plugins (apart the who's online plugin)
In v701 there's a new kind of plugin, named "extended", this one can replace several old types of plugins.
Upload ALL the folder /plugins/extended/, and all the files within.
Update the files in the folder /plugins/standard/whosonline/ to the latest version.
Delete the file /plugins/index/default_plugins.index.php, this feature is now handled by the new extended plugin named "Recent items".
For better consistency, a special extended plugin, the "wrapper" is included in the distribution, this tool will allow the old plugin types to run under v701 or any newer version.
So copy all your existing plugins :
From plugins/fposts/ to plugins/extended/wrapper/autorun.fposts/
From plugins/ftopics/ to plugins/extended/wrapper/autorun.ftopics/
From plugins/fsections/ to plugins/extended/wrapper/autorun.fsections/
From plugins/index/ to plugins/extended/wrapper/autorun.index/
From plugins/global/ to plugins/extended/wrapper/autorun.global/
From plugins/output/ to plugins/extended/wrapper/autorun.output/
From plugins/users/ to plugins/extended/wrapper/autorun.users/
Warning, move the files only, not the parent folders !
As sample, move the file plugins/index/abc.php to plugins/extended/wrapper/autorun.index/abc.php
Once done, delete the folders (that should be empty now) :
plugins/fposts/
plugins/ftopics/
plugins/fsections/
plugins/index/
plugins/global/
plugins/output/
plugins/users/
Then go in the Administration panel, tab "Extended plugins", then select "Wrapper", and at bottom, click "Install all".
It's done, your old plugins should now work fine under v701.
Note that if there's some legacy plugin types you do not need, you can disable the related parts in the wrapper, this should speed up the engine by few milliseconds.
At the beginning of the file,
Replace : <!-- BEGIN: STANDALONE -->
By : <!-- BEGIN: STANDALONE_HEADER -->
Replace : <!-- END: STANDALONE -->
By : <!-- END: STANDALONE_HEADER -->
At the end of the file,
Replace : <!-- BEGIN: STANDALONE -->
By : <!-- BEGIN: STANDALONE_FOOTER -->
Replace : <!-- END: STANDALONE -->
By : <!-- END: STANDALONE_FOOTER -->
Very few changes, look for the string "New in 701" in the 3 main language files to spot the additions.
First, apply all the SQL upgrade scripts from your version until the v701, those scripts are stored in the folder /docs/old mysql scripts/.
Once done, upgrade your old skin, apply all the changes 1 by 1, the upgrade manuals are in the folder /docs/old documentation/.
Note that for both the skin and the SQL database, you can directly skip the step between v603 and v604.
As sample, to upgrade from LDU v525 to LDU v701 :
525 --> 601 (SQL upgrade + upgrade manual + skin upgrade)
601 --> 602 (SQL upgrade + upgrade manual + skin upgrade)
602 --> 603 (SQL upgrade + upgrade manual + skin upgrade)
603 --> 700 (SQL upgrade + upgrade manual + skin upgrade)
700 --> 701 (SQL upgrade + upgrade manual + skin upgrade)
Upgrading a very old skin can be a pretty long process, so you should consider the replacement by a fresh v701 official skin...
- Online manual, general configuration, FAQ, articles, etc.
- LDU forums, to meet other LDU webmasters, and technical support.
- Licence and services, to order specific LDU 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 !
Olivier "NEURO" C. - Coder and designer, Neocrome administrator
Wouter "Inno" V. - Additional coding
Gary "Rieger" R. - Additional coding
Daniel "riptide" T. : Additional coding
Mikko "Arkkimaagi" T. - CSS guru and additional coding
Thomas "schneebi" S. : Technical support
Geoffrey "Viral Byte" B. - Additional coding
Jukka "nOxiOu$" H. - Forum moderator
Sazanov "Antony" A. - LDU Russia
Dawid "SDK" P. LDU Poland
- zarkof - Country flags, original design.
- Our donators.
- The Neocrome customers.
- And the LDU zoners for contributing and supporting LDU !
Please see this page.