Results 1 to 6 of 6

Thread: Urls

  1. #1
    Senior Member
    Join Date
    Oct 2001
    Posts
    118

    Urls

    I saw a tutorial, once about being able to rewrite an IPv4 ip as a long integer, does any have/ know where i can find information on this. TIA.
    There\'s no sense in being Pessimistic...it would never work anyway.

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    310
    Do you mean in binary/hex?
    script language=\"M$cript\";
    function beginError(bsod) {
    return true; }
    onLoad.windows = beginError;

  3. #3
    Senior Member
    Join Date
    Oct 2001
    Posts
    118
    No just a normal long integer ie http://<insert number here>
    There\'s no sense in being Pessimistic...it would never work anyway.

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    118
    As far as i can remember the number is a 32-bit unsigned integer, called a D-word
    There\'s no sense in being Pessimistic...it would never work anyway.

  5. #5
    Junior Member
    Join Date
    Feb 2002
    Posts
    5
    Therealmaster - 2600 had an article in v17,#3 Fall 2000 page 43 titled: "Another Way to Defeat URL Filters" -by ASM_dood.

    Here is the jist of the article. Take the IP address you want, and convert each octet into its binary form. Then take each binary octet and link them together i.e: 1.2.3.4 -> 00000001000000100000001100000100
    plug that number into a scientific calculator in binary mode and then convert to decimal i.e.
    00000001000000100000001100000100 -> 16909060
    put this in after the http://16909060
    and you have converted IP to decimal.

  6. #6
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    http://www.geektools.com/geektools-cgi/ipconv.cgi

    This is an online calculator to do the conversion for you. You can enter either the dotted-quad address (192.168.1.5) or the decimal address (3232235781) and it will do the conversion for you.
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •