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!
Hide IP Address from Users
Moderator: mkoch227
Re: Hide IP Address from Users
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 
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


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
Re: Hide IP Address from Users
Thank you so much!
That worked like a charm!!
That worked like a charm!!