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
8 January 2025
|
20:07 | GetServerIp 3 changes history +75 [Botder (3×)] | |||
|
20:07 (cur | prev) +274 Botder talk contribs | ||||
|
20:05 (cur | prev) −154 Botder talk contribs | ||||
m |
|
19:50 (cur | prev) −45 Botder talk contribs (Removed redirect to GetServerConfigSetting#Example) Tags: Removed redirect Manual revert |
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...") |
m 19:47 | GetServerIpFromMasterServer diffhist +232 Botder talk contribs |