Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
9 January 2025
18:21 | SetElementOnFire diffhist +1,396 Makaveli talk contribs (→Example) |
17:24 | User creation log User account Nnforyou talk contribs was created |
m 14:44 | Server Browser Rules diffhist −12 Fernando187 talk contribs |
8 January 2025
|
20:07 | GetServerIp 2 changes history +120 [Botder (2×)] | |||
|
20:07 (cur | prev) +274 Botder talk contribs | ||||
|
20:05 (cur | prev) −154 Botder talk contribs |
N 19:55 | FetchServerIp diffhist +836 Botder talk contribs (Created page with "{{Useful_Function}} <lowercasetitle/> __NOTOC__ This function returns the server ip as reported by a third-party service. ==Syntax== <syntaxhighlight lang="lua"> string fetchServerIp ( ) </syntaxhighlight> ==Code== <section name="Server" class="server" show="true"> <syntaxhighlight lang="lua"> SERVER_IP = "127.0.0.1" function fetchServerIp() return SERVER_IP end fetchRemote("http://checkip.dyndns.com/", function (response) if response ~= "ERROR" then...") |