%PDF- %PDF-
Direktori : /www/varak.net/www.varak.net/ |
Current File : //www/varak.net/www.varak.net/videa.php |
<?php header("Content-type: text/plain"); $f = fopen("/www/varak.net/logs/custom_log", "r"); while(!feof($f)) { $line = fgets($f); if(strstr($line, "GET /videa/")) { echo $line; continue; } if(strstr($line, "alar.flv HTTP/1.1\" 200")) { echo $line; continue; } } fclose($f); ?>