All public logs
From Dark Signs Online
Jump to navigationJump to search
Combined display of all available logs of Dark Signs Online. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:52, 18 March 2024 Doridian talk contribs created page CD (Created page with "Change the active path to the specified directory. <pre>CD [directory-name]</pre> <pre>cd home</pre> Will move you to your home directory. <pre>cd..</pre> Will return you to the parent directory")
- 03:51, 18 March 2024 Doridian talk contribs created page CAT (Created page with "CAT <filename> displays content of <filename>")
- 03:50, 18 March 2024 Doridian talk contribs created page /api/auth.php (Created page with "== Authenticate == '''Method:''' GET '''Parameters:''' * u: username * p: password '''Return values:''' * 1001: Valid * 1002: Invalid")
- 03:48, 18 March 2024 Doridian talk contribs created page ASC (Created page with "''integer'' '''ASC'''(''char'' ASCII_character) Gets a ASCII value from an character. == Parameters == ''ASCII_value'' This is the character that specifies the ASCII code.")
- 03:47, 18 March 2024 Doridian talk contribs created page APPEND (Created page with "Appends data to the end of a file <pre>APPEND myFile.txt test 1 APPEND myFile.txt test 2 APPEND myFile.txt test 3 $myVar = test 4 APPEND myFile.txt $myVar</pre> And myFile.txt will look like this <pre>test 1 test 2 test 3 test 4</pre>")
- 03:44, 18 March 2024 Doridian talk contribs created page Commands List (Created page with "The following commands are available in DarkSigns: '''Commands''' <code> '''APPEND''' Adds information to a file. '''CAT''' Outputs the contents of a file to the console. '''CD''' Change to the specified directory. '''CHATSEND''' Sends message to the chat. '''CHATVIEW''' Enables chat to be posts to the comm window. '''CLEAR''' Clears the current console tab. '''CLOSEPORT''' Shuts down a...")
- 03:30, 18 March 2024 Doridian talk contribs created page API (Created page with "'''The DarkSigns Online API is located at http://www.darksignsonline.com/api/''' There is a proposed update to the DarkSigns Online [http://www.darksignsonline.com/termsofuse.php Terms of Use] that will make interfacing with the DSO API directly against the rules and may result in a ban. == <span class="mw-headline">Known Files</span> == * /api/index.php * /api/auth.php * /api/lookup.php * wiki/i...")
- 23:47, 17 March 2024 MediaWiki default talk contribs created page Main Page