Skip to main content

Edit cPanel Theme

Comments

7 comments

  • vanessa
    Can you be a little more specific about where you are trying to add these features within the interface? Is it to the stats bar, or are you trying to add icons?
    0
  • yatinthakur
    [quote="vanessa, post: 1625951">Can you be a little more specific about where you are trying to add these features within the interface? Is it to the stats bar, or are you trying to add icons?
    Hello, I want to add these features in stats bar.. Here is the preview.. /http://snag.gy/50N1u.jpg Thanks Yatin
    0
  • cPanelMichael
    Hello :) The following post should be helpful: Add new entries to stats bar Note that some of the features you have referenced look to require the use of third-party software (e.g. Cloud Linux for CPU/Memory Usage). Thank you.
    0
  • yatinthakur
    Hello, Thanks for the link.. I am managed to add new group and icon in cpanel. Now for inode usage check I have below command : Group name : Features Icon in this group : Inode usage echo "Detailed Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" could you please tell me how can I link this to icon which I added in cpanel. Thanks Yatin
    0
  • cPanelMichael
    [quote="yatinthakur, post: 1627782">could you please tell me how can I link this to icon which I added in cpanel.
    Could you elaborate on this question a little more? Is this different from the entry in the stats bar you want to add? Thank you.
    0
  • yatinthakur
    Hello, I want to show Inodes in Stats bar. As well as I have added new icon in my cpanel. Wheneven user will click on it, he should get detailed information about inodes count : like Detailed Inode usage for: /home/yatintha/public_html 227 - 24 1993 - arfooo 98 - assets 1 - cgi-bin 2 - code.jquery.com 3 - css 137 - cv2 514 - cv3 1453 - finalwp 259 - free 3 - ftp_test 7 - HG 44 - images 77 - imran 6977 - joomla30 27 - old_site 12014 - owncloud 417 - pfn 455 - redcentric 5077 - redcentric_old 33493 - site 17 - .smileys 449 - uploadftp 2524 - yii Total: 66285 for more info, Please take a look on below link : /http://snag.gy/50N1u.jpg Regards, Yatin
    0
  • yatinthakur
    Hello Using below code I managed to show indoes from cPanel.
    But its showing incorrecrt value. I need value for /home/$username. could you please guide me to call cpanel username who is currently access inode check utility ? Thanks Yatin
    0

Please sign in to leave a comment.