Removing "Rate this script"???

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Amphicar770
Posts: 15
Joined: Fri Jun 05, 2009 9:33 pm

Removing "Rate this script"???

Post 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.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
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