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

Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1.     
    #21
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
    is it still working? please confirm me.
    Quote Originally Posted by mRAza View Post
    feeling lazy SplitIce?
    here you go, just wrote now for you guys
    PHP Code: 
    <?php
    /**
     * written by mRAza
     * 11-09-2011
     *
     *
     * Usage:     $link = upFilepost($user,$password,$cookie,$file);
     **/
    function upFilepost($user,$password,$cookie,$file){
            
    $agent "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4)Gecko/20030624 Netscape/7.1 (ax)";
            
            
    $post 'email='.$user.'&password='.$password;
            
    $ch curl_init();
            
    curl_setopt($chCURLOPT_URL"http://filepost.com/general/login_form/");
            
    curl_setopt($chCURLOPT_USERAGENT$agent);
            
    curl_setopt($chCURLOPT_POST1);
            
    curl_setopt($chCURLOPT_POSTFIELDS,$post);
            
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
            
    curl_setopt($chCURLOPT_FOLLOWLOCATION0);
            
    curl_setopt($chCURLOPT_HEADER1);
            
    curl_setopt($chCURLOPT_REFERER"http://filepost.com/");
            
    curl_setopt($chCURLOPT_COOKIEFILE$cookie);
            
    curl_setopt($chCURLOPT_COOKIEJAR$cookie);
            
    $result curl_exec($ch);
            
            
    $ch curl_init();
            
    curl_setopt($chCURLOPT_URL"http://filepost.com/files/upload/");
            
    curl_setopt($chCURLOPT_USERAGENT$agent);
            
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
            
    curl_setopt($chCURLOPT_FOLLOWLOCATION0);
            
    curl_setopt($chCURLOPT_HEADER1);
            
    curl_setopt($chCURLOPT_REFERER"http://filepost.com/");
            
    curl_setopt($chCURLOPT_COOKIEFILE$cookie);
            
    curl_setopt($chCURLOPT_COOKIEJAR$cookie);
            
    $result curl_exec($ch);

            
    preg_match("#upload_url: '(.*)'#",$result,$upURL);
            
    $upURL =  $upURL[1];
            
    preg_match("#SID: '(.*)'#",$result,$SID);
            
    $SID $SID[1];
                  

            
    $post = array();
            
    $post['file']="@$file";
            
    $post['SID']=$SID;
            
    $post['Filename']= basename($file);
            
    $post['Upload']="Submit Query";

            
    $ch curl_init();
            
    curl_setopt($chCURLOPT_URL$upURL);
            
    curl_setopt($chCURLOPT_USERAGENT'Shockwave Flash');
            
    curl_setopt($chCURLOPT_POST1);
            
    curl_setopt($chCURLOPT_POSTFIELDS,$post);
            
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
            
    curl_setopt($chCURLOPT_FOLLOWLOCATION0);
            
    curl_setopt($chCURLOPT_HEADER1);
            
    curl_setopt($chCURLOPT_COOKIEFILE$cookie);
            
    curl_setopt($chCURLOPT_COOKIEJAR$cookie);
            
    $result curl_exec($ch);

            
    preg_match("#answer\":\"(.*)\"#",$result,$answer);
            
    $answer $answer[1];
            if (
    $answer ){
            
                
    $url 'http://filepost.com/files/done/'.$answer.'/?JsHttpRequest';

                
    $ch curl_init();
                
    curl_setopt($chCURLOPT_URL$url);
                
    curl_setopt($chCURLOPT_USERAGENT$agent);
                
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
                
    curl_setopt($chCURLOPT_FOLLOWLOCATION0);
                
    curl_setopt($chCURLOPT_HEADER1);
                
    curl_setopt($chCURLOPT_REFERER"http://filepost.com/");
                
    curl_setopt($chCURLOPT_COOKIEFILE$cookie);
                
    curl_setopt($chCURLOPT_COOKIEJAR$cookie);
                
    $result curl_exec($ch);
                
    curl_close($ch);

                
    preg_match("#id=\"down_link\" class=\"inp_text\" value=\"(.*)\"#",$result,$link);
                if(
    $link) {
                    return 
    $link[1];

            }

            }
            
            return 
    false;
            
    }        


    ?>

  2.     
    #22
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Its working from my end here

  3.   Sponsored Links

  4.     
    #23
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
    my files getting upload to my account but not getting download link.

  5.     
    #24
    Member
    Website's:
    WarezRocker.info Share4U.org Imdb.WarezRocker.info DownTurko.org Host-Palace.com HeroTurko.pro
    i am getting this error massage in my cookie file:

    Code: 
    .filepost.com	TRUE	/	FALSE	1326046006	error	Method%20%22submit%22%20not%20found%20in%20class%20%22Module_files__done%22%20in%20module%20%22files%3Adone%22%21

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Help] PHP Curl Uploader to RapidShare Problem
    By heppinnz in forum Web Development Area
    Replies: 2
    Last Post: 29th Nov 2011, 06:28 AM
  2. PHP CURL LulzImg Uploader
    By heppinnz in forum Web Development Area
    Replies: 2
    Last Post: 2nd Sep 2011, 03:43 PM
  3. Catalyst Uploader v1.0. ONE CLICK FULL FEATURED UPLOADER
    By becoolufull in forum File Host Discussion
    Replies: 1
    Last Post: 27th Oct 2010, 02:16 PM
  4. [Hiring] Paid Uploader - MagikalMusic.com - Uploader for Music Albums
    By Young Star-G in forum Completed Transactions
    Replies: 10
    Last Post: 18th Oct 2010, 07:43 PM
  5. fileserver error uploader file & image uploader
    By logitec100 in forum Webmaster Resources
    Replies: 0
    Last Post: 16th Sep 2010, 10:05 PM

Tags for this Thread

BE SOCIAL