PCBoard Programming Executable

PCBoard Programming Executable

PCBoard Programming Executables (known as PPEs) were used to modify and enhance bulletin board systems running PCBoard. They were programmed in PCBoard Programming Language (PPL). PPL itself is a lot like the BASIC programming language, but variables need to be declared and no line numbers were needed. Access to PCBoard's own functions and settings was available by built-in library functions. PPEs were installed either by assigning them a command from the main menu or by calling them instead of displaying one of PCBoard's text messages of prompts.

PCBoard came with a so-called compiler (PPLC) that created .ppe files from their source code. These were not actually binary files containing machine code, but rather tokenized source code interpreted by PCBoard itself during runtime. Therefore, PPEs run very slow. For example, a PPE calculating prime numbers on a 500 MHz PC would run about as fast as on a Commodore 64.

PPEs were traded a lot in BBS'es as freeware, shareware or even cracked shareware during the heyday of BBS'es. Enthusiast coders created modifications for almost any screen on a BBS that were not always only cosmetic (prompt replacements) and even created new uses, such as "uploaded by:" signatures in the description of any file, MP3 ID3 tag handling, oneliner walls, votings and many games. ANSI graphics were heavily used.

Decompilation

Tools to "decompile" PPE files back into their source code (PPL) were available freely, most notably the french group Aegis Corp's PPLX written by Lone Runner. Variable and function names got lost in the process. PPLC Version 3.40 (that came with PCBoard 15.4beta) used some means of encryption to prevent decompilation of PPE files, to prevent cracking of shareware PPEs. As PPEs were rather powerful and could alter user setting and delete files, sysops liked to decompile PPEs to check them for backdoors.

Lone Runner also wrote the Aegis PPL compiler which produced smaller and faster code than Clark Development's original PPL compiler. Other helpful tools for PPE developers followed. Another PPE De-compiler was PPLDecompiler (PPLD) written by CHiCKEN, a member of the "Swiss Coding Division" of the group Electronic Rats (EcR).

Notable PPEs

The most notable PPEs are:
*EFlag to allow tagging of files for download by lightbars instead of having to type the filename
*The Lemming Pager for paging the sysop, which would display a lemming countdown and his violent death, should the sysop not show up for chat.
*For additional notable PPEs see the main article to PCBoard

ample Source Code

Here is a short sample source code in PPL, that prompts the user to answer the question "What city are you from?" and saves the entered answer with the user name to a Log file on the BBS computers hard drive.

STRING Question, AnswerLET Question = "What city are you from?"

GOSUB askEND

:ask 'sub to ask a question, get an answer and log them to a fileLET Answer = ""PRINTLN "@X0E",QuestionINPUT "",AnswerFAPPEND 0,"LOG.TXT",O_WR,S_DBNEWLINES 2FPUTLN 0,U_NAME()FPUTLN 0,"Q: ",STRIPATX(Question)FPUTLN 0,"A: ",Answer FCLOSE 0RETURN


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • PCBoard — était un logiciel de gestion de BBS MS DOS / OS/2 créé pour la première fois par l entreprise Clark Development, qui existait depuis 1983. Clark Development a développé le format de fichier FILE ID.DIZ de même qu un puissant langage de script… …   Wikipédia en Français

  • PCBoard — This article is about BBS software. For the substrate used to support electronic devices, see Printed circuit board. PCBoard Photograph of original software box, manuals, disks and license bag for PCBoard 15.2 Developer(s) Clark Development… …   Wikipedia

  • Superior Art Creations — Infobox computer underground group name = Superior Art Creations (SAC) caption = origin = country =Germany status = active years active = 1994 ndash;present category = artscene warez founders = Roy (aka Carsten Cumbrowski) and Hetero (aka… …   Wikipedia

  • Liste der Dateiendungen/P — In dieser Liste sind übliche Dateinamenserweiterungen aufgelistet, die in einigen Betriebssystemen (wie zum Beispiel Microsoft Windows) zur Unterscheidung von Dateiformaten verwendet werden. In anderen Betriebssystemen erfolgt die… …   Deutsch Wikipedia

  • Liste von Dateinamenserweiterungen/P — In dieser Liste sind übliche Dateinamenserweiterungen aufgelistet, die in einigen Betriebssystemen zur Unterscheidung von Dateiformaten verwendet werden. In anderen Betriebssystemen erfolgt die Dateitypenidentifikation hauptsächlich über den… …   Deutsch Wikipedia

  • PPE — can stand for:* Personal protective equipment, especially in First Aid * Philosophy, Politics and Economics, one of Oxford s degree courses * Property, plant, and equipment in accounting * Power Plant Engineering * Power Processor Element in the… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”