megaupload premium link generator script

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
neojordan
Forum Newbie
Posts: 2
Joined: Sat Sep 27, 2008 2:34 pm

megaupload premium link generator script

Post 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.
neojordan
Forum Newbie
Posts: 2
Joined: Sat Sep 27, 2008 2:34 pm

Re: megaupload premium link generator script

Post 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
tkj
Forum Newbie
Posts: 9
Joined: Sun Sep 28, 2008 5:55 am

Re: megaupload premium link generator script

Post 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!
Post Reply