Obtaining list of files from php script?
- by SenorSputnik
Naenara/KCCKP offers a catalog of hundreds of mp3 files that can only be downloaded in small amounts at a time. Clicking on a song title invokes mp3player.php and downloads a plaintext link to the mp3 file:
http://www.kcckp.net/mp3player.php?e+8
Going directly to mp3player.php will display Korean error messages and send you back 1 page in your history.
Is there any way to parse/coax mp3player.php into dumping a full list of mp3 links? I am sorry if this is a painfully easy or impossible task, I have not even begun to delve into php.
</newbiewhining>