mp3 search fine working

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

    mp3 search fine working

    now mp3 search fine working on RajVIdeo.com

    Mp3 Searching

    #2
    this is the way how you can get the download url for mp3:

    PHP Code:
    $file file_get_contents("http://www.4shared.com/audio/PmMMpPFs/Tu_Meri_Jindagi_Hai.htm");
    $body preg_replace("/.*file[^=]*=|\&volume.*/si"""$file); 
    preg_match("/((ftp)|(http(s?))\:\/\/(([A-z0-9\?\-\:\=\;\.\@\/]+)))/is",$body$result); 
    $download_url $result[1]; 
    check mOOZZl.Com - mobile mp3 search engine
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      Originally posted by GumSlone View Post
      this is the way how you can get the download url for mp3:

      PHP Code:
      $file file_get_contents("http://www.4shared.com/audio/PmMMpPFs/Tu_Meri_Jindagi_Hai.htm");
      $body preg_replace("/.*file[^=]*=|\&volume.*/si"""$file); 
      preg_match("/((ftp)|(http(s?))\:\/\/(([A-z0-9\?\-\:\=\;\.\@\/]+)))/is",$body$result); 
      $download_url $result[1]; 
      check mOOZZl.Com - mobile mp3 search engine
      Warning: Cannot modify header information - headers already sent by (output started at /home/moozzlc/public_html/includes/admob.php:1) in /home/moozzlc/public_html/download.php on line 24

      Comment


        #4
        Tx sire gumslone ill test the script

        Comment


          #5
          can you upload the script here?

          Comment


            #6
            please wait, i will upload it

            Comment

            Working...
            X