home *** CD-ROM | disk | FTP | other *** search
-
-
- Power*GIF
- V1.2 - 12/31/92
-
- Generates GIF Preview Files Using GIFDESK for PowerBBS Systems
-
- Copyright (c) 1992
- Stephen W. Nolen
- ProtoWrxs! Software
- P O Box 0247
- Tecumseh, OK 74873-0247
-
- For other ProtoWrxs! products call our BBS, The ProtoBoard!
- 12/24/9600 USRobotics v.32/v.42bis 24 Hrs / 7 Days
- Node 1 (405) 275-6827 1:147/38 FidoNet
-
- * NOTICES *
- PowerBBS is copyright (c) Russell Frey
- Power*GIF should not be confused with any products that
- Russell Frey is/willbe marketing and is not associated with
- Russell Frey and/or PowerBBS Software.
- Windows is copyright (c) MicroSoft Corporation
-
- OVERVIEW
-
- Power*GIF is a PowerLang program that will generate a GIF preview
- file from the GIF filenames provided by the BBS user. Power*GIF
- was/is an exercise in programming in PowerLang after seeing a
- generic door program that does the same thing. Power*GIF will ask
- the user for the layout they wish to use and then prompt for the
- proper GIF filenames to include in the preview GIF. It then uses
- Jay Wherley's GIFDESK program to actually generate the file.
- Power*GIF also offers a link to list files, search files and
- change the current forum while entering GIF filenames.
-
-
- Power*GIF should work on any PowerBBS system v1.91 or higher and
- should properly run under multi-node systems and under the
- Windows or DOS versions without problems. Power*GIF requires a
- PowerBBS version that at least supports the |UPDIR| macro.
-
- Even with that in mind,
- DISCLAIMER
-
- ProtoWrxs! and it's employees make no warranty of any kind,
- expressed or implied, including without limitation, any
- warranties of merchantability and/or fitness of ProtoWrxs!
- products for a particular purpose. Stephen W. Nolen and
- ProtoWrxs! Software shall not be liable for any damages, whether
- direct or indirect, special or consequential arising from a
- failure of this program or the functions contained in the
- included files. Stephen W. Nolen and ProtoWrxs! Software shall
- not be liable for any damage to data or property which may be
- caused directly or indirectly by the use or mis-use of this
- program or the functions contained in the included files. In no
- event shall Stephen W. Nolen or ProtoWrxs! Software, be liable to
- you for any damages, including lost profits, lost savings, or
- other incidental or consequential damages arising from the use or
- inability to use this product or for any claim by any other party.
- 2
- OPERATION / INSTALLATION
-
- STEP ONE - Setup and Configure the POW File
-
- First you must put the POWRGIF.POW file in your PowerBBS 'source'
- directory, usually \POWRBBS\SOURCE. You will also need to create
- a numbered POW file that matches the command number you have
- given for this option, such as the 99.pow included, that contains
- at least the following;
-
- RUN "C:\POWRBBS\SOURCE\POWRGIF"
-
- If you use a different primary hard drive then make the
- appropriate changes as required. If you do NOT understand how to
- add external commands or PowerLang files to your PowerBBS system
- then read the documentation on the subject.
-
- Use your favorite non-document editor, edit the POWRGIF.POW file
- and make the changes as suggested at the beginning of the
- program. You must provide;
-
- 1) S4 as the drive letter of where PowerBBS resides. This is
- normally set at C:
-
- 2) S5 as the drive and subdirectory to place the generated GIF
- files, this should ALWAYS end in a \ character. (be SURE to add
- this to your DLDIR.DAT file or the system will not be able to
- find the new GIFs to download)
-
- We suggest that you include in your daily maintenance batch file
- the command to delete all GIF files in the subdirectory where the
- generated files are placed. This way the system will
- automatically do the house cleaning for you.
-
- 3) S6 as the directories that Power*GIF is to look into for the
- GIF files. These are all of the directories that Power*GIF should
- look into to try and find the requested GIF files. These should
- also end in the \ character. Note that the entries are separated
- by a space and the limit for the string length is set at 72
- characters based on PowerBBS documentation.
-
- If you currently do NOT have your GIF files grouped into
- subdirectories, we suggest that you rearrange your system to do
- so since it is MUCH easier to maintain the system in this manner
- and speeds the execution of Power*GIF.
-
- If you have some forums that have access to limited distribution
- GIF files such as an Adult forum, you can provide for this by
- setting S11 to the EXACT FORUM NAME, including any UPPER/lower
- case lettering. If you are going to do this, run the PowerBBS
- config program and write down the forum names exactly as they are
- shown and then read the program comment lines to set these up.
-
- 4) S7 as the drive you will install GIFDESK onto. You should
- select a drive that has adequate free space since each requested
- GIF is temporarily copied to this drive and GIFDESK requires and
- additional 768K to create the preview file.
- 3
-
- 5) S8 as the base subdirectory of where you are going to put
- GIFDESK. The |NODE#| will be added to this automatically. We
- suggest that you use \GIFDESK. DO NOT PUT A TRAILING \ ON THIS
- ENTRY SINCE THE NODE NUMBER MUST BE APPENDED TO IT.
-
- STEP TWO - Create Subdirectories and Setup GIFDESK
-
- Power*GIF requires GIFDESK v4.x to run. This freeware program is
- included in the Power*GIF archive. You must create the
- subdirectory(ies) for GIFDESK on the drive and named as you have
- set the values S7 and S8 above. This is required for EACH node
- that will run Power*GIF and the suggested name is \GIFDESK<node#>
- where <node#> is the number of the node, i.e. 0, 1, 2, etc. If,
- for example, if you run a TWO node system AND have a local '0'
- node, you would need to have the following subdirectories
- available;
-
- \GIFDESK0
- \GIFDESK1
- \GIFDESK2
-
- In EACH of these directories, copy the GIFDESK4.EXE file and run
- the self extracting archive by typing GIFDESK4 and pressing
- RETURN. You can then delete the GIFDESK4.EXE file. Each node
- MUST have it's OWN GIFDESK program due to the way GIFDESK
- operates using the GIFDESK.CMD file. Power*GIF works by copying
- the requested GIF files to these subdirectories so make sure that
- the hard drive that is to be used has enough free space to move
- the files to.
-
- Power*GIF will create a batch file called POWRGIF<node#>.BAT in
- the |UPDIR| subdirectory which when executed will copy the GIF
- files and tell GIFDESK what to do. This file is erased after
- each time a user runs Power*GIF on that particular node.
-
- Once these steps are completed, you can run Power*GIF from the
- BBS. If you are logged on locally, you will see the freeware
- notice and see the files as they are being copied. Your users,
- however, will only see the status information from GIFDESK when
- logged onto a normal COM port.
-
- TROUBLES
-
- If you receive an 'Out of Environment' error in the batch file,
- try adding SET GIFDESK=FILE to your AUTOEXEC.BAT file.
-
- GIFDESK requires 768K of hard drive space to run AFTER the GIF
- files have been copied. If the program keeps aborting without
- generating a file, check you hard drive free space.
-
- If you get 'file not found' errors or you know the GIFs are out
- there but they are not being copied, then you have not setup the
- proper directories in the POWRGIF.POW file or have not installed
- the GIFDESK program(s) properly.
-
- Sorry, there is nothing that can be done about the tone when the
- GIF file has been written. That is inside of GIFDESK. Talk to Jay
- about that one. :)
-
- 4
- DISTRIBUTION
-
- Power*GIF is COPYRIGHTED by ProtoWrxs! Software and Stephen W.
- Nolen and all rights are reserved. This program is being
- distributed as FREEWARE software and and no further registration
- is required. I do ask that you strongly consider supporting the
- shareware concept since this the one of the primary reasons there
- are so many try-before-you-buy programs available.
-
- Power*GIF may be copied freely with the following restrictions:
-
- o The program must be supplied in it's original unmodified form,
- including documentation. The following files must be included:
-
- POWRGIF.POW - Executable PowerLang File
- 99.POW - Sample starting PowerLang file.
- POWRGIF.DOC - DOCumentation file in ASCII format
- GIFDESK4.EXE - Self Extracting Archive of GIFDESK v4
- FILE_ID.DIZ - Program description Text
- DESC.SDI - Program description Text
-
- o Power*GIF may not be distributed as part of any other
- application or service without the express written consent of
- the author.
-
- o The preferred filename and description for BBS Sysops to use is
- as follows:
-
- PWRGIFxx.ZIP - GIF Preview Generator for PowerBBS Systems
-
- The x's should be the current major/minor release versions.
-
- If you'd like to see other ProtoWrxs! Software products, feel
- free to call The ProtoBoard! Node 1 at 405-275-6827 12/24/9600
- v.32. Visiting sysops that reciprocate access with Stephen W.
- Nolen are allowed special access to the board.
-
- 5
- HISTORY
-
- v1.0Beta - 12/01/92 - BETA Test version on The ProtoBoard! BBS
- v1.1 - 12/15/92 - First Released Public Version
- v1.2 - 12/31/92 - Added File List link, drive choices
- special forum access routines and links.
-
- BUGS AND OTHER VARMENTS
- If you should find any bug and/or other varments in Power*GIF,
- give The ProtoBoard! a call and leave a comment to me in the
- ProtoWrxs! forum. I'll check out the problem and make the fix
- available if required. That's all folks!
-
-