1. About:
This patch provides watching utdc screenshots in utstats, it is written for
utstats 4.2.4 but probably works for other versions too. Screenshots are listed
between the normal utdc logs. Importing the screenshots from ftp has been
implemented.

2. Installation
Copy the contents of this zipfile to your utstats directory.

WARNING: THIS WILL OVERWRITE YOUR includes/config.php
You may choose not to overwrite it and add the following lines to it by hand:

// ----------------------------------------------------------------------------
// Screenshot files start with...
$import_utdc_screenshot_start = "[UTDC]";

// Screenshot files end with...
$import_utdc_screenshot_extension = ".enc";

// ----------------------------------------------------------------------------

3. Modifications:
/import.php
- copy [utdc]*.enc files to logs/utdc, no compression

/includes/config.php
- add $utdc-screenshot-start and $utdc-screenshot-end

/includes/ftp.php
- upload [utdc]*.enc files (not tested)

/pages/admin/utdclog.php
- added .enc files to the list

/pages/admin/utdcshot.php (new)
- converts .enc files into .jpg