XFileSharing Pro - remove Song Artist, Song Title, etc

Message
Author
hubble
Posts: 4
Joined: Oct 07, 2012 9:59 am

remove Song Artist, Song Title, etc

#1 Postby hubble » Nov 02, 2012 5:24 am

How do I remove Song Artist, Song Title, Song Album

Thanks!

RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

#2 Postby RockDiz » Nov 02, 2012 4:47 pm

simple.
Just go to cgi-bin/templates/download1.html

at line 22 you'll see "<TMPL_IF song_url>"
then you can remove the following lines such as Song Artist, Song Title, etc

hubble
Posts: 4
Joined: Oct 07, 2012 9:59 am

#3 Postby hubble » Nov 02, 2012 6:45 pm

Already done that, but I get an error, thought it was a even easier way to do it. Will play around until I get it done. Thanks rockdiz, how's your site goin?

RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

#4 Postby RockDiz » Nov 02, 2012 7:03 pm

hubble wrote:Already done that, but I get an error, thought it was a even easier way to do it. Will play around until I get it done. Thanks rockdiz, how's your site goin?
Just remove these lines:

Code: Select all

<TMPL_IF mp3_artist><tr><td align=right><b>Song Artist:</b></td><td><TMPL_VAR mp3_artist></td></tr></TMPL_IF>
<TMPL_IF mp3_title><tr><td align=right><b>Song Title:</b></td><td><TMPL_VAR mp3_title></td></tr></TMPL_IF>
<TMPL_IF mp3_album><tr><td align=right><b>Song Album:</b></td><td><TMPL_VAR mp3_album> <TMPL_IF mp3_year>(<TMPL_VAR mp3_year>)</TMPL_IF></td></tr></TMPL_IF>
that'll take out Song Artist, Song Title, and Song Album.

my site is alright i guess. just trying to work on getting more better servers and what not :D