Hi
below is a how to on how I integrated MyLittleAdmin & MyLittleBackup icons in to Enkompass
First backup C:\Program Files\cPanel\Enkompass\WebInterface\WSOI\frontend\x3\default.aspx to your desktop or somewhere safe, then you have a backup to roll back too if this goes wrong for you.
open default.aspx in a html editor (or install notepad++ on the enkompass server)
around line 759 find:
<div class="item" id="SqlWebAdminDisabled" runat="server" visible="false">
<asp:LinkButton ID="lbtnSqlWebAdminIcon" runat="server"
CssClass="itemlink"
ToolTip="<%$Resources:Resource, common.code.UnavailableWhileImpersonating %>"
Enabled="false">
<div style="border:0px" class="spriteicon_img" id="icon-sqlwebadmin_disabled"> </div>
</asp:LinkButton>
<asp:LinkButton ID="lbtnSqlWebAdminLink" runat="server"
Text="<%$Resources:Resource, default_SqlWebAdmin_heading %>"
ToolTip="<%$Resources:Resource, common.code.UnavailableWhileImpersonating %>"
Enabled="false"
CssClass="disableLink">
</asp:LinkButton>
</div>
below it add this:
<!-- MyLittleAdmin block start --><div class="item"><a class="itemlink" href="http://URL TO MyLittleAdmin" target="_new"><div class="spriteicon_img" style="border:0px;background:url('images/mlt.gif') no-repeat !important;width:32px;height:32px"> </div></a><a href="http://URL TO MyLittleAdmin" target="_new">MyLittleAdmin For SQL Server</a></div><!-- MylittleAdmin block end -->
<!-- MyLittleBackup block start --><div class="item"><a class="itemlink" href="http://URL TO MyLittleBackup" target="_new"><div class="spriteicon_img" style="border:0px;background:url('images/mlt.gif') no-repeat !important;width:32px;height:32px"> </div></a><a href="http://URL TO MyLittleBackup" target="_new">MyLittleBackup For SQL Server</a></div><!-- MyLittleBackup block end -->
replace all red links to the login page to your MLA or MLB
save the file
then, on your enkompass server go to Internet explorer, open http://www.myenkompass.com/mlt.gif right click and save image to desktop then COPY and paste (not cut and paste) this file to C:\Program Files\cPanel\Enkompass\WebInterface\WSOI\frontend\x3\images\
I too have attached the mlt.gif file to this forum post.
then login to WSOI, next to phpmyadmin/sql administrator, you should then see the links to MyLittleAdmin and MyLittleBackup



LinkBack URL
About LinkBacks

Reply With Quote




