June 30, 2020 326 views, 62 downloads, 1 |
| |  |
PHP SCRIPT | mp3 module (php) ...
|
|
For unpacking files we recommend using a free software - 7-Zip.
----------------------------------------------------------------------------------------------
1. Upload the mp3 folder to your theme/default/templates folder
2.in modules/users/desktop.php Add this ..
[code] //mp3 player
if(is_file('theme/default/templates/mp3/playlist.xml')){
$tpl->Zone("mp3", "enabled");
}
else $tpl->Zone("mp3", "disabled"); [/code]
above this
[code] // FAVORITE BLOGS ARTICLES //////////////////////////////////////////////////////// FINAL // [/code]
3.in theme/default/templates/users/desktop.tpl Add this ...
[code]

[/code]
BELOW this
[code]   [/code]
and that's it
1. To add music to player, upload mp3 files to theme/default/templates/mp3/songs/
2 Edit theme/default/templates/mp3/playlist.xml, add the following code for each song
[code]
|
|
|
|
|
|
|
|