I am working on editing a theme to my liking. I have done most of the physical appearance stuff, however I am trying to get a display of bandwidth limit.

I created this script at /usr/local/cpanel/base/frontent/ncs/bwmb.cgi

#!/usr/bin/perl -wT
#Shows maximum monthly data transfer in GB

$ENV{'PATH'} = '/bin:/usr/bin';
delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};

print $Cpanel::CPDATA{'BWLIMIT'}/1024/1024;
1; # for CPanel to show our output
What do I type in the section of index.html where I want to invoke it?

Also, is there any guides to creating one of those cool usage or bandwidth bars on the net?

cPanel.net Support Ticket Number: