Because i am very newbie to programming, cause i'm 14 years old, i only know some javascript and dos code. Javascript could be very useful for indexing. But there is no option on uploading songs in A Graphical UI.
Anyway an indexing html code is :
Insert a word or phrase :
<form name="aform" action="" method="get">
<input type="text" name="firsttext">
<input type="button" name="GO" value="
search" onclick="searchnow(this.form)">
</form>
<script>
function searchnow(form) {
window.location = "h
ttp://PREFERED URL" + aform.firsttext.value + ".htm"
}
</script>
I believe that you should consult an expert in php programming.
Mike from Greece, 14