phpSound v2.0.8 – PHP音乐分享平台商业破解 开心版

2,792次阅读

共计 1273 个字符,预计需要花费 4 分钟才能阅读完成。

 系统简介 

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。

 演示地址 

 

前台演示 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

 

 安装需求 

 

PHP 5.5, MySQLi and GD Library (cURL and OpenSSL are optional for Facebook, PayPal and Amazon S3 integrations, mod_rewrite for Permalinks).

 

 更新日志 

 

2.0.8 – 12 October 2017
Fixed a rare case where emebdded code would miss a slash
2.0.7 – 28 September 2017
Improved the translation (single quotes can now be used for the Timeago strings)
Other minor improvements
 安装方法 

使用 phpmyadmin 或其他软件将 phpSound.SQL 导入到数据库里。
打开目录 ‘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 进行登录了。

正文完
 
Blood.Cold
版权声明:本站原创文章,由 Blood.Cold 2017-11-16发表,共计1273字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。