ssilvius

Active Member
May 20, 2003
32
0
156
<cpanel print="$CPDATA{'BWLIMIT'}"> shows the bytes that the package / user is limited too. if it's unlimitied it shows nothing. You'll need to wrap it in javascript for it to be of use. Like:

Code:
<SCRIPT>
bwl = <cpanel print="$CPDATA{'BWLIMIT'}"> / 1048576;
document.write ( String(bwl));
</SCRIPT>
Took me a good long time to figure that one out. I though it was brokenjunk also.
 
Last edited:
Thread starter Similar threads Forum Replies Date
N User Experience 4
Similar threads
Total Beginner