User contributions for Mrdejong
Jump to navigation
Jump to search
13 June 2010
- 20:3420:34, 13 June 2010 diff hist +40 Modules/cURL/curl init No edit summary
- 20:3320:33, 13 June 2010 diff hist −42 Template:Modules/cURL/func page No edit summary
- 20:3120:31, 13 June 2010 diff hist +1 Modules/cURL/curl init No edit summary
- 20:3020:30, 13 June 2010 diff hist +262 N Template:Modules/cURL/func page Created page with '__NOTOC__ {{ModuleFunction|cURL}} {{{description}}} ==Syntax== <syntaxhighlight lang="lua"> {{{syntax}}} </syntaxhighlight> ==Required arguments== {{{required_arguments}}} ==Returns== {{{returns}}} ==…'
- 20:2920:29, 13 June 2010 diff hist −78 Modules/cURL/curl init No edit summary
- 20:2320:23, 13 June 2010 diff hist +22 Modules/cURL/curl setopt No edit summary
- 20:2320:23, 13 June 2010 diff hist +22 Modules/cURL/curl close No edit summary
- 20:2320:23, 13 June 2010 diff hist +23 Modules/cURL/curl init No edit summary
- 20:2020:20, 13 June 2010 diff hist +866 N Modules/cURL/curl setopt Created page with '__NOTOC__ {{ModuleFunction|cURL}} Set an curl option. ==Syntax== <syntaxhighlight lang="lua"> curlcode curl_setopt(curl handler, curloption option, bool/number/string value) </syntaxhighlight> ==Require…'
- 20:1420:14, 13 June 2010 diff hist +448 N Modules/cURL/curl close Created page with '__NOTOC__ {{ModuleFunction|cURL}} Closes the curl engine. ==Syntax== <syntaxhighlight lang="lua"> curl_close(curl handler) </syntaxhighlight> ==Required arguments== * '''curl''' The curl handler ==Retu…'
- 20:0320:03, 13 June 2010 diff hist +511 N Modules/cURL/curl init Created page with '__NOTOC__ {{ModuleFunction|cURL}} Initialize the curl engine. ==Syntax== <syntaxhighlight lang="lua"> curl curl_init(string url) </syntaxhighlight> ==Required arguments== * '''url''' The url which you w…'
- 19:5419:54, 13 June 2010 diff hist +122 N Template:Modules/cURL/functions Created page with '* curl_init * curl_close * curl_setopt'
- 19:5019:50, 13 June 2010 diff hist +590 N Modules/cURL Created page with '{{Module_Info| name = MTA Curl | version = 1.0 | author = Alexander de Jong (mrdejong) | module_website = ''Not available'' | …'
2 March 2010
- 13:2113:21, 2 March 2010 diff hist +222 PHP SDK No edit summary
3 February 2010
- 20:2120:21, 3 February 2010 diff hist +143 Template:Useful Functions No edit summary
- 16:2816:28, 3 February 2010 diff hist +1,147 N GetAge Created page with '{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function maths the age of the given birthday. ==Syntax== <syntaxhighlight lang="lua">int getAge(int day, int month, int yea…'
27 May 2009
- 17:4517:45, 27 May 2009 diff hist +219 N Template:MTA Framework/Work In Progress New page: <div style="border: 1px solid red; background-color: #FF8F8F; padding: 5px;"> This is work in progress. If you see functions, classes or anything else that doesn't exists, be aware that it... current
- 12:4612:46, 27 May 2009 diff hist +239 N Template:MTA Framework/Template/Language Lua Loader New page: * language_lua_loader:init * language_lua_loader:getOutput * [[MTA_Framework/Language_Lua_Loader:... current
- 11:4911:49, 27 May 2009 diff hist +55 Talk:MTA Framework No edit summary current
- 11:4911:49, 27 May 2009 diff hist +30 Talk:MTA Framework No edit summary
13 March 2009
- 13:1913:19, 13 March 2009 diff hist +1,272 Server Manual →Configuring your server
28 February 2009
- 17:2317:23, 28 February 2009 diff hist +532 N GUI Classes New page: <pageclass class="client"></pageclass> This page lists all the gui class objects. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=241 This system i...
27 October 2008
- 08:5008:50, 27 October 2008 diff hist +11 GetCameraMode →Example
- 08:5008:50, 27 October 2008 diff hist +367 GetCameraMode →Example
24 October 2008
- 16:3316:33, 24 October 2008 diff hist +178 BanPlayer →Example
- 16:2916:29, 24 October 2008 diff hist −1 BanPlayer →Syntax
- 16:2916:29, 24 October 2008 diff hist +77 BanPlayer →Syntax
27 June 2008
- 16:5016:50, 27 June 2008 diff hist +113 N User:Mrdejong New page: == This is my page == But nothing '''To see here''' ---- --~~~~ current
- 16:4916:49, 27 June 2008 diff hist +96 Talk:Modules/MTA-MySQL/mysql rows No edit summary current
26 June 2008
- 09:5609:56, 26 June 2008 diff hist +150 N Talk:Modules/MTA-MySQL/mysql rows New page: Maybe add mysql_affected_rows(handler) Need to return: 1 if the (insert/update) query had updated/inserted rows in to the database. And 0 other wise.