php - Is there any solution to log if somebody get my website's pages with file_get_contents? -
for example data website file_get_contents, on local computer, upload data db , after upload db server? sorry bad english... thank replay!
your web server should log requests whether came via file_get_contents or other way. can check logs see if there distinctive these requests (like ip coming or user agent string).
once information downloaded, out of control of server , not able log if data uploaded db or other server.
Comments
Post a Comment