Euro 2024 sweepstakes!
Prizes to be won this summer! Click here to take part, and find yourself a team to cheer on!
Show your pride!
Rainbows galore in our forum shop, including snazzy colours for your username and even a rainbow-coloured... football?
Join Habbox!
Be part of the Habbox family - there are so many roles to pick from! Click here to get your application rolling


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
  •