Xixi Music Radio is a music radio program based on CodeIgniter and Bootstrap, which integrates music journals, music radio, reading, and picture functions. Responsive design, well compatible with various terminal devices and resolutions. No pseudo-static support is required and installation is simple. Supports NetEase Cloud Music, Baidu Music, Qiniu Cloud Storage, and local upload.
Installation steps: 1 Create a database and import fm.sql. 2Configure the database: front-end data configuration file: application/config/database.php back-end data configuration file: admin/config/database.php
$db['default']['hostname']='localhost';//Server address $db['default']['username']='';//Database user name $db['default'][ 'password']='';//Database user password $db['default']['database']='';//Data name 3 Upload all files to your server. 4Visit your website and register as a user. Enter the database, find the user record you just registered in the fm_users table, and modify the value of the user_group field to 8. 5 Use the user you just registered to log in to the backend. The backend address is http://your website address/admin.php
Notes: 1. The journal cover image used when creating a journal must be consistent in length and width, otherwise it will be misaligned when displayed in the list. 2. Music files uploaded locally do not have a cover. By default, dist/images/default_song.jpg is used as the cover. You can replace this image. 3. The front desk can log in using username or email. You can only log in with your username in the background. Only users with user_group 8 can log in to the backend. Just like we created the administrator above. 4 Configure the basic settings of the website: Front-end data configuration file: application/config/xixi_config.php Back-end data configuration file: admin/config/xixi_config.php The function of each configuration field has been explained in the comments. If you have any questions please contact the author.