Skip to content
Advertisement

Tag: copy

crawl and copy another sites content

I want to crawl and copy another site content (just text) and find specific content download links between specific tags . how can I do this? i am using Cpanel and Php Answer I am not sure about your question, but I think you want to do scrapping. Using PHP, you can use cURL for instance. That will load an

How to copy very large files from URL to server via PHP?

I use the following code to copy/download files from an external server (any server via a URL) to my hosted web server(Dreamhost shared hosting at default settings). However the function stops running at about once 2.5GB (sometimes 2.3GB and sometimes 2.7GB, etc) of the file has downloaded. This happens every time I execute this function. Smaller files (<2GB) rarely exhibit

How to make files not shareable?

I am developing a website with php that is about uploading and selling/buying pdf documents. Of course, I need to program it in a way that makes it impossible (or at least very hard) to copy the purchased documents. Do you know of any mechanism to do this? Is it a programming issue or rather a pdf issue? Also, are

Advertisement