Deleting "Rate this Script" footer

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
gocars
Posts: 1
Joined: Thu Feb 11, 2010 1:06 am

Deleting "Rate this Script" footer

Post by gocars »

Script URL: www.vistacollege.edu/hdesk
Version of script: 2.1
Hosting company: Bluehost
URL of phpinfo.php: www.vistacollege.edu/hdesk/phpinfo.php
URL of session_test.php: www.vistacollege.edu/hdesk/session_test.php
What terms did you try when SEARCHING for a solution: Delete Rate this Script.

I purchased a license and after uploading the hesk_license.php file it removed the hesk reference and its link. However, on the admin/admin_main.php webpage there is a "Rate this Script" footer with a show/hide toggle that shows several links. How do I get rid of this footer?

BTW, I think this is a great script!
Vic
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Open file "admin_main.php" located in the "admin" folder in Notepad and delete lines 135-141:

Code: Select all

<div id="divRate" style="display:none">
<p><?php echo $hesklang['please_rate']; ?>:</p>
<p><a href="http://www.hotscripts.com/Detailed/46973.html" target="_blank"><?php echo $hesklang['rate_script']; ?>
 @ Hot Scripts</a></p>
<p><a href="http://php.resourceindex.com/detail/04946.html" target="_blank"><?php echo $hesklang['rate_script']; ?>
 @ The PHP Resource Index</a></p>
</div>
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