Page 1 of 1

megaupload premium link generator script

Posted: Sat Sep 27, 2008 2:40 pm
by neojordan
Moved by moderator to Miscellaneous. PHP-Code is for scripting problems.

I need a code to do a website where the users insert a megaupload link and my server download de file, using my premium account, and later return a link to download the file from my server.

I can pay for it.

Re: megaupload premium link generator script

Posted: Sat Sep 27, 2008 8:03 pm
by neojordan
The moderators have moved this post because the php-code section is for scripting and what I was asking for was just a script... WTF!!! LOL

Re: megaupload premium link generator script

Posted: Sun Sep 28, 2008 10:22 am
by tkj
You would first need to do a file_get_contents() as a HTTP GET (don't know about how to log in)
Then you would need to save the file_get_contents() to a file on the server, use FWrite()

This is just how i would do it.. But i'm not sure how to program it!