User contributions for KAKAN
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
4 March 2016
- 19:4219:42, 4 March 2016 diff hist +396 N Scripting/Squirrel/Functions/mysql warning count Created page with "Returns the last query number of warnings == Syntax == <pre>mysql_warning_count( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnection'' '''handler''' - A vali..."
- 19:3219:32, 4 March 2016 diff hist +333 N Scripting/Squirrel/Functions/mysql errno Created page with "Returns the last error number of a MySQL connection. == Syntax == <pre>mysql_errno( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnection'' '''handler''' - A v..."
- 19:2019:20, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA384 Created page with "Calculate the '''SHA384''' hash of a string == Syntax == <pre>SHA384( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 19:1919:19, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA224 Created page with "Calculate the '''SHA224''' hash of a string == Syntax == <pre>SHA224( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 19:1819:18, 4 March 2016 diff hist +305 N Scripting/Squirrel/Functions/SHA1 Created page with "Calculate the '''SHA1''' hash of a string == Syntax == <pre>SHA1( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the hash..."
- 19:1619:16, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD320 Created page with "Calculate the '''RIPEMD320''' hash of a string == Syntax == <pre>RIPEMD320( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1519:15, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD160 Created page with "Calculate the '''RIPEMD160''' hash of a string == Syntax == <pre>RIPEMD160( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1219:12, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD128 Created page with "Calculate the '''RIPEMD128''' hash of a string == Syntax == <pre>RIPEMD128( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1119:11, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD256 Created page with "Calculate the '''RIPEMD256''' hash of a string == Syntax == <pre>RIPEMD256( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1019:10, 4 March 2016 diff hist +312 N Scripting/Squirrel/Functions/base64 encode Created page with "Find the decode of a base64 hashed string == Syntax == <pre>base64_decode( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to decode the..."
- 19:0719:07, 4 March 2016 diff hist +327 N Scripting/Squirrel/Functions/base64 decode Created page with "Calculate the '''base64''' hash of a string == Syntax == <pre>base64_encode( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculat..."
- 19:0619:06, 4 March 2016 diff hist +301 N Scripting/Squirrel/Functions/MD5 Created page with "Calculate the '''MD5''' hash of a string == Syntax == <pre>MD5( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the hash =..."
- 19:0619:06, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA512 Created page with "Calculate the '''SHA512''' hash of a string == Syntax == <pre>SHA512( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 19:0519:05, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/WHIRLPOOL Created page with "Calculate the '''WHIRLPOOL''' hash of a string == Syntax == <pre>WHIRLPOOL( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:0319:03, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA256 Created page with "Calculate the '''SHA256''' hash of a string == Syntax == <pre>SHA256( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 18:5718:57, 4 March 2016 diff hist +11 Scripting/Squirrel/Functions/mysql change user No edit summary
- 18:5518:55, 4 March 2016 diff hist +480 N Scripting/Squirrel/Functions/mysql select db Created page with "Changes the current default database. == Syntax == <pre>mysql_select_db( MySQLConnection handler, string database )</pre> == Arguments == * ''MySQLConnection'' '''handler'''..."
- 18:5118:51, 4 March 2016 diff hist +648 N Scripting/Squirrel/Functions/mysql escape string Created page with "Escapes a query string to avoid sql injection attacks. This function should be used for every executed query that uses any data given by the players. == Syntax == <pre>mysql_..."
- 18:4718:47, 4 March 2016 diff hist +686 N Scripting/Squirrel/Functions/mysql change user Created page with "Changes the current MySQL session authentication. == Syntax == mysql_change_user ( MySQLConnection handler, string new_username, string new_password ) == Arguments == * ''My..."
- 18:3618:36, 4 March 2016 diff hist +593 N Scripting/Squirrel/Functions/mysql affected rows Created page with "Returns the number of changed rows (for UPDATE), inserted rows (for INSERT) or deleted rows (for DELETE) in the last query. For SELECT statements it works like mysql_num_rows...."
- 18:1918:19, 4 March 2016 diff hist +685 N Scripting/Squirrel/Functions/mysql error Created page with "Returns the last error string of a MySQL connection. == Syntax == <pre>mysql_error( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnection'' '''handler''' - A v..."
- 15:0815:08, 4 March 2016 diff hist +21 Scripting/Squirrel/Functions/mysql ping No edit summary
- 15:0515:05, 4 March 2016 diff hist +583 N Scripting/Squirrel/Functions/mysql close Created page with "Closes an established connection to a MySQL server. == Syntax == mysql_close ( MySQLConnection handler ) == Arguments == * ''MySQLConnection'' '''handler''' - A valid MySQL..."
- 14:5814:58, 4 March 2016 diff hist +2 m Scripting/Squirrel/Functions/mysql ping No edit summary
- 14:5714:57, 4 March 2016 diff hist +612 N Scripting/Squirrel/Functions/mysql ping Created page with "This function checks if the given MySQL connection is still alive. == Syntax == <pre>mysql_ping( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnetion'' '''hand..."
24 February 2016
- 08:3108:31, 24 February 2016 diff hist +69 Scripting/Squirrel/Functions/Checkpoint.Radius No edit summary
- 08:2908:29, 24 February 2016 diff hist −62 Scripting/Squirrel/Functions/Checkpoint.Pos No edit summary
- 08:2708:27, 24 February 2016 diff hist 0 Scripting/Squirrel/Functions/Checkpoint.ID No edit summary
- 08:2608:26, 24 February 2016 diff hist −166 Scripting/Squirrel/Functions/Checkpoint.Color No edit summary
- 08:2108:21, 24 February 2016 diff hist −44 Scripting/Squirrel/Functions/Checkpoint.Pos No edit summary
- 08:2008:20, 24 February 2016 diff hist +23 Scripting/Squirrel/Functions/Checkpoint.ID No edit summary
- 08:1808:18, 24 February 2016 diff hist 0 Scripting/Squirrel/Functions/Checkpoint.Radius No edit summary
- 08:1608:16, 24 February 2016 diff hist +5 Scripting/Squirrel/Functions/Checkpoint.Remove No edit summary
- 08:1608:16, 24 February 2016 diff hist +53 Scripting/Squirrel/Functions/Checkpoint.Remove No edit summary
10 October 2015
- 13:2113:21, 10 October 2015 diff hist 0 Server-side Scripting Resources →Tutorials / Documentation
- 13:1613:16, 10 October 2015 diff hist −3 OnPlayerRequestClass No edit summary
22 August 2015
21 August 2015
- 19:1619:16, 21 August 2015 diff hist +257 Scripting/Squirrel/Functions/Checkpoint.Remove No edit summary
- 19:1119:11, 21 August 2015 diff hist +179 Scripting/Squirrel/Functions/Checkpoint.Radius No edit summary
- 19:0519:05, 21 August 2015 diff hist +118 Scripting/Squirrel/Functions/Checkpoint.Pos No edit summary
- 19:0119:01, 21 August 2015 diff hist +80 Scripting/Squirrel/Functions/Checkpoint.ID No edit summary
- 19:0019:00, 21 August 2015 diff hist +27 Scripting/Squirrel/Functions/Checkpoint.Color No edit summary
- 18:5718:57, 21 August 2015 diff hist 0 Scripting/Squirrel/Functions/AnnounceAll →Example
- 18:5718:57, 21 August 2015 diff hist +133 Scripting/Squirrel/Functions/AnnounceAll →Example
- 18:5418:54, 21 August 2015 diff hist +5 Scripting/Squirrel/Functions/ConnectSQL No edit summary
- 18:5218:52, 21 August 2015 diff hist +137 Game Text Codes and Styles No edit summary
- 18:4618:46, 21 August 2015 diff hist +291 N Announce Created page with " == Syntax == <pre>Announce( message, playerTo, type )</pre> == Arguments == * ''Player'' '''playerTo''' - The player to..."
- 18:4518:45, 21 August 2015 diff hist +199 Scripting/Squirrel/Functions/AnnounceAll →Example
- 18:4318:43, 21 August 2015 diff hist +11 Scripting/Squirrel/Functions/Announce →Example
- 18:4318:43, 21 August 2015 diff hist +55 Scripting/Squirrel/Functions/Announce →Example