"www.whatsmyip.org" -> .org is invalid, try https://www.whatismyip.com, though they now state that to automate this through a script, you need to subscribe to their membership.
You might try here: https://www.iplocation.net/find-ip-address
extract from this line:
<p style="font-size:1.4em;" align="center">Your IP Address is <span style="font-weight: bold; color:green;">136.62.193.232</span>.</p>
http = CreateHTTPConnection()
SetHTTPHost( http, "www.iplocation.net", 0 )
SendHTTPRequestASync( http, "find-ip-address" )
while GetHTTPResponseReady(http) = 0
Print( "Connecting..." )
Sync()
endwhile
response$ = GetHTTPResponse(http)
CloseHTTPConnection(http)
DeleteHTTPConnection(http)
// main loop
do
Print( "Server response: " + response$ )
Sync()
loop
You can also get it off google:
https://www.google.com/search?q=find+my+ip&ie=utf-8&oe=utf-8
you will look for the line:
<div class="vk_sh vk_gy">Your public IP address</div>
and the ip will be on the line directly above it:
<div class="_h4c _rGd vk_h">2605:a601:1170:c3:107c:6dd1:23d8:8b44</div>
(mine is coming up as an IPv6 here, should return an IPv4 just the same though)
A single player RPG featuring a branching, player driven storyline of meaningful choices and multiple endings alongside challenging active combat and intelligent AI.