New pages

From Dark Signs Online
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 05:42, 19 March 2024URLENCODE (hist | edit) ‎[218 bytes]Doridian (talk | contribs) (Created page with "''string'' '''URLENCODE'''(''string'' message) Returns the given string URL encoded. == Parameters == ''message'' String to URL encode. == Example == <pre>$i = "a b" $i = URLENCODE($i) SAY $i // Prints "a+b"</pre>")
  • 05:09, 19 March 2024SERVERTOKEN (hist | edit) ‎[1,029 bytes]Doridian (talk | contribs) (Created page with "''string'' '''SERVERTOKEN'''() Get a short lived server verification token == Example == Creates a server token and sends it to a remote server for validation <pre> $token = SERVERTOKEN() WAIT FOR $token $token = URLEncode($token) $data = DOWNLOAD(https://www.example.com/?dsouser=$token) WAIT FOR $data SAY $data</pre> == Validation == The token is a JWT standard token signed with the RS256 algorithm. The public can to verify the token can be found here: https://da...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)