HEX
Server: Apache
System: Linux viper.innovativeinternet.net 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
User: thetradingroom (1095)
PHP: 8.3.25
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //ibin/loopdel
#!/usr/bin/perl



#print "mkdir ".$location."/".$date."\n";
#system("mkdir ".$location."/".$date."\n");


while($line = <STDIN>) {
  chomp($line);



#print "cp db.poww.com db." . $line . "\n";

  #print "cp ".$line ." ".$location."/".$date."\n";
#system("removeme apache_log.1 ".$line. " \n");
#  system("cp ".$line ." ".$location."/".$date."\n");
#print("cd /home/".$line."/www\n");
#print("ln -s /var/log/httpd/".$line." stats\n");



# Domain List Addition to body checks

#$line =~ s|\.|\\.|;
print "-rm -rf ".$line."-\n";
#system( "rm -rf \"".$line."\"\n");

}
exit;


__END__


 if(-e "/path/to/file.txt") { true } else { false }
if(!(-e "/path/to/file.txt")) { does not exists; }