4shared soap api based grabber with search by extension !

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

    4shared soap api based grabber with search by extension !

    You may modify this and get it work with any extension ,
    this one is maked for music , and is requesting direct download link by soap client with login !

    You need an account on 4shared .

    Enjoy

    Demo :

    http://gowap.asia/4shared/


    More info (search in page for "search" ) :

    SOAP API - 4shared wiki

    Added after 12 minutes:

    Hmmm this is 100$ worth script

    3 or 4 lines worth 100 bucks ) lol .. ..

    Yeah , i know ... for sale in market , this script "based on soap api" is for sale on web

    i made one , easy task.
    Attached Files
    Last edited by just_m3.; 18.02.13, 14:13.
    This is ten percent luck, twenty percent skill
    Fifteen percent concentrated power of will
    Five percent pleasure, fifty percent pain

    And a hundred percent reason to remember the name!

    #2
    Thanks brother...you rock !!

    Comment


      #3
      Originally posted by vampiric
      How to edit this on search other files.
      Follow
      SOAP API - 4shared wiki
      (upper link)
      This is ten percent luck, twenty percent skill
      Fifteen percent concentrated power of will
      Five percent pleasure, fifty percent pain

      And a hundred percent reason to remember the name!

      Comment


        #4
        Excelent... Thanks for sharing bro...

        Comment


          #5
          I got a private message question ,

          why 4shared script? 'Fisierul nu este disponibil reincarca pagina !'
          i think it's useful for all ->


          That tells you that 4shared file doesn't exist , or isn't available , that is a protection act so your user will not be redirected to 4shared and see they'r error page .
          This is ten percent luck, twenty percent skill
          Fifteen percent concentrated power of will
          Five percent pleasure, fifty percent pain

          And a hundred percent reason to remember the name!

          Comment


            #6
            thanks for this

            Comment


              #7
              Hi all! I made some changes to work with any extension so I want to share with all of you!

              [DEMO]: http://multiwap.zz.mu/4shared.php

              [NOTE]: Please enter the details of your 4shared account in the file: "config.php" for this to work!
              Attached Files
              Last edited by Freddynic159; 30.03.13, 15:40.

              Comment


                #8
                Great stuff, working fine my side.

                PS. How can we remove the default searches on the 4shared.php so that it only shows the search field.

                Thanks

                Comment


                  #9
                  Originally posted by The Fox View Post
                  Hi all! I made some changes to work with any extension so I want to share with all of you!

                  [DEMO]: http://multiwap.zz.mu/4shared.php

                  [NOTE]: Please enter the details of your 4shared account in the file: "config.php" for this to work!
                  good job, its very important to 4shared mobile downloaders.

                  Comment


                    #10
                    Originally posted by brentg View Post
                    Great stuff, working fine my side.

                    PS. How can we remove the default searches on the 4shared.php so that it only shows the search field.

                    Thanks
                    Did not quite understand, could you explain better?

                    Added after 3 minutes:

                    Originally posted by charith7788 View Post
                    good job, its very important to 4shared mobile downloaders.
                    You're welcome bro... It is a pleasure for me to share!
                    Last edited by Freddynic159; 30.03.13, 15:38.

                    Comment


                      #11
                      Originally posted by The Fox View Post
                      Hi all! I made some changes to work with any extension so I want to share with all of you!

                      [DEMO]: http://multiwap.zz.mu/4shared.php

                      [NOTE]: Please enter the details of your 4shared account in the file: "config.php" for this to work!
                      bro when i click the next button in the bottom of the search result page, it comes with 2nd page with type of mp3 as default, check it out

                      Comment


                        #12
                        Originally posted by charith7788 View Post
                        bro when i click the next button in the bottom of the search result page, it comes with 2nd page with type of mp3 as default, check it out
                        To solve this problem just change this line in the file "4shared.php"

                        PHP Code:
                        if($page>1)
                        $ppage $page-1;
                        echo 
                        "<a href=\"4shared.php?page=".$ppage."&amp;query=".htmlspecialchars($_GET['query'])."\">« Prev</a> | ";
                        }

                        //if the number of files can't be divided by 10 (pages)
                        //add 1 to show the rest of items available
                        if ($toate 10 !== 0) {$total=$total_pages+1;} 
                        //if the number of files can be divided by 10 (pages)
                        else{$total $total_pages;}

                        if(
                        $page<$total)

                        $addpage $page+1;
                        echo 
                        "<a href=\"4shared.php?page=".$addpage."&amp;query=".htmlspecialchars($_GET['query'])."\">Next Â»</a>";
                        }

                        echo 
                        "<form action=\"4shared.php\" method=\"get\">";
                        echo 
                        "<input type=\"hidden\" name=\"query\" value=\"".htmlspecialchars($_GET['query'])."\" size=\"2\"/>";
                        echo 
                        "<input type=\"text\" name=\"page\" value=\"".$page."\" size=\"2\"/>";
                        echo 
                        "<b>/".$total."</b> <input type=\"submit\" value=\"GO!\"/></form>";



                        For this line:

                        PHP Code:
                        if($page>1)
                        {
                        $ppage $page-1;
                        echo 
                        "<a href=\"4shared.php?query=".htmlspecialchars($_GET['query'])."&amp;type=".$type."&amp;page=".$ppage."\">« Prev</a> | ";
                        }

                        //if the number of files can't be divided by 10 (pages)
                        //add 1 to show the rest of items available
                        if ($toate 10 !== 0) {$total=$total_pages+1;} 
                        //if the number of files can be divided by 10 (pages)
                        else{$total $total_pages;}

                        if(
                        $page<$total)

                        $addpage $page+1;
                        echo 
                        "<a href=\"4shared.php?query=".htmlspecialchars($_GET['query'])."&amp;type=".$type."&amp;page=".$addpage."\">Next Â»</a>";
                        }

                        echo 
                        "<form action=\"4shared.php\" method=\"get\">";
                        echo 
                        "<input type=\"hidden\" name=\"query\" value=\"".htmlspecialchars($_GET['query'])."\" size=\"2\"/>";
                        echo 
                        "<input type=\"text\" name=\"page\" value=\"".$page."\" size=\"2\"/>";
                        echo 
                        "<b>/".$total."</b> <input type=\"submit\" value=\"GO!\"/></form>";



                        Comment


                          #13
                          Thanks for sharing such useful script.

                          Comment


                            #14
                            download error

                            Comment


                              #15
                              Originally posted by srexx View Post
                              download error
                              I've noticed that the downloads do not work in some hostings and tell the truth I would not know why this happens because as you can see in the [DEMO] downloads work perfectly!

                              Comment

                              Working...
                              X