Hide IP Address from Users

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
sun28fl
Posts: 4
Joined: Thu Mar 31, 2011 2:39 am

Hide IP Address from Users

Post 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!
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hide IP Address from Users

Post 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>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
sun28fl
Posts: 4
Joined: Thu Mar 31, 2011 2:39 am

Re: Hide IP Address from Users

Post by sun28fl »

Thank you so much!
That worked like a charm!!
Post Reply