MyBB Community Forums

Full Version: Remote URL Upload
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there any free scripts for remote url upload fetching link in server.
From rapidshare mediafire etc.
http://php.net/file_get_contents

$data = file_get_contents("http://community.mybb.com/thread-134474.html");
file_put_contents("/var/www/omg.com/file.html", $data);

Edit: Or are you looking to bypass the rapidshare/mediafire pages?
What do you mean by that? Are you looking to upload to those sites without visiting them? If so do a google search I'm sure it's been done before.

edit: reading through again I'm more confused to what you want.
He wants something that will convert file host urls to ones that the other file hosts will accept for remote uploads(my bad days are showing Toungue). There are scripts for this but I would hope the file hosts fixed this issue by now(pretty sure rapidshare did for their links). Since the only use for these is usually warez forums you would probably get a better answer on one of them.
Hi I want remote url upload like another hosting server to mine server remotly by links.
if anyone have free scripts pls tell me its name
(2013-02-13, 02:49 AM)bingbot Wrote: [ -> ]Hi I want remote url upload like another hosting server to mine server remotly by links.
if anyone have free scripts pls tell me its name

I just gave you a script to do it... Read my post.
thanks but what i have to do.
explain me please