This job should be very simple for somebody experienced with php.
It’s just to make my life easier, it’s akin to using notepad, but I want a php page to do it for me.
I just need a field for pasting a list of url’s into and a submit button on the main page.
The script must then change all url’s in the list as follows;
%28 to ( %29 to ) i.e;
to;
it should print these url’s as a list at the bottom of the results page, at the top of the page will be this;
then the script needs to parse the urls & do the following;
<tr><td>D-Code Feat Emma – Like I Feel (Slipmod3 Mix 1-2)</td>
<td>{s5_mp3}http://data.domain.com/slipmod3/D-Code_Feat_Emma-Like_I_Feel_(Slipmod3_Mix_1-2).mp3{/s5_mp3}</td><td><a target=”_blank” href=”http://data.domain.com/slipmod3/D-Code_Feat_Emma-Like_I_Feel_(Slipmod3_Mix_1-2).mp3″><img style=”margin-top: 7px;” src=”http://cdn.domain.com/i/Video.png” height=”25″ width=”25″ /></a></td></tr>
And paste them all like that, one under the other for easy copy paste.
I’ve used the most annoying example possible to show where it should take the info from & how you will need it to be able to handle -‘s, make sure yours generates the same result.