Help Desk Software (HESK) Null Request

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
Hello Good day,

I would like to request for this script to be nulled. It has been requested before but download is currently unavailable. So i'm requesting for it again.

Although it is a free script but there are few things restricting free usage.

1. The footer copyright credit. I would like to edit it to my own custom footer copyright. Please if you could kindly show me how.

2. There is an indicator on the admin page constantly indicating to buy license. If that could be removed without errors.

Thank you.
 

Attachments

  • hesk312.zip
    2.5 MB · Views: 53

wooyihoo

Active member
Babiato Lover
Trusted Uploader
Oct 26, 2020
159
69
28
Hello Good day,

I would like to request for this script to be nulled. It has been requested before but download is currently unavailable. So i'm requesting for it again.

Although it is a free script but there are few things restricting free usage.

1. The footer copyright credit. I would like to edit it to my own custom footer copyright. Please if you could kindly show me how.

2. There is an indicator on the admin page constantly indicating to buy license. If that could be removed without errors.

Thank you.
You don't need nulling as this is doesn't require license codes on install and on use.

Ok for your problem, here's my solution:

1. we have to hide the footer thru css first, then remove it from DOM thru javascript. First, edit head.txt and add this code (to hide it first):

Code:
<style type="text/css">
        .footer p {
            display: none !important;
        }
        .footer {
            height: 20px !important;
        }
    </style>

then edit footer.txt and add this code to completely remove from DOM:
Code:
<script>
    var el=document.querySelector('footer.footer p');
      el.parentNode.removeChild(el);
</script>


2. go to admin > admin_main.php use your editor and find this line:
Code:
if(!file_exists(dirname(dirname(__FILE__))."\x2f\150"

modify to this (just removing the exclamation):
Code:
if(file_exists(dirname(dirname(__FILE__))."\x2f\150"

Methods here, will not break the functionality of the software.
 
Last edited:

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
This worked Perfectly :love:

2. go to admin > admin_main.php use your editor and find this line:
Code:
if(!file_exists(dirname(dirname(__FILE__))."\x2f\150"

modify to this (just removing the exclamation):
Code:
if(file_exists(dirname(dirname(__FILE__))."\x2f\150"

Methods here, will not break the functionality of the software.

I need to ask, the message I quoted above, what's the main function of removing that
 

emsolink

New member
Aug 10, 2020
11
1
3
The method above did not work for me, i only get a blank screen.

Didn't work for the new version too ( version 3.2.2).

Can't the php code be decoded and the "powered by ....." Removed?

Please someone should help.
 

alghorabaa

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Jul 25, 2020
347
1,079
93
Hello Good day,

I would like to request for this script to be nulled. It has been requested before but download is currently unavailable. So i'm requesting for it again.

Although it is a free script but there are few things restricting free usage.

1. The footer copyright credit. I would like to edit it to my own custom footer copyright. Please if you could kindly show me how.

2. There is an indicator on the admin page constantly indicating to buy license. If that could be removed without errors.

Thank you.
If you are still using the script, please follow my resource page to get the latest updates, nulled by me exclusive on Babiato.

 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu