Is it possible for scar to find your global ip address?
If so, can anyone post how it's done?
Thanks.
Is it possible for scar to find your global ip address?
If so, can anyone post how it's done?
Thanks.
You could get the html of a website that gets your ip and parse everything but your ip.
Why do you need this?
I don't know of any other way. There probably is..SCAR Code:function GetIP : string;
begin
result := GetPage('http://kylewollaston.com/ip.php');
end;
Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
Originally Posted by #srl
"A programmer is just a tool which converts caffeine into code"
That is my website..
You can rely on it there is never anything wrong with it nor is there ever any traffic. The only traffic I would get is from loading that page.
Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
Originally Posted by #srl
"A programmer is just a tool which converts caffeine into code"
Same as above just diffrent site =P
SCAR Code:function GetIP: string;
Result := GetPage('http://whatismyip.com/automation/n09230945.asp');
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)