403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/webmin/virtualmin-awstats/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/webmin/virtualmin-awstats/run-all-awstats.pl
#!/usr/bin/perl
# Run AWStats reports for all virtual servers
use strict;
use warnings;
our $module_name;
our $cron_cmd;

our $no_acl_check++;
$ENV{'WEBMIN_CONFIG'} ||= "/etc/webmin";
$ENV{'WEBMIN_VAR'} ||= "/var/webmin";
if ($0 =~ /^(.*\/)[^\/]+$/) {
	chdir($1);
	}
chop (my $pwd = `pwd`);
$0 = "$pwd/run-all-awstats.pl";
require './virtualmin-awstats-lib.pl';
$< == 0 || die "run-all-awstats.pl must be run as root";

&foreign_require("cron", "cron-lib.pl");
&foreign_require("virtual-server", "virtual-server-lib.pl");
&cron::create_wrapper($cron_cmd, $module_name, "awstats.pl");
foreach my $d (&virtual_server::list_domains()) {
	next if (!$d->{$module_name});
	print "Running AWStats for $d->{'dom'}\n";
	system("$cron_cmd $d->{'dom'}");
	}


Youez - 2016 - github.com/yon3zu
LinuXploit