Search

Archives (73)

  • Sex Trivia Database Utility Sysop Editors (1993)

    SEXDB, the question database utility for the adults-only Sex Trivia door. Sent only to sysops who registered the door; published with the author's per...

  • Sex Trivia 5.2 Games (1994)

    Adults-only trivia door with over 200 questions about sex. A full-featured release with only a short delay at startup, removed by registering; registe...

  • Sex Trivia 5.91 Games (1996)

    Adults-only trivia door with over 200 questions about sex. A full-featured release with only a short delay at startup, removed by registering; registe...

  • Entertainment Awards Trivia Database Compiler Sysop Editors (1992)

    AWARDMK compiles a plain-text question file into the Entertainment Awards Trivia database (for version 2.0 and later). Sent only to sysops who registe...

  • Celebrity Trivia Database Compiler Sysop Editors (1993)

    CELEBMK compiles a plain-text question file into the Celebrity Trivia database (for version 2.0 and later). Sent only to sysops who registered the doo...

  • Diamond Trivia Database Compiler Sysop Editors (1993)

    DMDMAKE compiles a plain-text question file into the Diamond Trivia database. Sent only to sysops who registered the door; published with the author's...

  • PostTime Horse Creator Sysop Editors (1993)

    MKHORSE creates the HORSE.DAT file of racehorses for PostTime. For registered users of PostTime only and marked "DO NOT DISTRIBUTE" at the time; publi...

  • MovieTime Trivia Database Compiler Sysop Editors (1992)

    MOVMK compiles a plain-text question file into the MovieTime Trivia database (for version 2.0 and later). Sent only to sysops who registered the door;...

  • OnLine Trivia Database Manager Sysop Editors (1993)

    OLTDB, the question database manager for OnLine Trivia. Sent only to sysops who registered the door; published with the author's permission.

  • Super Rassle Utilities Sysop Editors (1993)

    RASSEDIT and companion tools (RASSCOM, RASSOPMK) for editing Super Rassle's wrestlers and data. Sent only to sysops who registered the door; published...

  • Star Trek Trivia Database Compiler Sysop Editors (1993)

    TREKMK compiles a plain-text question file into the Star Trek Trivia database. Sent only to sysops who registered the door; published with the author'...

  • Dayfile Analysis v2.1 TBBS Addons (1989)

    Dayfile Analysis is a sysop utility for TBBS that processes the TBBS dayfile activity log to report on system usage. Version 2.1, 1989. The package co...

  • TAG 2.7 Conversion Package (TAGC27) TAG (1994)

    Conversion package for upgrading TAG 2.6f or 2.6f1 to 2.7, released 3 May 1994. CONV27.EXE converts the data files (CONV27.DOC documents the steps) an...

  • TAG 2.7 Start-Up Package (TAGS27) TAG (1994)

    Start-up package for a new TAG 2.7 board, released 3 May 1994 and required for new systems only. INSTALL.EXE unpacks the starter directories from BBS2...

  • Blue Wave Offline Mail Door v3.05 for TAG TAG Utilities (1994)

    The Blue Wave Offline Mail Door version 3.05 by George Hatchew of Cutting Edge Computing, September 1994, for TAG 2.7 only. Lets callers download and ...

  • Purity 1000 2.7 Games (1994)

    Adults-only purity evaluation test door with 1,000 questions on all aspects of sex. Fully functional; its documentation urges sysops to keep minors aw...

  • Purity 1000 Stand-Alone 2.1 Games (1993)

    Adults-only home version of the Purity 1000 door: answer 1,000 yes/no questions, save your answers and compare them with a partner's using the include...

  • Purity 500 2.7 Games (1993)

    Adults-only door: a comprehensive purity evaluation test of 500 questions on sex and related subjects, with RIP bulletins. Version 2.7, December 1993.

  • NCAA Sports Trivia Database Manager Sysop Editors (1993)

    SPRTRVMK compiles a plain-text question file into the NCAA Sports Trivia database; NCAA.TXT holds the door's questions in that format. Marked "DO NOT ...

  • Purity 500 2.9 Games (1996)

    Adults-only door: a comprehensive purity evaluation test of 500 questions on sex and related subjects, with RIP bulletins. Version 2.9 is from Septemb...

Files (1669)

  • TAG26B.DOC in TAG 2.6b (Multinode) Update Documentation (TAGU26B)

    /=====================================================\ < T.A.G. Version 2.6b (Multinode) Release Documentation > ...

  • ASYNC2.PAS in JEZSRC.ZIP

    {*--------------------------------------------------------------------------*} {* ...

  • CFGWAY.PAS in JEZSRC.ZIP

    unit CfgWay; {$O+} {$G+} interface uses Crt,crtkit; type LineString = string [80]; Type SCOREBOARD = Record User,VirusName,Spac...

  • DDANSI2.PAS in JEZSRC.ZIP

    unit ddansi2; interface uses dos, crt; {----------------------------------------------------------------------------} { ...

  • DDIGI.PAS in JEZSRC.ZIP

    unit ddigi; {$S-,V-,R-} interface uses dos; type Idarray = array[1..8] of char; var AsyncStat:word; dport_num: integer; nameptr :...

  • DDOVR2.PAS in JEZSRC.ZIP

    unit ddovr2; {$O+,F+,V-} interface uses dos,crt; procedure Loadconfig( fn: string; var bbs_software: byte; var user_first_name,use...

  • DDPLUS.DOC in JEZSRC.ZIP

    DDPLus Version 7.1 Door Driver Toolkit for Turbo Pascal 7.0 NOTE: Items with marked with a "*" have changed since version 7.0 ...

  • DDPLUS.PAS in JEZSRC.ZIP

    unit DDPlus; {$V-,F+} interface uses dos, crt, comio, ddscott, ddansi2, ddovr, ddovr2; type CharOriginType=(localchar,remotechar); strptr=...

  • DDPLUSR.PAS in JEZSRC.ZIP

    unit DDPlusR; {$V-,F+} interface uses dos, crt, comio, ddscott, ddansi2, ddovr, ddovr2, RipLink; type CharOriginType=(localchar,remotechar);...

  • ELOG.DOC in JEZSRC.ZIP

    ERROR LOG UNIT Copyright 1995 By ...

  • GPL.HTM in JEZSRC.ZIP

    <HTML> <HEADER> <TITLE>GNU License</TITLE> </HEADER> <BODY> <H1>GNU GENERAL PUBLIC LICENSE</H1> <H4>Version 2, June 1991</H4> <p> <hr> <pre> ...

  • INSTRUCT.DOC in JEZSRC.ZIP

    Jezebel Copyright (c) 1996 Zodian Software -------------------------------------------------...

  • JEZEBEL.PAS in JEZSRC.ZIP

    Program Jezebel; {$G+,F+,B+,D-} { Jezebel - The Virus Simulation doorgame for DOS based BBS systems Copyright (C) 1996-1998 Zodian Software & Bri...

  • LICENSE.HTM in JEZSRC.ZIP

    <HTML> <HEADER> <TITLE>GNU License</TITLE> </HEADER> <BODY> <H1>GNU GENERAL PUBLIC LICENSE</H1> <H4>Version 2, June 1991</H4> <p> <hr> <pre> ...

  • NETFILEP.PAS in JEZSRC.ZIP

    {*********************************************************************} {* N E T F I L E *} {*--...

  • YOMOMMA.DOC in JEZSRC.ZIP

    ╨╧αí▒ß>■  ■                                                                         ...

  • YOMOMMA.TXT in JEZSRC.ZIP

    Yo momma so fat when her beeper goes off, people thought she was backing up Yo momma so fat her nickname is "DAMN" Yo momma so fat she eats Wheat Th...

  • ZERONET.lst in ZERONET.lst

    ;A Zer0net Nodelist for Friday, August 16, 2024 -- Day number 229 : 06648 ;A ;A ______,----, ________ ,----,______ ;A ...

  • ZN-APP.TXT in ZER0NET.ZIP

    _____________,------------------,,,__________ /________ / ____________ // ________/ ____,-------------,___ #### // ____/ ____/...

  • ZN-INFO.TXT in ZER0NET.ZIP

    ................. ................. ````` ::::::::: ::::: ````````` ................. ................. ........::::::::: ::::::: .....