                               Mystic PHP 1.4 
                              for mystic 1.12+
                       Originals by Frank Linhares 2011
                         Updates by Darryl Perry 2016
Software --------------------------------------------------------------------
       [ ] PCB PPe      [ ] OBV          [ ] VGA         [ ] OTHER___________
       [ ] Renegade     [ ] Iiniquity    [ ] ASCII       [X] HTML/CGI/WWW    
       [x] Mystic       [ ] WWVI         [ ] Telegard    [ ] MPL
       [ ] ANSI         [ ] TEXT
OS --------------------------------------------------------------------------
              [x] dos  [ ] os/2  [x] windows [x] Win32 [x] *nix
Type ------------------------------------------------------------------------
                infoform [ ]   utility [X]  misc [ ]  door [ ]
Disclaimer-------------------------------------------------------------------

   The author has taken every precaution to insure that no harm or damage
will occur on computer systems operating this util.  Never the less, the
author will NOT be held liable for whatever may happen on your computer
system or to any computer systems which connects to your own as a result of
operating this util.  The user assumes full responsibility for the correct
operation of this software package, whether harm or damage results from
software error, hardware malfunction, or operator error.  NO warranties are
offered, expressly stated or implied, including without limitation or
restriction any warranties of operation for a particular purpose and/or
merchant ability.  If you do not agree with this then do NOT use this
program.

Mystic PHP Description---------------------------------------------------------
  Mystic PHP is a collection of PHP functions that Mystic BBS Sysops can use 
  to add Mystic BBS functionality to a website.  Simply incorporate the 
  desired library function into your HTML/PHP website, and you can show the
  following features:
  o Last 10 Callers
  o Who's On Line
  o BBS Caller History
  o Oneliners
  o Voting Booth Topics and Answers
  o BBS Users
  o File Area lists
  o Message Area Lists
  o File Directory listings (complete with full file descriptions)
  o BBS List

Installation------------------------------------------------------------------
  Requires a working PHP website.

  In your html/php file, add the following:
    include "mystic_library.php";

	Each of the "mystic_*" functions returns an array of data.  The array is 
  then parsed to get the data.

  See the mystic_library.php file functions for a list of field names tha can
  be used for each function's resulting array.

  See the enclosed example.php file for simple function usage.

Bug Fixes/History-------------------------------------------------------------

 * @package mystic_library
 * @author $Author: frank $
 * @author $Author: darryl $
 * @copyright $Copyright 2011 Frank Linhares/netsurge%demonic%bbs-scene.org$
 * @version $Revision: 28 $
 * @lastrevision $Date: 2016-08-23 13:54:11 -0600 (Tue, 23 Aug 2016) $
 * @modifiedby $LastChangedBy: darryl $
 * @lastmodified $LastChangedDate: 2016-08-23 13:54:11 -0600 (Tue, 23 Aug 2016) $

Bug Reports-------------------------------------------------------------------

If you want to send me bug report or a note telling me how much you like it,
please feel free to do so.

Cyberia BBS web page (http://cyberia.darktech.org)
Email me at dperry.geo@yahoo.com
Telnet to telnet://cyberia.darktech.org

