Search
Archives (6)
-
DEM-0797.ZIP
demonic
(1997)
...emonic productionz' fourth pack, 07/1997 released in August. The iniquity source code was sold to Michael Pike for $300. Illusion v2.00 released. b...
-
JEZSRC.ZIP
Jezebel
(1997)
Jezebel! The ultimate doorgame! Turbo Pascal 7.0 source code Written by The Zodian Software Team. (Brian J. Schulteis and Jason Kessler)
-
bsrc_250.zip
BinkleyTerm
(1991)
BinkleyTerm v2.50 source code
-
infusrc.zip
Infusion
(2006)
infusion bbs software v1.99 a01 pascal source code, released by Jack Phlash [demonic]
-
adf_150_src.zip
FOSSIL Drivers
(2021)
Original source code of ADF v1.50 serial port FOSSIL driver, assembly. Released 2021 by Anders Danielsson
-
callbk16.zip
TAG Utilities
(1990)
T.A.G. Callback Door v1.6 validates BBS users by calling them back to verify their phone number and password, supporting restrictions on long distance...
Files (454)
-
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...
-
CODER.PAS
in
JEZSRC.ZIP
unit coder; interface Function encrypt (s: string): string; function encrypt2 (s:string; key:string):string; function normalize (s:string):string;...
-
DDANSI2.PAS
in
JEZSRC.ZIP
unit ddansi2; interface uses dos, crt; {----------------------------------------------------------------------------} { ...
-
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_...
-
DDPLUS.DOC
in
JEZSRC.ZIP
... --------------------------------------------------- Most of the source code for the DDPlus package comes from the original Door Driver Ki...
-
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
... examples of the elog unit in action. Both also come with source code you can look at to see how it was done. ...
-
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
...free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software...
-
INSTRUCT.DOC
in
JEZSRC.ZIP
Jezebel Copyright (c) 1996 Zodian Software -------------------------------------------------...
-
JEZEBEL.PAS
in
JEZSRC.ZIP
...k for you. Then you may add your name to the author list, and pass on the source code with the modified version of the program. You MAY NOT distribu...
-
JEZWAY.PAS
in
JEZSRC.ZIP
unit Jezway; {$G+,O+,B+} interface uses Overlay,Crt,DDPlus,pipecode,simmail; Type SCOREBOARD = Record User,VirusName,SpaceC:String; ...
-
LICENSE.HTM
in
JEZSRC.ZIP
...free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software...
-
MAKEKEY.PAS
in
JEZSRC.ZIP
Program makekey; uses crt,coder; Const IMAGEDATA_WIDTH = 80; IMAGEDATA_DEPTH = 25; IMAGEDATA_LENGTH = 4000; IMAGEDATA : Array [1..4000] ...
-
NETFILEP.PAS
in
JEZSRC.ZIP
{*********************************************************************} {* N E T F I L E *} {*--...
-
README.NOW
in
JEZSRC.ZIP
Hopefully your reading this before beginning work on this wonderful source. First of all, I left NO comments in the source, I don't waste time doing ...