Návod k přeložení
Napsal: úte 23. pro 2008 13:13:21
Vím že to nemá nic společního s phpbb ale nenapadá mě nikdo na koho bych se mohl obrátit. Kdyby se našla nějaká dobrá duše, která mi to přeloží aby text dával smysl a logiku, byl bych moc věčný.
Díky
Díky
Kód: Vybrat vše
- Create folder for php script on the server.
- Go to "esudmanager" folder (on your local PC).
- Customize, values of variables in file config.php. See comments in file.
Note: very important value $files_info["stored_type"]. This can be "Disk" or "Database".
"Disk" means that uploaded files will be stored on disk in "stored_path" folder.
"Database" means that uploaded files will be stored in MySQL database.
You should set this value before start to use script for uploading files.
- Copy all files and subfolders (from "esudmanager" folder) to the server.
- Set writeable attributes (which is called "chmod 777" in unix language)
with your FTP client software you used for upload the script.
Just select the listed files and folders, and set the attributes to 777 (please search
in your FTP client software where you find this option).
It is strongly necessary to give all of the following files write permission:
/templates_email/
sign_up.html
sign_up.txt
If you would like to store files in hard disk set write permission to this folder:
/files
If you would like to use "Mass Upload to folder" feature set write permission to all folders
inside /files_massupload_ftp folder.
- Run installation process ( use next link: http://<script location>/install/ )
- Log in as user "admin", password "admin".
- Go to the "Administrator Profile" page and change Username/Password.
DO NOT FORGET DO THIS!!! This can be a serious security hole!
- Delete "install" folder from the server. DO NOT FORGET DO THIS!!!
This can be a serious security hole!
- If you need public download area, please read "HOW TO ADD PUBLIC DOWNLOAD AREA".Kód: Vybrat vše
- Go to "public_area_scripts" folder (on your local PC).
- Copy all files (from "public_area_scripts" folder) to any folder of your existent site.
- Edit config.php (from "public_area_scripts" folder) and set:
1) Path to "esudmanager" folder (in this folder located "dirlist.php").
2) URL to "esudmanager" folder (in this folder located "dirlist.php").
- Edit your current website and add links to public area script: "documents.php".
- Go to esudmanager/templates/.
- Edit public downloads area templates: "documents.html", "documents_blank.html".
Note:
1) "documents.html" - main public downloads page template.
"documents_blank.html" - public downloads blank page template.
2) You can replace these file with your own templates, but do not forgot:
a) Link to CSS file:
<link href="css/document_style.css" rel="stylesheet" type="text/css">
b) Public documents tree code, which located between:
<!-- page content: start --> and <!-- page content: end -->
c) Base URL for this page will be "esudmanager" folder, so set correct links to
other pages and images of your site.
- Log in as administrator to password-protected control panel.
- Go to "Users" menu item.
- Create new user with "public" username. This user should have any profile data and password.
- Go to "Document Database", select "Allow Download For Users" and click "Apply" button to all
folder which you need to have in public download area.
- Logout
- Go to public download area and check.
Note: you should always click "Logout" before check result in public download area, because both
public download area and password-protected control panel use the same session values.
Kód: Vybrat vše
1. Copy files using any FTP client to any folder inside "/files_massupload_ftp" folder.
Note: You already have 3 folders: "common","private","public" and can create as many folder
inside of "/files_massupload_ftp" as you need and upload as many files as you want. Do not
forgot to set writeable attributes to those folders.
2. Click "Mass Upload to folder" link in "Document Database" section.
3. Select "Upload Files From" folder and click "Upload" button.
Kód: Vybrat vše
1. Translate an existing language file (stored in "lang" folder) and save it.
You can leave current name or change it to "lang_NN.php" and set $default_language="NN" in config.php.
2. Translate all templates stored in "templates" folder.