Page 1 of 1
Removing "Rate this script"???
Posted: Fri Jun 05, 2009 9:39 pm
by Amphicar770
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Just installed Hesk 2.0 and purchased the license as well. Great software!!
Adding the license removed the "powered by". But how do I also get rid of the:
"Rate this Script" and
"Stay Informed"
at the bottom of the user screen?
I am having probs with attachments but notice there are other posts about that topic.
Posted: Sat Jun 06, 2009 8:15 am
by Klemen
Thanks for supporting my work by purchasing a license!
You can remove the stay updated and rate code like this:
- open file "admin_main.php" (located inside "admin" folder) in Notepad
- delete lines 122-155:
Code: Select all
?>
<table border="0" width="100%">
<tr>
<td><b><?php echo $hesklang['stay_updated']; ?></b></td>
<td style="text-align:right"><a href="Javascript:void(0)" onclick="Javascript:hesk_toggleLayerDisplay('divCheck')"><?php echo $hesklang['sh']; ?></a></td>
</tr>
</table>
<div id="divCheck" style="display:none">
<p><?php echo $hesklang['check_updates']; ?><br />
<a href="http://www.phpjunkyard.com/check4updates.php?s=Hesk&v=<?php echo $hesk_settings['hesk_version']; ?>" target="_blank"><?php echo $hesklang['check4updates']; ?></a></p>
<p><?php echo $hesklang['join_news']; ?>.<br />
<a href="http://www.phpjunkyard.com/newsletter.php" target="_blank"><?php echo $hesklang['click_info']; ?></a></p>
</div>
<hr />
<table border="0" width="100%">
<tr>
<td><b><?php echo $hesklang['rate_script']; ?></b></td>
<td style="text-align:right"><a href="Javascript:void(0)" onclick="Javascript:hesk_toggleLayerDisplay('divRate')"><?php echo $hesklang['sh']; ?></a></td>
</tr>
</table>
<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>
<?php
- save changes, upload and test