WELCOME ======= Thank you for downloading OneMusic. This document will guide you through the installation and customization process of OneMusic. USAGE ===== *** Before you start the installation, please read the license.txt * assign chmod 0777 to the following folders: -- mp3Files -- attachments -- mp3_covers How to create a new html content with php values ================================================ // assign some content to smarty. This would typically come from // a database or other source, but we'll use static // values for the purpose of this example. $smarty->assign('name', 'george smith'); $smarty->assign('address', '45th & Harris'); // display it $smarty->display('index.html'); * more information at www.smarty.net ----------------------- INSTALLATION ------------- PHP === Put the music folder into your www root. - open _config.php for configure the default settings --- HTML SETUP ========== example:
.... ...