
Hier mak die FAQ
- Create folder for php script on the server.
- Customize, values of variables in file include/conf.php
See comments in file.
- Customize files nn.php (where nn - is language code).
- If your server require a particular extension to recognize php scripts
(eg '.php4') you have to set correctly the $phpExt in conf.php and
change the extension of all files EXCLUDING conf.php
- Copy all files and subfolders to the server.
- Chmod 777 all files and directories copied (this is very important)
- Register your own new administrator account.
- Activate your new account (needed, if request activation is "on")
- Log in as user "Admin", password "test".
- Go to the administrator console and set to the new account an
administrator rights.
- Log in using new account, go to the administrator console and delete
"Admin" account. DO NOT FORGET DO THIS!!! This can be a serious
security hole!
- As administrator customize header, footer and infos html-files.
- Be sure, that user accounts is not visible, when you typing in browser
the address www.myserver.com/upload/users/username (where
www.myserver.com - is the server name where you installed your script,
username - the name of any registered user)
If visible, you have to configure server!