1. Unpack files and copy the ‘Lucipress’ folder to you wordpress plugins directory.

2. Give the directory ‘Lucipress/cache’ write permissions (chmod 777).

3. Copy “thumb.php” to your ftp-server to the path described in “files_uri”. Exact details can be found under point 4.

4. Fill in ftp-server details in the wordpress administration back end under ‘options/Lucipress’. For instance:

  • ftp_server: ftp.myserver.com
  • ftp_user: blogger
  • ftp_password: bad
  • ftp_path: uploads
  • ftp_newlocation: live
  • files_uri: http://www.myserver.com/wp-luci/uploads
  • Create a user-account on your ftp-server “ftp.myserver.com” with the user/password as above.
  • Point it to http://www.myserver.com/wp-luci/uploads
  • Create a folder on your ftp-server called “wp-luci” with 1 sub folder called “uploads” and another sub folder called “live” in “uploads” (path is then http://www.myserver.com/wp-luci/uploads/live).

Uploaded files will be transferred to the folder “live” when a post is made by the plugin. These files will then be linked to in your post, so your ftp-server must act as an http-server also. WITH php, when you want thumbnails to be created from images. Thumb.php takes care of this thumbnail-creation and runs on the ftp-server.

5. Upload mp2/3 file, 3gp/mp4 file, image files and txt file with the same names to the ftp server you specified in step 4. Something like:

  • testpost.mp3
  • testpost.3gp
  • testpost_00.jpg
  • testpost_01.gif
  • testpost_02.png
  • testpost.txt

Be SURE to upload the txt-file last, as the plugin will only look for the txt-file to decide whether to post the files. This makes sure the plugin will not see partly uploaded files.
OR
5. Download Luci software from http://www.luci.eu and install this on your mobile device or laptop. Configure Luci to use the ftp server you specified in step 4.

6. Title of a post will either be “testpost” in this example.
OR
6. Title will be everything between 2 #’s at the start of the text-file. For instance, if the text-file contains the following text at the start: #My experiment#This is an experiment.
The title will be: My experiment
The post-text will be: This is an experiment.