PHP music social sharing platform Soundkit v2.4.2 is a social music sharing platform similar to MixCloud and SoundCloud, allowing users to upload music online and share with the world

Introduction

Introduction to the source code

Soundkit is a social music sharing platform similar to MixCloud and SoundCloud, allowing users to upload music online and share it with the world.

The previous name was MusicEngine

system requirement

Apache 2+ (mod_rewrite)

PHP 5.5+ (MySQLi, OpenSSL, cURL, GD, mbstring)

MySQL 5+

Update log

Version 2.4.2

ADDED Condition to music embed player to prevent playing next tracks

ADDED number of track views in the charts

ADDED ability to add less amount for adverts plugin

ADDED ability for ads owner to see their ads for adert modulev

Prevent creating of ads when wallet is low

FIXED little problem in user roles

Version 2.4.1

ADDED ability to edit genre

ADDED user role feature for admins

ADDED option to delete radio

FIXED music player on the home page

FIXED missing files in the last update

FIXED albums rearrangement of tracks

FIXED artist profile website information

FIXED ads issue in which wallet not been deducted

installation method

1. Build a database

2. Edit lines 6-9 of config.php to set the database.

3. Import MYSQLMusicEngine.sql into the database.

4. Use adminuser and password 123456 for background login.

Download link

http://www.bytepan.com/fwt37Sz1SOr

image

Insert picture description here

Guess you like

Origin blog.csdn.net/Abbbbb11/article/details/112968887