Search

Archives (90)

Files (1736)

  • WHATS.NEW in IQD-1000

    =============== | ! = bugfix | | + = New | | - = Removed | | : = Comment | =============== Iniquity v10.00 - October 24, 1997 - Build [bb...

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

    /=======================================\ < T.A.G. Version 2.6b Release Description > ...

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

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

  • CFGWAY.PAS in JEZSRC.ZIP

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

  • CONVERT.PAS in JEZSRC.ZIP

    Program Convert; Uses CRT; Type OPROGRAMS = Record ProgName:String; PDeadLine:String; UDeadLine:String; MaxSize:Integer; ...

  • DDOVR.PAS in JEZSRC.ZIP

    unit ddovr; {$O+,F+,V-} interface uses crt; {procedure showhelp;} procedure GetBBSInfo( bbstype: word; var user_first_name,user_last_...

  • 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);...

  • DDSCOTT.PAS in JEZSRC.ZIP

    unit ddscott; interface uses dos,crt; type adaptertype= (MDA,CGA,EGAMono,EGAColor); datetype=string[6]; screentype= array[1..4000] of byte;...

  • ELOG.DOC in JEZSRC.ZIP

    ERROR LOG UNIT Copyright 1995 By ...

  • ELOG.PAS in JEZSRC.ZIP

    (********************************) (* Programming: Bob Dalton *) (* ERROR LOG UNIT - Vers 1.00 *) (* Utility Module *) (*****...

  • FILE_ID.DIZ in JEZSRC.ZIP

    Jezebel! The ultimate doorgame! Turbo Pascal 7.0 source code, released for outside development, under the GNU Copyleft idea. See README.NOW inside...

  • 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> ...

  • JEZ-CFG.PAS in JEZSRC.ZIP

    Program Jezebel_Cfg; Uses MakeLvl, CfgWay, Crt, CrtKit, Dos, ddovr2; Var doneconfig,Doneatmain:boolean; configfile:text; { Converts a S...

  • JEZEBEL.CTL in JEZSRC.ZIP

    ; -= Jezebel Configuration File =- ; Thank you for trying out this wonderful game that I put many many ; hours into. This game is still new, and may...

  • 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...

  • JEZMAIL.PAS in JEZSRC.ZIP

    unit simmail; interface procedure checkmail; procedure sendmail; procedure makeevent(touser,fromuser,eventstr:string); {Hey, Osh! This thing'll l...

  • JEZWAY.PAS in JEZSRC.ZIP

    unit Jezway; {$G+,O+,B+} interface uses Overlay,Crt,DDPlus,pipecode,simmail; Type SCOREBOARD = Record User,VirusName,SpaceC:String; ...