HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jul 2005
    Posts
    5,622
    Tokens
    0

    Latest Awards:

    Default How Do You Get Your User IP?

    where can i find out what my user ip adress is?

    i've looked everywhere!:p

    +rep for whoever helps me!

  2. #2
    Join Date
    Apr 2005
    Posts
    14,150
    Tokens
    773

    Latest Awards:


  3. #3
    Join Date
    Jul 2005
    Posts
    5,622
    Tokens
    0

    Latest Awards:

    Default

    Hmmm, ok .

    thanks very much for that!

    Its not what\i expected but ty!

  4. #4
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    If you wanted to make your own site which displays IPs.

    Display the users IP (coded in JavaScript).
    Code:
    <script language="javascript">
    var ip = '<!--#echo var="remote_addr"-->';
    document.write(ip);
    </script>
    Display the users IP (coded in PHP).
    PHP Code:
    <?php
    $I 
    $_SERVER['REMOTE_ADDR'];
    echo 
    $I;
    ?>

  5. #5
    Join Date
    Jun 2005
    Location
    sunny Scotland
    Posts
    6,353
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Nets
    If you wanted to make your own site which displays IPs.
    Code:
    <script language="javascript">
    var ip = '<!--#echo var="remote_addr"-->';
    document.write(ip);
    </script>
    Off topic I know but didnt you leave? And I dont mean it in a nasty way.

  6. #6
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by -Benji
    Off topic I know but didnt you leave? And I dont mean it in a nasty way.
    Yeah, although I post in the web design section sometimes (and that was kind of web design related).

  7. #7
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    145
    Tokens
    0

  8. #8
    Join Date
    Jun 2005
    Location
    sunny Scotland
    Posts
    6,353
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Nets
    Yeah, although I post in the web design section sometimes (and that was kind of web design related).
    Rightyo, ok.

  9. #9
    Join Date
    Apr 2005
    Posts
    14,150
    Tokens
    773

    Latest Awards:

    Default

    Quote Originally Posted by Klocky.
    posted it allready :p

  10. #10
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    145
    Tokens
    0

    Default

    Quote Originally Posted by Nets
    Yeah, although I post in the web design section sometimes (and that was kind of web design related).
    That's not leaving then isit, when you leave, you don't post.

Page 1 of 3 123 LastLast

Posting Permissions

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