I don't think that would be true for 'mirror'. I use it to suck the redhat releases, and it uses ftp. It doesn't follow 'links'...
Seems like the only real solution would have to involve access permissions...
John Holmes wrote:
If this were an issue do you really think anyone would be using PHP??
Think about it...The code is on your server. It gets parsed by PHP, and ONLY HTML IS SENT TO THE BROWSER. None of your code leaves the server.
These programs you mentioned probably follow every link and save the files and images and stuff. Well, all their going to get is the HTML generated by your PHP files, none of your code.
Your welcome.
---JH