scene.org File Archive

File download

<root>­/­resources­/­bbs­/­mystic/what-0_91.tgz

File size:
28 646 bytes (27.97K)
File date:
2014-06-04 23:02:07
Download count:
all-time: 107

file_id.diz

README.FIRST (970903)

WHAT: Transfer Activities, is still in beta-stage.  Bug-reports
and suggestions should be sent as usual to east@canit.se.

INFORMATION

WHAT displays all transfer activities going on at all nodes.  It 
shows all files a user has transfered on his/her batch-queue, and 
the file currently being transfered.

Output-example (ascii):
.--------------------------------------------------------------------------.
| WHAT: Transfer Activities v0.89 (DayDream) Copyright (c)1997 bObO/mYSTiC |
|--v----------------------v-------------v--------------v-----------v-------|
|ND| Username (Handle)    | Status      | Filename     |  Filesize |   CPS |
|--+----------------------+-------------+--------------+-----------+-------|
|01| bObO/mYSTiC          | Upload - OK | testfile.zip | 2.312.312 |  3456 |
|01| bObO/mYSTiC          |*Uploading   | testfi01.zip | 1.345.789 |  2345 |
|--+----------------------+-------------+--------------+-----------+-------|
|02| bObO/mYSTiC          | Download OK | testfile.zip | 2.345.678 |  3456 |
|02| bObO/mYSTiC          |*Downloading | testfi01.zip | 1.345.789 |  2345 |
|--+----------------------+-------------+--------------+-----------+-------|
|03| bObO/mYSTiC          |#Starting UL |              |         0 |     0 |
|--^----------------------^-------------^--------------^-----------^-------|
|   UPLOAD ACTIVITIES  ->  Total bytes: [ 112.312.312 ]   files: [ 1.234 ] |
| DOWNLOAD ACTIVITIES  ->  Total bytes: [ 123.123.123 ]   files: [ 1.123 ] |
|--------------------------------------------------------------------------|
| [#] File transfer not started yet (node) [*] Transfer in progress (file) |
`--------------------------------------------------------------------------'

WHAT output is normally in standard ANSI with graphics.

INSTALLATION

Copy the 'what'-executable file to /home/bbs/doors/, or
whereever you may have your doors located.

Insert the following into your daydream.cfg file:

<---snip!--->
DOOR_COMMAND.. WHAT
DOOR_TYPE..... 1
DOOR_SECURITY. 20
DOOR_EXECUTE.. /home/bbs/doors/what %N
DOOR_CONFS1... XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
DOOR_CONFS2... XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<---end!--->

Don't forget to run 'ddcfg' to update your data-files.
No other config-files are necessary.  WHAT finds all data
automatically. Nifty huh?

SOURCECODE

WHAT is built using DDDI (DayDream Door Interface), a c++ 
class-library for door-development.  While DDDI is in development, 
the sourcecode to it is not available.  However, full source to
WHAT is being supplied as usual.

If you need to rebuild WHAT, enter 'make' at the prompt.  WHAT
builds and compiles correctly on LINUX 2.0.30.  Nothing else
has been tested.  Report how it works.

-bObO/mYSTiC
(east@canit.se)