MP3 Search script not working anymore

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

    MP3 Search script not working anymore

    MP3 Search script not working anymore
    sad
    Buying mobile traffic, PM me with your traffic details

    #2
    Yeah.
    its not working anymore. .
    . .
    XD

    Comment


      #3
      razib,, which mp3 search script isn't working anymore?? Pls post this in that thread. Don't create useless thread . Thanks
      Girls are like internet domain name, The girls i like are already taken!

      Comment


        #4
        hey try this Mp3 Searching it's still working! want that script mail me at adminjr@wapzone.ws
        Cheap Unlimited Premium Hosting Only 60usd/yr Free Domain Included Or Make A One Time Payment Of 200usd And The Cpanel Will Be Yours Forever (No Free Domain), Contact Us at admin@hostjr.net

        Comment


          #5
          My one is Working.... Which script isnt working??

          try mine. Mp3

          Comment


            #6
            4shared script is not working anymore

            Comment


              #7
              Originally posted by sangoldline View Post
              4shared script is not working anymore
              I didn't think so.

              Comment


                #8
                if you have any problem,, simply update your download.php file to
                PHP Code:
                <?php
                include("head.php");

                ini_set('user_agent''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)');

                $headere = array ('Accept-Language: en-us,en;q=0.7,de-de;q=0.3''Accept: text/xml,text/javascript,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5');
                $url $_GET['url'];

                $str explode('/'$url);
                $name $str[6];
                $name str_replace('_',' ',$name);
                $name str_replace('html','mp3',$name);

                $content file_get_contents($url);
                $content=(string) $content;
                $link=explode("Html5Player('",$content);
                $link=explode("'",$link[1]);
                $link=$link[0];

                function 
                fsize($url){
                    
                $headers get_headers $url);
                    
                $size=round($headers['Content-Length'] / (1024*1024), 2);
                    if(
                $size){
                        return 
                $size.' Mb';
                    }
                    return 
                '';
                }
                $final '<a style="color:#ff0000;text-decoration:none;" target="_blank" href="'.$link.'"><b>click here</b></a> '.fsize($link).' ';

                if(isset(
                $_GET['url'])) {
                $music = array('.mp3''.wma''.wav''.m4a');
                $video = array('.flv''.wmv''.rm''.mp4''.3gp');
                foreach(
                $music as $mus) {
                   if(
                eregi($mus$hasil)) { $media 'music'; }
                }
                foreach(
                $video as $vid) {
                   if(
                eregi($vid$hasil)) { $media 'video'; }
                }

                   echo 
                '<meta name="robots" content="noindex, nofollow, noarchive">';

                echo 
                '<br>To download file <font color="blue"><b>'.$name.'</b></font> please &nbsp;'.$final;
                echo 
                '<br /><a href="index.php">Search Again</a><br />';

                # if(eregi('.mp3', $final)) {
                if($media == 'music') {
                   echo 
                '<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl='.$hasil.'" width="400" height="27" allowscriptaccess="never" volume="60" quality="best" bgcolor="#000000" wmode="window" flashvars="playerMode=embedded" />';
                #   echo '<embed type="application/x-shockwave-flash" src="http://users6.nofeehost.com/gondes/mp3player.swf?audioUrl='.$hasil.'" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#000000" wmode="window" flashvars="playerMode=embedded" />';
                }
                }
                include(
                "foot.php");
                ?>
                Please Note: This is a temporary update for who using the old 4shared grabber script. for better results, you must use 4shared API.
                Last edited by firemax; 05.11.10, 14:28.

                Free Mobile Web Scripts by me: Free Youtube Downloader, Tweets Reader, Facebook Wall Posts Reader
                PHP Tutorials: How to Secure Your PHP Script (PHP SECURITY)
                Want to Develop/Edit your WAP/Web Site? Add me to Gtalk (gmail) 'lakshan1989' or PM me.

                Comment


                  #9
                  many many thanks bro

                  Originally posted by firemax View Post
                  if you have any problem,, simply update your download.php file to
                  PHP Code:
                  <?php
                  include("head.php");

                  ini_set('user_agent''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)');

                  $headere = array ('Accept-Language: en-us,en;q=0.7,de-de;q=0.3''Accept: text/xml,text/javascript,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5');
                  $url $_GET['url'];

                  $str explode('/'$url);
                  $name $str[6];
                  $name str_replace('_',' ',$name);
                  $name str_replace('html','mp3',$name);

                  $content file_get_contents($url);
                  $content=(string) $content;
                  $link=explode("Html5Player('",$content);
                  $link=explode("'",$link[1]);
                  $link=$link[0];

                  function 
                  fsize($url){
                      
                  $headers get_headers $url);
                      
                  $size=round($headers['Content-Length'] / (1024*1024), 2);
                      if(
                  $size){
                          return 
                  $size.' Mb';
                      }
                      return 
                  '';
                  }
                  $final '<a style="color:#ff0000;text-decoration:none;" target="_blank" href="'.$link.'"><b>click here</b></a> '.fsize($link).' ';

                  if(isset(
                  $_GET['url'])) {
                  $music = array('.mp3''.wma''.wav''.m4a');
                  $video = array('.flv''.wmv''.rm''.mp4''.3gp');
                  foreach(
                  $music as $mus) {
                     if(
                  eregi($mus$hasil)) { $media 'music'; }
                  }
                  foreach(
                  $video as $vid) {
                     if(
                  eregi($vid$hasil)) { $media 'video'; }
                  }

                     echo 
                  '<meta name="robots" content="noindex, nofollow, noarchive">';

                  echo 
                  '<br>To download file <font color="blue"><b>'.$name.'</b></font> please &nbsp;'.$final;
                  echo 
                  '<br /><a href="http://coding-talk.com/forum.php">Search Again</a><br />';

                  # if(eregi('.mp3', $final)) {
                  if($media == 'music') {
                     echo 
                  '<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl='.$hasil.'" width="400" height="27" allowscriptaccess="never" volume="60" quality="best" bgcolor="#000000" wmode="window" flashvars="playerMode=embedded" />';
                  #   echo '<embed type="application/x-shockwave-flash" src="http://users6.nofeehost.com/gondes/mp3player.swf?audioUrl='.$hasil.'" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#000000" wmode="window" flashvars="playerMode=embedded" />';
                  }
                  }
                  include(
                  "foot.php");
                  ?>
                  Last edited by razib; 05.11.10, 13:32.
                  Buying mobile traffic, PM me with your traffic details

                  Comment


                    #10
                    my mp3 search still working try here WapShared.com :: Unlimited FREE Downloads

                    Comment


                      #11
                      Originally posted by khan89 View Post
                      My one is Working.... Which script isnt working??
                      try mine. Mp3
                      you mind to share this script ?
                      It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                      ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                      ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                      キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                      Comment


                        #12
                        My script still work.. Pokedexter search

                        Comment


                          #13
                          @firemax Bro pls do one more favor ...change script so that downloaded file name comes its orignal name not prevew.mp3

                          Comment


                            #14
                            You are awesome man!!!




                            Originally posted by firemax View Post
                            if you have any problem,, simply update your download.php file to
                            PHP Code:
                            <?php
                            include("head.php");

                            ini_set('user_agent''mozilla/5.0 (windows; u; windows nt 5.1; en-us; rv:1.9.2) gecko/20100115 firefox/3.6 (.net clr 3.5.30729)');

                            $headere = array ('accept-language: En-us,en;q=0.7,de-de;q=0.3''accept: Text/xml,text/javascript,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5');
                            $url $_get['url'];

                            $str explode('/'$url);
                            $name $str[6];
                            $name str_replace('_',' ',$name);
                            $name str_replace('html','mp3',$name);

                            $content file_get_contents($url);
                            $content=(string) $content;
                            $link=explode("html5player('",$content);
                            $link=explode("'",$link[1]);
                            $link=$link[0];

                            function 
                            fsize($url){
                                
                            $headers get_headers $url);
                                
                            $size=round($headers['content-length'] / (1024*1024), 2);
                                if(
                            $size){
                                    return 
                            $size.' mb';
                                }
                                return 
                            '';
                            }
                            $final '<a style="color:#ff0000;text-decoration:none;" target="_blank" href="'.$link.'"><b>click here</b></a> '.fsize($link).' ';

                            if(isset(
                            $_get['url'])) {
                            $music = array('.mp3''.wma''.wav''.m4a');
                            $video = array('.flv''.wmv''.rm''.mp4''.3gp');
                            foreach(
                            $music as $mus) {
                               if(
                            eregi($mus$hasil)) { $media 'music'; }
                            }
                            foreach(
                            $video as $vid) {
                               if(
                            eregi($vid$hasil)) { $media 'video'; }
                            }

                               echo 
                            '<meta name="robots" content="noindex, nofollow, noarchive">';

                            echo 
                            '<br>to download file <font color="blue"><b>'.$name.'</b></font> please &nbsp;'.$final;
                            echo 
                            '<br /><a href="http://coding-talk.com/forum.php">search again</a><br />';

                            # if(eregi('.mp3', $final)) {
                            if($media == 'music') {
                               echo 
                            '<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audiourl='.$hasil.'" width="400" height="27" allowscriptaccess="never" volume="60" quality="best" bgcolor="#000000" wmode="window" flashvars="playermode=embedded" />';
                            #   echo '<embed type="application/x-shockwave-flash" src="http://users6.nofeehost.com/gondes/mp3player.swf?audiourl='.$hasil.'" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#000000" wmode="window" flashvars="playermode=embedded" />';
                            }
                            }
                            include(
                            "foot.php");
                            ?>
                            please note: This is a temporary update for who using the old 4shared grabber script. For better results, you must use 4shared api.

                            Comment


                              #15
                              het firemax you said we should use 4shared API. please explain what this is?

                              Comment

                              Working...
                              X