I need a stand alone mediafire upload function for sBorg.

Code example: http://forums.sborg.us/thread-120.html


Basically, all it needs to be is 1 or 2 functions, which will take mediafire username & password & cookie location & file location as input and give mediafire download link as output.

PHP Code: 
function MediaFireUpload($user$pass$cookie$filelocation){

    
// your codes here to:

    // login to mediafire

    // upload the file

    // retreve the download link
    
    
return $download_link;

I prefer curl based (example curl function RL_based_curl() provided in example), however you are free to use fopen based codes if you want.

Payment via Paypal or Alertpay.

.
somik Reviewed by somik on . PHP Mediafire upload function I need a stand alone mediafire upload function for sBorg. Code example: http://forums.sborg.us/thread-120.html Basically, all it needs to be is 1 or 2 functions, which will take mediafire username & password & cookie location & file location as input and give mediafire download link as output. function MediaFireUpload($user, $pass, $cookie, $filelocation){ Rating: 5