Transloader v1.0 With Rename Option

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

    Transloader v1.0 With Rename Option

    ok.. here it is the url upload script with copy() function...


    please try it and do reply the same.. i will update the script as and wen i get time..

    files are saved in the same directory and chm mod it 777..
    Attached Files
    This is my new community for wap coding. Come and join and experience real wap coding
    http://leonine.6te.net

    #2
    no comments?
    This is my new community for wap coding. Come and join and experience real wap coding
    http://leonine.6te.net

    Comment


      #3
      this meant to change the file name ??
      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
        You need to add protection onto it.... a shell script could easily be uploaded as it is now

        Comment


          #5
          I know.. I just created it in a min cause someone asked me url upload with copy() function.. So tried and it works
          This is my new community for wap coding. Come and join and experience real wap coding
          http://leonine.6te.net

          Comment


            #6
            Please teach me how to use this script. i just upload it in folder upload. url for this script.

            Comment


              #7
              The server your using does not have copy disable so it will not work.
              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
                Any idea? How to make my server have copy disable?

                Comment


                  #9
                  other choice is fget like

                  $_url=$_GET["_url"];

                  PHP Code:
                  <?php 
                  $ctx 
                  stream_context_create(array( 
                      
                  'http' => array( 
                          
                  'timeout' => 
                          

                      ) 
                  ); 
                  file_get_contents("$_url"0$ctx); 
                  ?>
                  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
                    bro can you make ur php code and index.php in zip format like transload script? so i can upload and tes it.

                    Comment


                      #11
                      that is in zip mate...
                      This is my new community for wap coding. Come and join and experience real wap coding
                      http://leonine.6te.net

                      Comment


                        #12
                        i try this script in different host which support copy function and this script work.

                        Comment


                          #13
                          Thanks for your comment..
                          This is my new community for wap coding. Come and join and experience real wap coding
                          http://leonine.6te.net

                          Comment

                          Working...
                          X