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!


Results 1 to 2 of 2

Thread: Show IP

  1. #1
    Join Date
    Aug 2004
    Location
    Over there. ^_^
    Posts
    1,100
    Tokens
    0

    Latest Awards:

    Default Show IP

    how can i show the user there ip on an ipb board? i tried all the other codes

    PHP Code:
    <? echo "IP: $REMOTE_ADDR"?>
    etc... but nothing works :@
    *Image Removed


    Ahemm.. How exactly was my sig innapropriate?
    Goddamit i hate this forum :@
    I RESIGN FROM GRAPHICS DESIGNER :@ :@ :@

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Ipb, compiles the pages via varibles so echo statments wouldnt wrok, you would have to set the varible to the outpout vaible you wants

    for exsmaple

    $this->output .= "IP: ".$REMOTE_ADDR ;


    Also the skin files and wrapper etc dont support normal php

Posting Permissions

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