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

Speedcheck

169 bytes added, 10:57, 10 July 2014
/* Load and type a file of 40 KB, 176 KB or 400 KB on the screen */
== Display / Print characters on Screen / Printer ==
=== Load and type a file of 40 KB, 176 KB or 400 KB on the screen (TYPE) ===
{|{{SortedPrettytable|width: 700px; font-size: 2em;}}
|''Size & Device''||''FutureOS''||''XD-DOS''||''AMSDOS''||''CP/M 2.2''||''CP/M 3.1''||''SymbOS''
|-
|40 KB, floppy||'''8'''||80||139||139||220||54
|-
|40 KB, hard-disc||'''7'''||76||n.f.||126||124,5||-
|-
|176 KB, floppy||'''36'''||349||618||618||969||166
|-
|176 KB, hard-disc||'''30'''||328||n.f.||556||548||-
|-
|400 KB, floppy||'''80'''||768||n.f.||1402||2203||-
|-
|400 KB, hard-disc||'''68'''||746||n.f.||1259||1246||-
|-
|}
 
For SymbOS the fast FULLSCREEN option was used, typing a file in a window uses up significant more time and crashes more often.
=== Load and print a file of 40 KB on the printer ===
2,090
edits