moozzl.com like - mp3 search engine

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

  • GumSlone
    replied
    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;
    }
    ?>

    Leave a comment:


  • GumSlone
    replied
    you just need to get other working sources for it

    Leave a comment:


  • cobusbo
    replied
    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

    Leave a comment:


  • monsp3
    replied
    can you try if this one is working

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

    Leave a comment:


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

    Leave a comment:


  • rh0bz
    replied
    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

    Leave a comment:


  • mertcezir
    replied
    thanks for sharing

    Leave a comment:


  • pimpin
    replied
    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

    Leave a comment:


  • Suhail
    replied
    I m unable to see d attachment. It says You havent sufficient rights. I had pressed thanks button also but still problem persists.

    Leave a comment:


  • oldha
    replied
    i like to see what a program this be

    Leave a comment:


  • jnetwensu
    replied
    Hey Gum please can you take a look and see what you can do? please

    Leave a comment:


  • archer
    replied
    any1 succeed with dis script post your demo please.. Yep many erros i found i cudnt download the search result lol

    Leave a comment:


  • jnetwensu
    replied
    can someone help fix the script

    why when a link gets clicked it redirects to hotsmusic.com please can someone help fix the script

    Leave a comment:


  • morency
    replied
    ya , use cURL to login and download

    Leave a comment:


  • jnetwensu
    replied
    Is there a way around it?

    dam now the script isnt working anymore you can search for the mp3s but once you try download it and click it it redirects you to the site where the mp3 database is is there a way around it?

    Leave a comment:

Working...
X