This forum was written by Daniel D'Agostino (also known as Dino), started on 21st February 2003. It is written entirely in PHP, with no use of any database at all. You don't need to make an account, just enter a nickname and post. Accounts may be implemented in a future version though.
You may use D-Code, which is very similar to BBCode, as well as smilies.
SmiliesHere is a list of smilies available:
| Code | Smiley |
|---|---|
| :) | ![]() |
| :( | ![]() |
| :D | ![]() |
| ;) | ![]() |
| :p | ![]() |
| %( | ![]() |
| %) | ![]() |
| :& | ![]() |
D-Code is just like BBCode, with a few differences. You should not attempt to use code before you read below, as some things are different from BBCode.
[b]bold
tags[/b] or [i]italic tags[/i].[img]image tags[/img].[url=, the destination address, close it with a ],
write the text that should appear as a link, and close the link with
[/url]. See example further down.[code]inline
code[/code] or [pre]block code[/pre].[quote]quote tags[/quote].[spoiler]spoiler tags[/spoiler].Examples:
| Input | Output |
|---|---|
| You must [i]not[/i] do [b]that[/b]! | You must not do that! |
| [img]http://www.shiftedphase.com/~dino/ultima/index/dragons.gif[/img] | ![]() |
| Visit [url=http://www.shiftedphase.com/~dino/scripts/]D-Scripts[/url] | Visit D-Scripts |
| To output text in a C++ command line, you use [code]cout[/code]. It is implemented like this: [pre]cout << "This is printed text"[/pre] | To output text in a C++ command line, you use cout. It is implemented like this:cout << "This is printed text" |
| [quote]To be or not to be, that is the question.[/quote] | To be or not to be, that is the question. |
| [spoiler]You can cheat in Ultima 7: The Black Gate by climbing on Christopher's house.[/spoiler] | You can cheat in Ultima 7: The Black Gate by climbing on Christopher's house. |
| I need to buy: [list]Oranges [*]Bananas [*]Apples [/list] | I need to buy:
|