PhpCommander 3.0 Documentation

Contents

Requirements

Introduction

PhpCommander can manage your web accout without any FTP access. Currently PhpCommander can:

Installation

  1. Download PhpCommander distribution
  2. Untar or unzip the distribution (be sure to unzip the subdirectories)
  3. Upload the application on your server
  4. Put your browser on www.your-site.com/install-dir/index.php
  5. Use the config button to point the relative path between the application and the root of the site
It is recommended that you protect the directory in which you installed PhpCommander, for example with HTTP-AUTH (see the FAQ section)

FAQ - Frequently Asked Questions

What's the preferred way of making PhpCommander secure?
You can use HTTP authentication by creating files: .htaccess and .htpassword.
Example od .htaccess file:
AuthUserFile .htpassword
AuthName "Access protected"
AuthType Basic
require valid-user


How is defined the maximum upload file size?
It is defined by PHP configuration file - php.ini. Default value of this parameter is 2097152 bytes (aprox 2MB)

What's the WYSIWYG HTML editor?
WYSIWYG HTML editor is htmlArea from our friend at interactivetools.com. This rich text editor lets you do the following:
  • Format text to be bold, italicized, or underlined.
  • Change the face, size, style and colour.
  • Left, centre, or right-justify paragraphs.
  • Make bulleted or numbered lists.
  • Indent or un-indent paragraphs.
  • Insert a horizontal line.
  • Insert hyperlinks and images.
  • View the raw HTML

    What are the browser requirements for WYSIWYG HTML editor?
    WYSIWYG editor requires Internet Explorer 5.5 or better on Windows to run. This is because it makes use of some advanced features of IE5.5 that aren't available in other browsers yet. It is backwards compatible with other browsers, though. They will get a regular textarea field instead of a WYSIWYG editor.

    Where can I find out more info, download the latest version, and talk to other users? You can find out more about PhpCommander and download the latest version on the PhpCommander homepage and you can talk to other PhpCommander users and post any comments or suggestions you have in the PhpCommander forum.

    Credits

    Erlé LE GAC - thanks for general idea of managing files
    draper from depulso.com - thanks for the logo
    interactivetools.com - thanks dfor the WYSIWYG editor

    Language files:
    Spanish - Ignacio Anduaga (v1ru5 at subdimension.com)
    French - Marc Lardy (mlardy at free.fr)
    Dutch - Godfried van Loo (godfried at driekeerkiwi.nl)
    German - Olliver Wichmann (olliver.wichmann at gmx.net) and Tobias Struckmeier (tobmaster at web.de)
    Portuguese (Brasil) - Geraldo Moreira Guimarães (criarte at criartebrasil.com.br)
    Czech - (admin at ustinl.cz)
    Danish - Henrik Fjorback (fjorback at multi-support.com)