Mass Remote Upload

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mass Remote Upload

    Hey Guys,
    i have a mass url upload or mass remote upload script but it never does work.. I have tried modifying it a lot but it doesn't transload.. When i put some urls in input box.. All files transfered are of 0kb.. Ew... Tired getting it done.. Anyone with little help?
    This is my new community for wap coding. Come and join and experience real wap coding
    http://leonine.6te.net

    #2
    Anyone if possessing the script, do share.. Thanks
    This is my new community for wap coding. Come and join and experience real wap coding
    http://leonine.6te.net

    Comment


      #3
      PHP Code:
      <?php
       $locations 
      = array(
       
      "file1" => "[url here]",
       
      "file2" => "[url here]",
       
      "file3" => "[url here]",
       
      "file4" => "[url here]"
       
      );

      $mh curl_multi_init();
      $threads null;
      foreach (
      $locations as $name => $url
      {
              
      $c[$name]=curl_init($url);
              
      $f[$name]=fopen ($name.".xml""w");
              
      curl_setopt ($c[$name], CURLOPT_FILE$f[$name]);
              
      curl_setopt ($c[$name], CURLOPT_TIMEOUT,600);
              
      curl_multi_add_handle ($mh,$c[$name]);
      }

      $t1 time();

      do 
      {
          
      $n=curl_multi_exec($mh,$threads);
          if (
      time() > $t1 2)
          {
              echo 
      "keep-alive" ."<br/>";
              
      $t1 time();    
          }
      }
      while (
      $threads 0);

      foreach (
      $locations as $name => $url
      {
          
      curl_multi_remove_handle($mh,$c[$name]);
          
      curl_close($c[$name]);
          
      fclose ($f[$name]);
      }
      curl_multi_close($mh);

      ?>
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #4
        I don't want limited files input.. Like one input Box in which i insert all files links.. Then i could transload.
        This is my new community for wap coding. Come and join and experience real wap coding
        http://leonine.6te.net

        Comment


          #5
          $locations = array(
          "file1" => "[url here]",
          "file2" => "[url here]",
          "file3" => "[url here]",
          "file4" => "[url here]"
          );


          If your planing to download using one click find it will not happen...

          Also note you cant download nothing unless the other server knows about it...

          zip
          rar
          txt
          jpg

          and others can be downloaded

          But files that cant be downloaded is

          php
          html
          wml
          asp
          pl
          cgi

          if so your planing to steal others script by using curl that plan will not work you will fail !!
          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
          Visit: WapMasterz Coming Back Soon!
          _______
          SCRIPTS FOR SALE BY SUBZERO
          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
          _______
          Info & Tips
          php.net
          w3schools.com

          Comment


            #6
            I think you misunderstood..
            I don't want to command script to leech all files from other server.. I will put all my direct files in the input.. Like
            domain.com/file.zip
            domain.com/file2.zip
            domain.com/file3.zip and so on.. So the script should transfer all the mentione links files.. M i clear now.
            This is my new community for wap coding. Come and join and experience real wap coding
            http://leonine.6te.net

            Comment


              #7
              $locations = array(
              "file1" => "[url here]",
              "file2" => "[url here]",
              "file3" => "[url here]",
              "file4" => "[url here]"
              );

              Once again
              file 2197492i87492874892748423
              1278673481274389127489123
              1293472198391238
              129847129847891243

              Just add on top bro THATS it ;)
              Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
              Visit: WapMasterz Coming Back Soon!
              _______
              SCRIPTS FOR SALE BY SUBZERO
              Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
              FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
              _______
              Info & Tips
              php.net
              w3schools.com

              Comment


                #8
                Nope aint working don't know why.. Well, can you make up php files and upload here.. Getting blank page.
                This is my new community for wap coding. Come and join and experience real wap coding
                http://leonine.6te.net

                Comment


                  #9
                  did you check your folder ???
                  Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                  Visit: WapMasterz Coming Back Soon!
                  _______
                  SCRIPTS FOR SALE BY SUBZERO
                  Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                  FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                  _______
                  Info & Tips
                  php.net
                  w3schools.com

                  Comment


                    #10
                    Yup.. Not working
                    This is my new community for wap coding. Come and join and experience real wap coding
                    http://leonine.6te.net

                    Comment


                      #11
                      it depends on ur hosting.most free hosting will not allow u to transload

                      Comment


                        #12
                        Use copy(src, dest) functinn to remote upload.

                        Btw i have this script.
                        and im a big ass for not sharing it
                        Last edited by riderz; 30.04.10, 08:42.

                        Comment


                          #13
                          might check allow_url_fopen On
                          left wap stuff

                          Comment


                            #14
                            My hosting provides the cURL as my single url upload script is working but as mass url upload is not working there seems to be problem in script..
                            This is my new community for wap coding. Come and join and experience real wap coding
                            http://leonine.6te.net

                            Comment


                              #15
                              @neostar do share it with me..
                              This is my new community for wap coding. Come and join and experience real wap coding
                              http://leonine.6te.net

                              Comment

                              Working...
                              X