Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) E:\xampp\xampp\webalizer\ drwxrwxrwx |
Viewing file: webalizer.bat (755 B) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | @ECHO OFF & SETLOCAL PUSHD %~dp0 IF EXIST webalizer.lck ( ECHO Webalizer is currently running. POPD GOTO :EOF ) ELSE ( ECHO. >webalizer.lck ) ECHO resolving IP-addresses in Apache's access logfile... ..\apache\bin\logresolve.exe -s logresolve.stat < ..\apache\logs\access.log > logresolve-access.log FINDSTR /R "^logresolve.Statistics: ^Entries: ^....With.name...: ^....Resolves....: ^....-.No.data...: ^....-.No.address: ^Cache.hits......: ^Cache.size......: ^Cache.buckets...:" logresolve.stat ECHO. ECHO generating statistic with Webalizer... webalizer.exe -c webalizer.conf logresolve-access.log ECHO. DEL logresolve.stat >nul 2>&1 DEL logresolve-access.log >nul 2>&1 DEL webalizer.lck >nul 2>&1 POPD |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]-- |