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.
megaupload premium link generator script
Moderator: General Moderators
Re: megaupload premium link generator script
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
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!
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!