Activity Stream
48,167 MEMBERS
61563 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Respected Developer
    Website's:
    X4B.org

    Default Coder to do some quick and cheap code

    Need someone to write classes to upload a given file to various filehosts (members accounts, collectors accounts or whatever they are called must be utilised).

    Looking to get around 10 written. Will pay $10 each. $100 in total for about 4-8 hours work depending on your skill.

    An example is given below, can use rapidleech implementation as a guideline if you wish, infact all of mine including the one below where made using rl.
    PHP Code: 
    class rs {
            public function 
    Upload($file) {
                if (! 
    file_exists $file )) {
                    die ( 
    "The file <b>$file</b> does not exist" );
                }
                
    $matches = array();
                
    $rsrv file_get_contents 'http://rapidshare.com/cgi-bin/rsapi.cgi?sub=nextuploadserver_v1' );
                
    $url "http://rs{$rsrv}.rapidshare.com/cgi-bin/upload.cgi";;
                
    $postData = array ();
                
    //simulates <input type="file" name="filecontent">
                
    $postData ['filecontent'] = "@$file";
                
    $postData ['submit'] = "Upload!";
                    
    $postData ['freeaccountid'] = 'splitice4';
                    
    $postData ['password'] = '-';
                
    $postData ['rsapi_v1'] = "1";
                
    $ch curl_init ();
                
    curl_setopt $chCURLOPT_URL$url );
                
    curl_setopt $chCURLOPT_RETURNTRANSFER);
                
    curl_setopt $chCURLOPT_POST);
                
    curl_setopt($chCURLOPT_NOPROGRESStrue);
                echo(
    "Sending <b>$file</b> to RapidShare.com\r\n");
                
    curl_setopt $chCURLOPT_POSTFIELDS$postData );
                
    $response curl_exec $ch );
                if (
    strstr $response"http://rapidshare.com/files/" )) {
                    
    $url strstr $response"http://rapidshare.com/files/" );
                    
    $url substr $url0strpos $url"\n" ) );
                    return 
    $url;
                }
                return 
    false;
            }
        } 
    Input: File
    Output: false on failure
    URL (string) on success.

    Hosts needed:
    FileServe
    Hotfile
    SendSpace
    FileFactory
    Badongo
    Load.to
    SharedZilla
    NetLoad
    EasyShare
    FlyUpload


    Interested? Add me on MSN: splitice [spam.AT.spam] hotmail.com

    And if you do good I have more code needing to be done
    SplitIce Reviewed by SplitIce on . Coder to do some quick and cheap code Need someone to write classes to upload a given file to various filehosts (members accounts, collectors accounts or whatever they are called must be utilised). Looking to get around 10 written. Will pay $10 each. $100 in total for about 4-8 hours work depending on your skill. An example is given below, can use rapidleech implementation as a guideline if you wish, infact all of mine including the one below where made using rl. class rs { public function Upload($file) { Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Pirateview.org Gfxs.org StarkWood.org
    I can code if you just do the analysis part like what POST fields to send, on which link, what to return and all these shits..

  4.     
    #3
    Banned
    Hey NucleA Download RapidLeech and check its Plugins
    They have ALL THE INFO

  5.     
    #4
    Respected Developer
    Website's:
    X4B.org
    Sorry guys hired someone for the first set now, Ill have more to do in the next couple of days though + if he doesnt work out Ill still award it to someone who posts so post away

  6.     
    #5
    You can call me G
    I have FS, HF Megashares ready.. had made them for my scrit

    Added u in msn..



    My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz

  7.     
    #6
    Respected Developer
    Website's:
    X4B.org
    I cant see you on my MSN, msg me.

    Im interested in megashares since thats not being developed already.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Hiring] Quick vBulletin code edit...
    By DOPE in forum Completed Transactions
    Replies: 7
    Last Post: 1st Nov 2011, 08:41 PM
  2. Replies: 1
    Last Post: 27th Aug 2011, 01:45 PM
  3. [Hiring] PHP coder for quick & easy job
    By ebizzz in forum Completed Transactions
    Replies: 0
    Last Post: 19th Jul 2011, 10:41 PM
  4. [Hiring] C++ Coder for a quick Job. 10$
    By MisterL in forum Completed Transactions
    Replies: 7
    Last Post: 12th May 2011, 03:20 PM
  5. [Hiring] C# coder - Quick work
    By pankaj in forum Completed Transactions
    Replies: 0
    Last Post: 3rd Jul 2010, 02:27 PM

Tags for this Thread

BE SOCIAL