Page 1 of 1

Hide IP Address from Users

Posted: Thu Mar 31, 2011 3:09 am
by sun28fl
Script URL:
Version of script: 2.2
Hosting company: GoDaddy
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Above the Submit button, the user sees "12.345.678.90 recorded as your IP Address" right before submitting a ticket.

In which file can I comment this out? I don't mind seeing the user's IP Address from the Admin pages, but I wish to hide it from the users.

Thank you!

Re: Hide IP Address from Users

Posted: Thu Mar 31, 2011 10:36 am
by Klemen
Open index.php in a plain text editor and delete

Code: Select all

<li><?php echo htmlspecialchars($_SERVER['REMOTE_ADDR']).' '.$hesklang['recorded_ip']; ?></li>

Re: Hide IP Address from Users

Posted: Fri Apr 01, 2011 3:15 am
by sun28fl
Thank you so much!
That worked like a charm!!