PDA

View Full Version : http://3626046468/



Ray
January 13th, 2001, 20:49
Anybody know how to get an address like this?

http://3626046468/

keith
January 13th, 2001, 20:56
everyone has one. it's simply an ip address in hex or something. anyone else know what i'm talking about?

Ray
January 13th, 2001, 21:05
I see dotless IP , thanks keith

Rodie
January 13th, 2001, 21:10
No, it's not a dotless IP, as IP's can only go as high as 255 on each octet. I believe it's an IP in hex, like keith already said. I'm not 100% sure though. Hex to decimal conversions are a bit more complicated then binary to decimal conversions though

Gayowulf
January 14th, 2001, 01:29
canonical name is bigip.angelfire.com

real (short) aka dotless ip is 216.33.20.4

it is a dotless aka dword ip. (take my word for it) there are also base 8 (octal) ://0324.0273.0167.0253
or a combo of octal hex and normal 0324.0xbb.119.0253

the all work in IE im not sure about netscape

hex would look like this ht¤p//0xD4.0xBB.0x77.0xAB Internet

heres a little formuala if you dont believe me

aaa.bbb.ccc.ddd

decimal=aaa x 16777216 + bbb x 65536 + ccc x 256 + ddd

there is a security problem with dotless ip#s and IE4 and i think netscape too. it treats them as a local adress and because of this the browser doesnt employ any security functions. so think what a hacker could do with that and maybe download the fix for it http://www.microsoft.com/Windows/Ie/security/dotless.asp

You can get a dotless ip by running your current website adress through a converter and telling everyone thats your adress. (personally i think a hex adress is cooler.

[Edited by Gayowulf on 01-14-2001 at 02:35 AM]