Warning: Bad Behavior DBQueryError A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: CREATE TABLE IF NOT EXISTS `bad_behavior` ( `id` INT(11) NOT NULL auto_increment, `ip` TEXT NOT NULL, `date` DATETIME NOT NULL default '0000-00-00 00:00:00', `request_method` TEXT NOT NULL, `request_uri` TEXT NOT NULL, `server_protocol` TEXT NOT NULL, `http_headers` TEXT NOT NULL, `user_agent` TEXT NOT NULL, `request_entity` TEXT NOT NULL, `key` TEXT NOT NULL, INDEX (`ip`(15)), INDEX (`user_agent`(10)), PRIMARY KEY (`id`) ); Function: DatabaseBase::query Error: 1813 Tablespace for table '`wikidb`.`bad_behavior`' exists. Please DISCARD the tablespace before IMPORT. (localhost) in /home/gryzor/cpcwiki_backup/httpdocs/extensions/bad-behavior/bad-behavior-mediawiki.php on line 84
Changes - CPCWiki

Changes

ACU October-November 1984 - Type-ins

5 bytes added, 02:47, 2 September 2008
/* D.I.Y. Typewriter */
To run D.I.Y. Typewriter, type:<br/>
RUN"DIYTYPE"<br/><br/>
This program sets up the CPC464 as a simple to use editing typewriter system (a poor person's word processsing system). It was developed in house by our very own Ivor Spital, and provides facilities to store and retrieve text to cassette or disc, cut and insert lines, re-type lines of text, and display on screen in the 'what you see is what you get' format.<br/><br/>
It's user-friendly with menu prompts at the top of the screen. There's a panic feature that gets you out to the main menu without loss of data - simply press [ESC] twice, then the small [ENTER] key on the Numeric Keypad to return to the menu. The program does not feature a full screen editor, but uses the same facilities as the BASIC line editor. Each line is numbered, and the menu functions manipulate text by use of this index number.<br/><br/>
NOTES:<br/>
3,699
edits