User contributions for Doridian

From Dark Signs Online
A user with 93 edits. Account created on 17 March 2024.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

18 March 2024

  • 05:0805:08, 18 March 2024 diff hist +142 N PASSWORDCreated page with "Use to enter your password to login with. Used in conjunction with '''USERNAME'''. <pre>PASSWORD [your password goes here]</pre>" current
  • 05:0605:06, 18 March 2024 diff hist +60 N MYDOMAINSCreated page with "Lists the domains you currently own. Requires no parameters." current
  • 05:0605:06, 18 March 2024 diff hist +222 N MUSICCreated page with "'''MUSIC''' ''command'' Controls the music playing. == Parameters == ''command'' this can be one of: OFF, ON, NEXT, PREV == Usage == Go to the next track <pre>MUSIC NEXT</pre> Turn off the music <pre>MUSIC OFF</pre>" current
  • 05:0505:05, 18 March 2024 diff hist +102 N MDCreated page with "MD <Directory name> Creates a directory named <directory name> in your current directory." current
  • 05:0405:04, 18 March 2024 diff hist +105 N LOOKUPCreated page with "LOOKUP <ip or domain name> Displays info about the <ip or domain name> in the status window." current
  • 05:0305:03, 18 March 2024 diff hist +126 N LOGOUTCreated page with "LOGOUT logs you off the DSO network. You have to run this before changing username and password if you are already logged in." current
  • 05:0205:02, 18 March 2024 diff hist +129 N LOGINCreated page with "Logs in to the DSO network, but only if '''USERNAME''' and '''PASSWORD''' is set. No parameters needed." current
  • 05:0005:00, 18 March 2024 diff hist +344 N LISTKEYSCreated page with "Display the available shortcut keys and their actions in the console. Requires no parameters. '''Output:''' <pre> Dark Signs Keyboard Actions Page Up: Scroll the console up. Page Down: Scroll the console down. Shift + Page Up: Decrease size of the COMM. Shift + Page Down: Increase size of the COMM. F11: Toggle maximum console display. </pre>" current
  • 04:5904:59, 18 March 2024 diff hist +61 N LISTCOLORSCreated page with "Lists the color codes in the console. Requires no parameters." current
  • 04:5804:58, 18 March 2024 diff hist +15 N LINEUPNot current
  • 04:5704:57, 18 March 2024 diff hist +320 N LCASECreated page with "''string'' '''LCASE'''(''string'' message) Returns the given string in lowercase. == Parameters == ''message'' String to put in lowercase. == Example == Sample input, now it wont matter if the user inputs '''y''' instead of '''Y''' <pre>$i = INPUT(Register Y/N?) $i = LCASE($i) IF $i = y THEN //Do something.</pre>" current
  • 04:5604:56, 18 March 2024 diff hist +498 N IPFinderCreated page with "This script searches all IPs and PINGs them to build a list of open or closed IPs (Currently in version 2) == Script == <pre>$q=0 $w=0 $e=0 $r=0 $ip=$q.$w.$e.$r @IPLOOP IF $r > 255 $r=0 $e=$e+1 $ip=$q.$w.$e.$r SAY $ip ENDIF IF $e > 255 $e=0 $w=$w+1 $ip=$q.$w.$e.$r SAY $ip ENDIF IF $w > 255 $w=0 $q=$q+1 $ip=$q.$w.$e.$r SAY $ip ENDIF $r=$r+1 $ip=$q.$w.$e.$r IF PING($ip) = 1 Say $IP OPEN ENDIF IF $q < 256..." current
  • 04:5504:55, 18 March 2024 diff hist +475 N INPUTCreated page with "''string'' '''INPUT'''(''string'' message) Get input from the user. Returns the given string. == Parameters == ''message'' This will be printed before the cursor. == Example == Sample menu script, using INPUT. <pre>SAY " [0] Item 1" SAY " [1] Item 2" SAY " [2] Quit" $in = INPUT(Make your choice) IF $in = 0 THEN SAY Item 1 ELSE IF $in = 1 THEN SAY item 2 ELSE IF $in = 2 THEN SAY Bye! EXIT ELSE SAY Invalid input! END IF</pre>" current
  • 04:5404:54, 18 March 2024 diff hist +1,117 N How to create a nickCreated page with "Upon entering the chat you will find DSO_$username_RandomNumber is you. This is because you have yet to register a nickname. Type <pre> /nick DSO_<username></pre> You should see that the name has not yet been registered Type <pre> /msg nickserv register <your-password></pre> It is a good idea to register the DSO_<username> to use for your primary nick Now, let's set your email. Type <pre> /msg nickserv set hide email on </pre> Then <pre> /msg ni..." current
  • 04:5304:53, 18 March 2024 diff hist −1 DSO User Manual→‎DSO Chat
  • 04:5304:53, 18 March 2024 diff hist 0 DSO User Manual→‎DSO Chat
  • 04:5104:51, 18 March 2024 diff hist +96 N Help:ContentsCreated page with "For help with DarkSigns Online, please refer to the forum. * https://darksignsonline.com/forum/" current
  • 04:5004:50, 18 March 2024 diff hist +588 N Global variablesCreated page with "Global variables are variables set in DarkSigns Online which can not have any other value assigned to them. == User Specific Variables == <code> '''$time''' Contains string of local time. '''$date''' Contains string of local date. '''$now''' Contains string of local date and time. '''$username''' Username of the current user. '''$dir''' The current directory of the current user. </code> == Server Specific Variable == <code> '''$serverdomain''' The current server..."
  • 04:4504:45, 18 March 2024 diff hist +66 N GETIPCreated page with "GETIP <Domain name> Retrieves the ip of <Domain Name>" current
  • 04:4504:45, 18 March 2024 diff hist +72 N GETDOMAINCreated page with "GETDOMAIN <ip address> Gets the domain name of <ip address>" current
  • 04:4204:42, 18 March 2024 diff hist +3,841 N Functions ListCreated page with "The following functions are available in DarkSigns Online: == String Functions == <code> '''ASC''' Get the ASCII value of the specified text character '''CHR''' Get the character of the given ASCII value '''FIXQUOTES''' Return the string with double quotes like " all replaced with single quotes. '''GETKEY''' Retruns the key value of the next key pressed. '''GETASCII''' Returns the ascii value of the next ke..."
  • 04:3504:35, 18 March 2024 diff hist +73 N EDITCreated page with "Edits (and creates if file doesn't exist) a file. <pre>EDIT bah.ds</pre>" current
  • 04:3404:34, 18 March 2024 diff hist +14,950 N DSO User ManualCreated page with "== Welcome to the Dark Signs Online ''officially'' Unofficial Users Manual for Beta Stages of DSO. == '''Current Edition is for 0.80.1''' Composed by Toni. First of all in case you missed this on the front page: Dark Signs Online is the new improved, online multi-player version of Dark Signs, allowing people to own their own domains, share missions instantly, and hack other users. Dark Signs Online includes major enhancements to the script language, which to many new..."
  • 04:3104:31, 18 March 2024 diff hist +261 N DOWNLOADCreated page with "''string'' '''DOWNLOAD'''(''string'' url) Gets a real website, and returns the HTML content. == Parameters == ''url'' The web adress to visit. == Example == Get the contents of google.com <pre>$i = DOWNLOAD(https://www.google.com) WAIT FOR $i SAY $i</pre>" current
  • 04:3004:30, 18 March 2024 diff hist +200 N DISPLAYCreated page with "<pre>DISPLAY <Filename> <optional startline> <optional maxline></pre> == Examples == <code>DISPLAY somefile.txt 1 5</code> displays '''somefile.txt''' lines '''1''' through '''5'''" current
  • 04:2804:28, 18 March 2024 diff hist +461 N DIRCreated page with "'''DIR''' (''string'' optional-filter) Displays the files and folders in the directory you are currently in. == Parameters == DIR has no mandatory parameters. However, an optional keyword (''optional-filter'') can be provided that makes DIR display only the files and folders in the current directory that contain that keyword in their names. == Example == Display the files and folders that have the word "server" in them. <pre>DIR server</pre>" current
  • 04:2704:27, 18 March 2024 diff hist +57 N DELCreated page with "<pre>DEL <Filename></pre> deletes <Filename>" current
  • 04:2604:26, 18 March 2024 diff hist +56 N DATECreated page with "Display the current system date. Requires no paramaters." current
  • 04:2504:25, 18 March 2024 diff hist +170 N COPYCreated page with "<pre>COPY source-file destinatin-file</pre> Example #1: <pre>COPY myoldfile.ds mynewfile.ds</pre> Example #2: <pre>COPY /home/myoldfile.ds /home/dir2/mynewfile.ds</pre>" current
  • 04:2504:25, 18 March 2024 diff hist +404 N CONNECTCreated page with "<pre>CONNECT [server] [port] [optional-paramaters]</pre> Connect to a server domain name or IP address on the specified port. If no port number is specified, the default port number is 80. You must specify the port number if you are including optional paramaters. <pre>CONNECT mySite.org 80 qwertywert</pre> Connects to mySite.org on port 80, and passes paramater $1 with a string "qwertywert"" current
  • 04:1404:14, 18 March 2024 diff hist +85 N CLOSEPORTCreated page with "Closes an unneeded port on a server <pre>CLOSEPORT <Server> <Port></pre>" current
  • 03:5603:56, 18 March 2024 diff hist 0 CLEARNo edit summary current
  • 03:5603:56, 18 March 2024 diff hist +115 N CLEARCreated page with "Clears the console screen. Takes no paramaters. Can be shortened to <code>CLS</code> which stands for clear screen"
  • 03:5503:55, 18 March 2024 diff hist +359 N CHRCreated page with "''char'' '''CHR'''(''integer'' ASCII_value) Gets a character from an ASCII value. == Parameters == ''ASCII_value'' This is the ASCII code that specifies the return character. == Example == A way to get rid of newlines in a string. <pre>$newline=chr(13)chr(10) $dir=run(ls) $dir=replace("$dir","$newline","") SAY $dir</pre>" current
  • 03:5403:54, 18 March 2024 diff hist +70 N CHATVIEWCreated page with "CHATVIEW [on|off] If CHATVIEW is on it displays chat in status window" current
  • 03:5403:54, 18 March 2024 diff hist +101 N CHATSENDCreated page with "CHATSEND <message to the chat> A simple way of sending messages to the chat from your console." current
  • 03:5303:53, 18 March 2024 diff hist +2 CDNo edit summary current
  • 03:5203:52, 18 March 2024 diff hist +197 N CDCreated 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:5103:51, 18 March 2024 diff hist +58 N CATCreated page with "CAT <filename> displays content of <filename>" current
  • 03:5003:50, 18 March 2024 diff hist −21 /api/auth.phpNo edit summary current
  • 03:5003:50, 18 March 2024 diff hist +139 N /api/auth.phpCreated page with "== Authenticate == '''Method:''' GET '''Parameters:''' * u: username * p: password '''Return values:''' * 1001: Valid * 1002: Invalid"
  • 03:4803:48, 18 March 2024 diff hist +174 N ASCCreated 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." current
  • 03:4703:47, 18 March 2024 diff hist +236 N APPENDCreated 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>" current
  • 03:4403:44, 18 March 2024 diff hist −2 Commands ListNo edit summary
  • 03:4403:44, 18 March 2024 diff hist 0 Commands ListNo edit summary
  • 03:4403:44, 18 March 2024 diff hist +3,449 N Commands ListCreated 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:3703:37, 18 March 2024 diff hist −207 APINo edit summary
  • 03:3603:36, 18 March 2024 diff hist −147 APINo edit summary
  • 03:3603:36, 18 March 2024 diff hist +334 Main PageNo edit summary
  • 03:3003:30, 18 March 2024 diff hist +723 N APICreated 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..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)