Say I use php copy(), to get a file from a site.
And then a user who is using a proxy filtering service that has that site blocked, will the site still be able to copy that file for the user?
If not, would a cron job be able to?
And is the same for file_get_contents?
Cheers