顶点网 > Social Microblogging PRO v.1.5 - PHP社交微博商业破解版
Social Microblogging PRO v.1.5 - PHP社交微博商业破解版

Social Microblogging PRO Twitter is a script style, designed to share news, events, or simply what you want, through publications of 140 characters, and may refer to other users, create Hashtag and share with other site users. a part of it can upload images, videos from Youtube, DailyMotion, Screenr, DotSub, Hulu (Permitted users only united states ) or Vimeo. Follow other users, send direct messages. and other features that will be described below.

演示地址

下载地址
图片预览


安装方法:
仔细阅读一下这个文件
social_microblogging_pro_1.5/Documentation/index.html
安装步骤一
首先将Script里的内容上传到服务器上,然后建立数据库,使用phpMyAdmin导入数据库文件social.sql
social.sql的存放目录是social_microblogging_pro_1.5\Mysql\social.sql

安装步骤二
先找到文件application\Db.php,使用编辑器打开,找到下面的字样:

$config->set('dbname', 'DATABASE NAME'); //<-- DATABASE NAME
$config->set('dbuser', 'USER'); //<-- USER
$config->set('dbpass', 'PASS'); //<-- PASS
define('URL_BASE', 'http://yousite.com/'); //<-- IMPORTANT: place a backslash at the end

DATABASE NAME是数据库名
USER 是数据库用户名
'PASS 写数据库密码
https://yousite.com/ 改成你的网址。
保存代码后上传到服务器上,然后打开网址
https://yousite.com/admin/ 记得在admin后面加上斜杠。
用户名: Admin
密码: 12345
登录进行管理。
返回