]> git.mxchange.org Git - mailer.git/blob - DOCS/en/README.txt
Continued a bit:
[mailer.git] / DOCS / en / README.txt
1 The installation is kept as easy as possbile (I hope so... ;-)):
2
3 - Uncompress the downloaded archive (e.g. with WinZIP or your favourite program)
4   into a new directory on your hard drive. A Directory called 'mxchange-x.x.x'
5   will be created by x.x.x is the current version and the non-free PRO version
6   contains a "pro" directory.
7
8 - Upload the full *contents* of the '0.2.1' to your server. Files like
9   AUTHORS.de and so on are not neccessary. Please also include the SQL
10   files in your upload.
11
12 - The script is now in installation mode. Just call the script's URL directly
13   like: http:// your server . com / exchange / (without the spaces!!!) and the
14   script will redirect you to the installation routine. You can now chosse an
15   other theme than default by simply adding it to install.php:
16
17   - install.php?theme=business = Loads theme "Solid-Business"
18   - install.php?theme=desert   = Loads theme "Desert-Storm"
19
20 - The installation path (aka. absolute server path) and the installation URL
21   will be auto-detected and on 99% of every installation you don't need to
22   change it (which you have to do manually in your config-local.php).
23
24 - Just follow the instruction in your web browser. If you see some words with
25   only CAPITALS_AND_UNDERLINES then there is no translation available for your
26   selected language.
27
28 ------------------------------
29 - For our english customers: -
30 ------------------------------
31
32 Pre-installation:
33 - Set CHMOD 777 on the 'inc' directory (no sub-directories) and CHMOD 644 on
34   inc/cache/config-local.php
35 - Reload the page in your browser and click on the button
36
37 Page 1:
38 - First check URL if *NO* trailing slash is added and check the absolute path
39   which *MUST* have a trailing slash.
40 - Then enter the title of your exchange like: "John's mail promotion service"
41   (without the quotes)
42 - Then enter a cool slogan like "The visitors-engine *No. 1* for your
43   website!" (without the quotes)
44 - At last enter your valid email address. For example every mail orders will be
45   send to that address.
46
47 Page 2:
48 - Enter all database stuff: host, database, prefix, login, 2x password
49
50 Page 3:
51 - Currently skipped!
52
53 Page 4:
54 - Currently skipped!
55
56 Page 5:
57 - Several misc settings: Please keep OUTPUT_MODE and FRAMSET_ACTIVE on default
58   or your script won't work!!!
59 - If WRITE_FOOTER is switched on, our copyright note is placed on every page. If
60   you switch this option off our copyright note is moved into the "Impressum".
61
62 Good luck! :-)