Page 1 of 1

Deleting "Rate this Script" footer

Posted: Thu Feb 11, 2010 1:28 am
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!

Posted: Fri Feb 12, 2010 4:41 pm
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>