MyBB Community Forums

Full Version: Make a fatch link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make a fatch like option in new reply/new topic how to make this.
Fetch link means transload files from other site to my server.
Any reply?
You mean you want to upload files from other websites to your own server?

If so, you can use this:

<?php
copy('http://server.com/big.file','/local/path/big.file');
?>
Can u give bit more example how to use it.
Or can i paste this code in new reply/new thread templete for remote upload. Like attach link plugins
You have to make a new PHP file and insert those contents into the file and then upload the file to the root directory of your server.