Is there a recommended or easy way to hide any reference or indicators to HESK from viewing the publically visible code?
(We want to make sure our clients can't see what software was used, and also reduce chance for hackers to recognise the site.)
Hide HESK references and indicators
Moderator: mkoch227
Re: Hide HESK references and indicators
Support the Author
by purchasing a hesk license to hide visible (c) and references.
But me dont think you may remove them for the code itself (for which you would have to edit nearly all files btw).
Dont know if customers care which ticketsystem or helpdesk is used to solve their issues, even without any visible reference you may find out which script is used.

But me dont think you may remove them for the code itself (for which you would have to edit nearly all files btw).
Dont know if customers care which ticketsystem or helpdesk is used to solve their issues, even without any visible reference you may find out which script is used.
Alcazar
(nach Diktat spazierengegangen)
(nach Diktat spazierengegangen)
-
- Posts: 6
- Joined: Mon Mar 05, 2018 9:39 am
Re: Hide HESK references and indicators
Why do you assume I haven't bought a licence? We have. The code still indicates HESK.
Re: Hide HESK references and indicators
Any code in .php files should not be visible to the user, so nothing to worry about there (unless you turn off PHP parsing, but then the whole helpdesk won't work
). The only file I can think of that they can possibly see is hesk_javascript.js, and all of the JavaScript methods begin with "hesk_", so those would need renaming if you're trying to obfuscate everything.

Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 6
- Joined: Mon Mar 05, 2018 9:39 am
Re: Hide HESK references and indicators
Thank you Mike. We will look at that.mkoch227 wrote: Fri Nov 16, 2018 6:25 pm Any code in .php files should not be visible to the user, so nothing to worry about there (unless you turn off PHP parsing, but then the whole helpdesk won't work). The only file I can think of that they can possibly see is hesk_javascript.js, and all of the JavaScript methods begin with "hesk_", so those would need renaming if you're trying to obfuscate everything.
-
- Posts: 6
- Joined: Mon Mar 05, 2018 9:39 am
Re: Hide HESK references and indicators
There are style sheets too, we see referenced from the public webpage. Yeah?mkoch227 wrote: Fri Nov 16, 2018 6:25 pm Any code in .php files should not be visible to the user, so nothing to worry about there (unless you turn off PHP parsing, but then the whole helpdesk won't work). The only file I can think of that they can possibly see is hesk_javascript.js, and all of the JavaScript methods begin with "hesk_", so those would need renaming if you're trying to obfuscate everything.
Re: Hide HESK references and indicators
Yep those would need updating as well.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Hide HESK references and indicators
You didnt say anything about having a license and since several people asked similar questions...kazukawaii wrote: Fri Nov 16, 2018 6:02 pm Why do you assume I haven't bought a licence? We have. The code still indicates HESK.
Alcazar
(nach Diktat spazierengegangen)
(nach Diktat spazierengegangen)
Re: Hide HESK references and indicators
There's no 100% sure way of hiding the system used. Someone familiar with Hesk will have no problems determining if a website is using Hesk or not.
That said, things that you can do easily are:
1. purchase a license
2. rename hesk_style.css and hesk_javascript.js file and link to them in inc/header.inc.php
3. delete the "docs" folder
If you want to be even more complete, rename all the functions in the javascript file (remove the hesk_ prefix) and all the files that use those functions. This needs to be done precisely and thoroughly though or it may result in problems/bugs.
Keep in mind any changes you do (except the basic ones) will make it much harder to update your Hesk to the latest version in the future.
P.s.: did some language cleanup, please keep the discussion positive and helpful. Thank you
That said, things that you can do easily are:
1. purchase a license
2. rename hesk_style.css and hesk_javascript.js file and link to them in inc/header.inc.php
3. delete the "docs" folder
If you want to be even more complete, rename all the functions in the javascript file (remove the hesk_ prefix) and all the files that use those functions. This needs to be done precisely and thoroughly though or it may result in problems/bugs.
Keep in mind any changes you do (except the basic ones) will make it much harder to update your Hesk to the latest version in the future.
P.s.: did some language cleanup, please keep the discussion positive and helpful. Thank you

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