MP3 and Lyrics search and download script for mobile? Cant find em.

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

  • archer
    replied
    Mean mp3 search script lol

    Leave a comment:


  • archer
    replied
    @kiss we are looking 4 mp3 script here not those site lol any1 wud share?

    Leave a comment:


  • kiss
    replied
    Here are some useful mp3 search sites:
    wapmy.ru/musicsearch
    spaces.ru/music
    wap4u.ru/mp3search
    mymp3.name/musicsearch
    azon.mobi/mp3
    matched.ru/mp3
    ...and you find 90% any song ;)
    Last edited by kiss; 07.09.09, 12:08. Reason: ?????not understanding...

    Leave a comment:


  • koizumi
    replied
    lol @ blackhawk.. create a script like than,and ul be uploading mp3's for the rest of ur life.. whereas, if u have a search engine that fetch trough popular site, u can just seat back and enjoy.. btw, i have it.. i fixed sum mp3 search engine script.. ang its working fine..

    Leave a comment:


  • wap2k
    replied
    lol i once did lyrics script and mp3 for skywalker not sure if thoses scripts are still anywhere though

    Leave a comment:


  • blackhowk
    replied
    Whay you dont create your own site?

    Create a database with - id , name of mp3 rows.
    Insert into database : id (autoincrement) and mp3 names.
    Create a directory for mp3's.

    Create script for search.

    Use for search some part of this:

    $query = "select NameOfMp from mp3 WHERE NameOfMp='$search'";

    $result = mysql_db_query("mp3", $query);

    Show the result:

    echo "
    <a href="directory_of_mp3/NameOfMp.mp3">Display NameOfMp</a> ";


    Leave a comment:


  • MP3 and Lyrics search and download script for mobile? Cant find em.

    ive seen mobile sites with an mp3 and lyrics search engine. Mostly they are a clone of hotscript MP3 Search.. ive search the forum but can find one. Anyone care to share?
Working...
X