Mattg Posted February 5, 2008 Share Posted February 5, 2008 I was curious if anyone else has integrated their admin area? I was just playing around with mines and like the way it turned out. http://integration.hostpenguin.net/adminarea.gif 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted February 5, 2008 Share Posted February 5, 2008 Heh neat Don't get too into it though, it's getting a bit of a makeover in 3.6.0 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted February 5, 2008 Share Posted February 5, 2008 Nice job. I don't have much time to contribute to Admin side template to be honest. Maybe if it's not busy and i'm bored one day hehe. 0 Quote Link to comment Share on other sites More sharing options...
Mattg Posted February 5, 2008 Author Share Posted February 5, 2008 Thanks everyone and the only reason why I did it was because the default style was getting old to me 0 Quote Link to comment Share on other sites More sharing options...
Daniel Posted February 5, 2008 Share Posted February 5, 2008 I've changed the logo, but that's about it. The colour of the admin area is pretty close to our site anyway. Looks like you put alot of work into that Matt. How long did it take? 0 Quote Link to comment Share on other sites More sharing options...
Mattg Posted February 5, 2008 Author Share Posted February 5, 2008 It took about an hour to do all that work. I wish I could of done so much more but i'm limited into what I can with no templates. 0 Quote Link to comment Share on other sites More sharing options...
MikeDVB Posted February 15, 2008 Share Posted February 15, 2008 I've not seen a point in doing it myself, as all of my staff know that we use WHMCS, heck even my clients probably do I've not unbranded it. =) Mike 0 Quote Link to comment Share on other sites More sharing options...
amnesia Posted February 17, 2008 Share Posted February 17, 2008 I'm surprised this option is not in there by default but I have added 'live server loads' into my admin panel. Its nice to watch the load of my servers update in real time right from the admin homepage.... and of course I changed the logo and colors as well 0 Quote Link to comment Share on other sites More sharing options...
railto Posted February 19, 2008 Share Posted February 19, 2008 I'm surprised this option is not in there by default but I have added 'live server loads' into my admin panel. Its nice to watch the load of my servers update in real time right from the admin homepage.... and of course I changed the logo and colors as well quickie, how did u do that, importing the live server loads? 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted February 19, 2008 Share Posted February 19, 2008 Was going to askt that, damn you Mark 0 Quote Link to comment Share on other sites More sharing options...
amnesia Posted February 21, 2008 Share Posted February 21, 2008 I placed a php file on each server that displays only the load and made it meta refresh every 2 seconds, then I created a table on my admin home page with iframes that displayed the load pages on each server. My admin panel now looks like the attached image with the load updating every 2 seconds. 0 Quote Link to comment Share on other sites More sharing options...
amnesia Posted February 21, 2008 Share Posted February 21, 2008 attached is the load.php file that I place on each server to monitor the load with. I generally place it in the whmcs status folder that I put on each server. I then use iframes in the whmcs admin panel to display the load.php file for each server I have. im sure I could use javascript or something to improve this but so far this works great and gives me the results I want. load.zip 0 Quote Link to comment Share on other sites More sharing options...
amnesia Posted February 21, 2008 Share Posted February 21, 2008 BTW: this is where I got the idea from: http://www.status2k.com/demo/ I wish matt would add more features like that to WHMCS as it would make it easier to provide full 'support' to my clients needs by better monitoring my servers for uptime.... since whmcs is billing and support for clients, I would like to request more features like that be added to WHMCS 0 Quote Link to comment Share on other sites More sharing options...
AVeal Posted February 21, 2008 Share Posted February 21, 2008 Care to upload your 'Homepage.tpl' 0 Quote Link to comment Share on other sites More sharing options...
amnesia Posted February 21, 2008 Share Posted February 21, 2008 Here is the (slightly modified) code I use in my 'homepage.tpl' file, you will need to adjust it for your needs (such as IP and location of the load.php file): <br /> <h1>Server Status <a target="_blank" name="servers" href="http://status.yoursite.com/" style="font-size:10px;">Check Detailed Server Status</a></h1> <table width=100% bgcolor="#cccccc" cellspacing=1 id="adminhometable"> <tr style="background-color:#efefef;font-weight:bold;text-align:center"><td>Server Number</td><td>Server Name</td><td>IP Address</td><td>Load Now</td></tr> <tr bgcolor="#ffffff"> <td align="center"> Server 1</td> <td align="center"> <a target="_blank" href="https://69.000.11.00:2087/">hostname-goes-here.com</a></td> <td align="center"> 69.000.11.00</td> <td align="center"> <IFRAME SRC="http://location_of_file/load.php" height=14 width=22 FRAMEBORDER=0 SCROLLING=NO> NO IFRAME</IFRAME> </td> </tr> </table> * I placed the above code directly under this existing code: <p align="center"><input type="button" value="Generate Invoices" class="button" onClick="generateInvoices()">{if $showattemptccbutton} <input type="button" value="Attempt CC Payments" class="button" onClick="window.location='{$smarty.server.PHP_SELF}?attemptccpayments=true'">{/if}</p> If anyone can offer improvements to this, I will be glad to hear them! Also - Matt, you may want to put this under 'user contributions' as others may find a use for this as well 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.