Hide HESK references and indicators

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
kazukawaii
Posts: 6
Joined: Mon Mar 05, 2018 9:39 am

Hide HESK references and indicators

Post by kazukawaii »

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.)
alcazar
Posts: 81
Joined: Mon May 27, 2013 6:36 pm

Re: Hide HESK references and indicators

Post by alcazar »

Support the Author 8) 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.
Alcazar
(nach Diktat spazierengegangen)
kazukawaii
Posts: 6
Joined: Mon Mar 05, 2018 9:39 am

Re: Hide HESK references and indicators

Post by kazukawaii »

Why do you assume I haven't bought a licence? We have. The code still indicates HESK.
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Hide HESK references and indicators

Post by mkoch227 »

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 Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
kazukawaii
Posts: 6
Joined: Mon Mar 05, 2018 9:39 am

Re: Hide HESK references and indicators

Post by kazukawaii »

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.
Thank you Mike. We will look at that.
kazukawaii
Posts: 6
Joined: Mon Mar 05, 2018 9:39 am

Re: Hide HESK references and indicators

Post by kazukawaii »

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.
There are style sheets too, we see referenced from the public webpage. Yeah?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Hide HESK references and indicators

Post by mkoch227 »

Yep those would need updating as well.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
alcazar
Posts: 81
Joined: Mon May 27, 2013 6:36 pm

Re: Hide HESK references and indicators

Post by alcazar »

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.
You didnt say anything about having a license and since several people asked similar questions...
Alcazar
(nach Diktat spazierengegangen)
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hide HESK references and indicators

Post by Klemen »

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 :wink:
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
Post Reply