Bucket Posted December 20, 2008 Share Posted December 20, 2008 How do I edit this script to make it show the ip, when I put it in the tpl file and try to see my ip it wont show... What do I have to edit? Like I heard of those {$TEXT} {text} statements but do not know what to do... <?php print ('Your IP is: '.$_SERVER['REMOTE_ADDR'].'.'); ?> 0 Quote Link to comment Share on other sites More sharing options...
minadreapta Posted December 21, 2008 Share Posted December 21, 2008 {php} print ('Your IP is: '.$_SERVER['REMOTE_ADDR'].'.'); {/php} have you tried this? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.