php util log access rept - youtube video


/ Published in: Bash
Save to your folder(s)

daily hits on the youtube.video helper methods in 'utility' cls only on //ads


Copy this code and paste it in your HTML
  1. grep 'util.net.*php' /var/log/httpd/access_log | awk ' { print substr($4,2,6) } ' | sort | uniq -c

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.