MP3 and Lyrics search and download script for mobile? Cant find em.
Collapse
X
-
@kiss we are looking 4 mp3 script here not those site lol any1 wud share?
Leave a comment:
-
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:
-
lol i once did lyrics script and mp3 for skywalker not sure if thoses scripts are still anywhere though
Leave a comment:
-
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?Tags: None
Leave a comment: