"Fossies" - the Fresh Open Source Software Archive

Member "apg-2.2.3/php/apgonline/README" (7 Aug 2003, 1300 Bytes) of package /linux/privat/old/apg-2.2.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 APG Online is the PHP frontend for Automated Password Generator
    2 
    3 It is tested with apg-2.1.0, apache-2.0.40 and php-4.2.3
    4 
    5 INSTALL
    6  1. Install Apache with PHP support (see Apache and PHP documentation).
    7  
    8  2. Copy index.php to SOME_DIRECTORY inside Apache's document root
    9 
   10        Example:
   11          mkdir /usr/local/apache/htdocs/apgonline
   12          cp index.php /usr/local/apache/htdocs/apgonline
   13 
   14  3. Copy dictionary file to the SOME_DIRECTORY/lang directory.
   15 
   16        Example:
   17          cp lang/english.php /usr/local/apache/htdocs/apgonline/lang
   18 
   19  4. Copy theme file to the SOME_DIRECTORY/themes directory.
   20 
   21        Example:
   22          cp themes/default.php /usr/local/apache/htdocs/apgonline/themes
   23 
   24  4. Edit "Config data" section of index.php
   25 
   26  5. Open URL http://your.server.name/apgonline/index.php with Your
   27     favorite browser.
   28 
   29 NOTES
   30  a) APG Online uses cookie to save Your settings, so You should enable
   31  cookie support in Your browser settings.
   32  
   33  b) I'm not a designer, so themes included in APG distribution is just to
   34  demonstrate a new feature. You can suggest your own theme to include in the
   35  APG distribution.
   36  
   37  c) Password quality checks are not supported in PHP frontend because,
   38  if implemented, it can slow down your web server. But you can add
   39  support for them at your own risk.