PDA

View Full Version : Show IP



мϊкэ
01-07-2005, 06:41 PM
how can i show the user there ip on an ipb board? i tried all the other codes


<? echo "IP: $REMOTE_ADDR"; ?>

etc... but nothing works :@

Mentor
01-07-2005, 06:44 PM
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

Want to hide these adverts? Register an account for free!