系统简介
phpSound is a Social Music Sharing Platform similar with SoundCloud, that allows users to upload their music online and share them with the world.
phpSound是一款社会化音乐分享平台代码,基于著名的SoundCloud,用户可以在线分享自己创作的歌曲或者喜欢的歌曲!也可以本地上传和管理自己的音乐小样,
任何注册的用户均可分享,所有访客可在线收听!
程序自带收费会员,但支付渠道仅限PAYPAL。
phpSound是一款社会化音乐分享平台代码,基于著名的SoundCloud,用户可以在线分享自己创作的歌曲或者喜欢的歌曲!也可以本地上传和管理自己的音乐小样,
任何注册的用户均可分享,所有访客可在线收听!
程序自带收费会员,但支付渠道仅限PAYPAL。
演示地址
前台演示 https://phpsound.com/demo/
后台演示 https://phpsound.com/demo/index.php?a=admin 用户名admin密码password
歌曲演示 https://phpsound.com/demo/index.php?a=track&id=17
个人演示 https://phpsound.com/demo/index.php?a=profile&u=steve
后台演示 https://phpsound.com/demo/index.php?a=admin 用户名admin密码password
歌曲演示 https://phpsound.com/demo/index.php?a=track&id=17
个人演示 https://phpsound.com/demo/index.php?a=profile&u=steve
安装需求
PHP 5.5, MySQLi and GD Library (cURL and OpenSSL are optional for Facebook, PayPal and Amazon S3 integrations, mod_rewrite for Permalinks).
更新日志
4.3.0 - 12 October 2018
Codebase improvements and cleanup
Added embedded player when sharing track URLs in the chat messages
Added "Other" report option for tracks
Migrated old PayPal NVP implementation (deprecated) to PayPal SDK
Updated the Amazon SDK to the latest version
Fixed an issue allowing users to sign-up with the same email multiple times
Fixed the user's avatar and cover image not being removed when deleting an user
Fixed an issue with the license selector not visually resetting after uploading a track
Fixed an issue when deleting a track while permalinks enabled would not redirect to homepage
Fixed missing footer text on user activation email
Other minor improvements
Codebase improvements and cleanup
Added embedded player when sharing track URLs in the chat messages
Added "Other" report option for tracks
Migrated old PayPal NVP implementation (deprecated) to PayPal SDK
Updated the Amazon SDK to the latest version
Fixed an issue allowing users to sign-up with the same email multiple times
Fixed the user's avatar and cover image not being removed when deleting an user
Fixed an issue with the license selector not visually resetting after uploading a track
Fixed an issue when deleting a track while permalinks enabled would not redirect to homepage
Fixed missing footer text on user activation email
Other minor improvements
下载地址
链接: https://pan.baidu.com/s/1gHQxYhmucY8qMttTfas8Kw 提取码: jgfq
安装方法
使用phpmyadmin或其他软件将 phpSound.SQL 导入到数据库里。
打开目录 'Script/includes/' 下的 config.php, 进行相应的设置,
设置数据库信息:
保存后上传到服务器上.
个别服务器需要将下列文件或文件夹属性设置为777:
一切设置完毕之后就可以使用用户名admin密码password进行登录了。
打开目录 'Script/includes/' 下的 config.php, 进行相应的设置,
设置数据库信息:
$CONF['user'] = 'YOURDBUSER';//数据库用户
$CONF['pass'] = 'YOURDBPASS';//数据库密码
$CONF['name'] = 'YOURDBNAME';//数据库名
$CONF['url'] = 'http://yourdomain.com';//程序安装网址
$CONF['email'] = 'notifications@yourdomain.com';//系统联系邮件
保存后上传到服务器上.
个别服务器需要将下列文件或文件夹属性设置为777:
'/cache', '/uploads' and its subfolders: '/uploads/avatars', '/uploads/covers', '/uploads/media', '/uploads/tracks' and '/themes/theme-name/images'.
一切设置完毕之后就可以使用用户名admin密码password进行登录了。
评论(2)