B Blade Member Aug 30, 2004 #1 Hi, Before the site went down a while ago, Dan (Electron) put up a php page that would return the internet IP address for a person. Is there anyway of getting this back. I know it would benefit me a lot. It was vbery helpful. Cheers Blade
Hi, Before the site went down a while ago, Dan (Electron) put up a php page that would return the internet IP address for a person. Is there anyway of getting this back. I know it would benefit me a lot. It was vbery helpful. Cheers Blade
Skibum Senior Member Aug 30, 2004 #3 Here is a harder way: Make a asp webpage with: <html> <body> IP address = <%=Request.ServerVariables("REMOTE_ADDR")%> </body> </html> Then visit the page.
Here is a harder way: Make a asp webpage with: <html> <body> IP address = <%=Request.ServerVariables("REMOTE_ADDR")%> </body> </html> Then visit the page.
Skibum Senior Member Aug 30, 2004 #4 And a harder way: <%@LANGUAGE=PerlScript%> <html> <body> <% $Response->write( sprintf( "IP address = %s", $Request->ServerVariables( "REMOTE_ADDR" )->item ) ); %> </body> </html>
And a harder way: <%@LANGUAGE=PerlScript%> <html> <body> <% $Response->write( sprintf( "IP address = %s", $Request->ServerVariables( "REMOTE_ADDR" )->item ) ); %> </body> </html>
electron Administrator Staff member Aug 30, 2004 #5 http://www.cocoontech.com/services/ip.php It's back up, sorry about that.
S Spam Active Member Aug 30, 2004 #6 Feel free to use http://x10.1115.net or 69.133.112.6 if you don't have dns