moozzl.com like - mp3 search engine

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

    #46
    It doesnt work anymore, jamglue av added a captcha image, n wrzuta av changed something so it dont work when u search using wrzuta source

    Comment


      #47
      thanks for sharing

      Comment


        #48
        anyone got update to this?? please change jamglue source,, can you Change it to 4shared?? look at MP3 SEARCH - PIMPZ.MOBI it uses 4shared,, please recode it

        Comment


          #49
          can any1 shed some light on the matter is there anyone willing to share this or sell this please contact me asap

          Comment


            #50
            can you try if this one is working

            Wapfever.com search full mp3 for mobile
            Last edited by monsp3; 02.11.09, 12:20.

            Comment


              #51
              Originally posted by monsp3 View Post
              can you try if this one is working

              Wapfever.com search full mp3 for mobile
              Yes its working is it your site can you maybe share this script please pm me

              Comment


                #52
                you just need to get other working sources for it
                Advertise your mobile site for FREE with AdTwirl

                Comment


                  #53
                  PHP Code:
                  <?
                  function extstr3($content,$start,$end){
                    if($content && $start && $end) {
                      $r = explode($start, $content);
                      if (isset($r[1])){
                          $r = explode($end, $r[1]);
                          return $r[0];
                      }
                      return '';
                    }
                  }
                  function run_shared()
                  {
                  global $srch;
                  global $sources;
                  global $lang;
                  global $settings;
                  global $session;
                  global $count_play;
                  global $web_path;
                  global $name;
                  global $url;
                  global $at;
                  global $pt;
                  $search = str_replace(' ' ,'+', $_GET[search]);
                  $page = (isset($_GET['page'])) ? $_GET['page'] : (int)1;
                  $page = ($page < 1) ? (int)1 : $page;
                  $page = ($page - 1) * 10;
                  $url = "http://www.4shared.com/network/search.jsp?sortType=1&sortOrder=1&sortmode=2&searchName={$search}&searchmode=3&searchName={$search}&searchDescription=&searchExtention=mp3&sizeCriteria=atleast&sizevalue=10&start={$page}";
                  $res = file_get_contents($url);
                  $str = strstr($res,'<div class="imgbox" align="center">');
                  $str = explode('<div class="imgbox" align="center">',$str);
                  for($i=1;$i<11;$i++){
                  $url3 = $str[$i];
                  $url3 = extstr3($url3,'class="fname">','</div>');
                  $url3 = extstr3($url3,'<a href="http://www.4shared.com/file/','.html?s=1');
                  $name = explode('/',$url3);
                  $name = $name[2];
                  $url ='http://dc107.4shared.com/download/'.$url3.'.mp3';
                  #$url2 = enc ($url);
                  $lname = str_replace (' ', '_', $name);
                  $lname = $name . '.mp3';
                  $link = 'name=' . $lname . '&amp;url=' . $web_path . 'get.php?id=' . $url2;     
                  if ( $name != "" )
                  {
                  echo $url;
                   
                  #include( "templates/layout_list.php" );
                  }
                  }
                  if ($name == '')
                  {
                  $nomessage = $nomessage + 1;
                  }
                  $nomesnec = $nomesnec + 1;
                  }
                  ?>
                  Advertise your mobile site for FREE with AdTwirl

                  Comment


                    #54
                    what does this code do gumslone?

                    Comment


                      #55
                      its a mp3 search code for 4shared source
                      Advertise your mobile site for FREE with AdTwirl

                      Comment


                        #56
                        I have removed the javascript. It's working perfectly now: thumbwap.com

                        Comment


                          #57
                          k thanks for this will try it

                          Comment


                            #58
                            good nice shaaring

                            Comment


                              #59
                              try mine also without javascript and supported by all mobile Filemeter Search Mp3s

                              Comment


                                #60
                                k if I remove the javascript what should i add to fix it lol because javascript is needed to function correct?

                                Comment

                                Working...
                                X