huytyskland
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sample of access log of wordpressHello @gappiah, that was not what I meant I’m afraid. I just want to ask if anyone in this community has some sample access log files that can be shared, so that I can develop my python code while the other topic is in progress.
If you have some access log, would you mind sending me a file?Forum: Fixing WordPress
In reply to: Access to WordPress website by IP@a2hostingrj my apologies for late reply. I have done some research on the Awstats tool that you suggested and it seems like I cannot automate using python.
My main goal is to create an access monitor using python, which updates the access log in real-time. I forgot to mention thisForum: Fixing WordPress
In reply to: Access to WordPress website by IPHello guys, I am so sorry for replying this late:
@a2hostingrj about the we_statistic, as far as I read, I did not see if the exported files are real-time or after a certain period of time. In my system, since I need to do some action toward accessing IP, I need to get every access to my site in real-time, otherwise, my action would be too late. Your link of how to get real IP would help me in the future to implement more advanced feature. For now, I just need to learn how to get the access real-time and implement some basic feature.
@diondesigns I read about the error_log() and it would be a great idea for more advanced feature later. For the current situation, I just need the normal log with record of access to do some basic analysis.