顶点网 » 脚本代码 » Cool comments ajax system - PHP AJAX评论系统
七月 31 2018年

Cool comments ajax system - PHP AJAX评论系统

reishi  2018-07-31, 00:00   脚本代码  21 092  已测试 
6 条评论

Cool comments ajax system - PHP AJAX评论系统

源码简介


Cool comments ajax system是一款类似畅言、多说之类的网站,可以为多个网站提供评论服务。


在线演示



Demo: http://www.tuweb4.com/plugins/cool-comment/demo_cool-comment
Admin: http://www.tuweb4.com/plugins/cool-comment/demo_admin-cool-comment
Email: [email protected] | Pass: demo
Documentation


源码特性


Features:
Adding comments with ajax
Ajax pagination
Reply comments
Facebook singing
reCAPTCHA by Google
Bad words filter
Gravatar avatar support
Admin and comments responsive
Captcha security check
Unlimited comments & containers
Custom colors and icons
Simple user system
Multi language
Poedit translations
Automatically resizing textarea for improved usability
Input elements text placeholders for better usability
Admin Dashboard
In admin Cool datatables with order and filtrers
Bootstrap framework in comments tree and admin
Users table
Deleting comments
Banning user
Email notifications
Easy customize
Custom CSS
Sending email with PHPMailer
Password encryption with phpass


系统需求


This script needs at least PHP 5.3 to work well
jаvascript active in browser


更新日志


Version 2.0

New admin design
reCAPTCHA by Google
Poedit translations
Bad words
New templates mail


下载地址


链接: https://pan.baidu.com/s/1ZRaidlNyQyw_Vn3vovrPQQ 密码: f513


安装方法 2019.01.02更新



1、解压缩文件
2、将 admin-coolComment/assets/config/example_config.php 文件改名为 config.php
3、打开 config.php 设置数据库信息.

$config = array(                    
    //type installation demo or production
    "installation" => "production",                       
    //data from the database
    //with this error Warning: mysqli_connect(): (HY000/2002): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    //test with host "127.0.0.1"   
    "db_host" => "localhost", 
    //here, you have to write your name of user of your database
    "db_username" => "coolComments",
    //here, you have to write the password of your database
    "db_password" => "********",
    //here, you have to write the name of your database
    "db_database" => "coolComments",    
    // server url and base path, usually you don't need to change this
    "base_url" => $urlBase,
    "base_path" => __DIR__,                
);

4、上传到服务器
5、打开页面 http://www.your-domain/安装路径/admin-coolComment/进入安装界面。
例如: http://www.myweb.com/coolComments/admin-coolComment/
6、输入邮件和密码进行安装

7、安装成功


Cool comments ajax system - PHP AJAX评论系统

文章最后由 reishi 在 2019-01-02, 19:40 编辑
编辑原因: 更新安装方法


  1. 默认头像

    jzfx122  (会员)

    2018-07-31 19:13 14 条评论

    天呐,老大你太神了,有求必应啊 kissing_heart

  1. 默认头像

    reishi  (管理员)

    2018-08-07 20:37 1 544 条评论

    引用: jzfx122
    天呐,老大你太神了,有求必应啊 kissing_heart

    遇到了,想起有人要,就发出来了,以前也见到过,但是没留意。

  1. 默认头像

    1822745224  (会员)

    2018-12-11 16:01 1 条评论

    遇到了,想起有人要,就发出来了,以前也见到过,但是没留意。

    搭建网站报错Warning: require_once(admin-coolComment/assets/config/config.php): failed to open stream: No such file or directory in /www/wwwroot/mailiao_nxbjxh_cn/index.php on line 11 Fatal error: require_once(): Failed opening required 'admin-coolComment/assets/config/config.php' (include_path='.:/www/server/php/53/lib/php') in /www/wwwroot/mailiao_nxbjxh_cn/index.php on line 11

  1. 默认头像

    reishi  (管理员)

    2018-12-11 16:20 1 544 条评论

    引用: 1822745224
    遇到了,想起有人要,就发出来了,以前也见到过,但是没留意。

    搭建网站报错Warning: require_once(admin-coolComment/assets/config/config.php): failed to open stream: No such file or directory in /www/wwwroot/mailiao_nxbjxh_cn/index.php on line 11 Fatal error: require_once(): Failed opening required 'admin-coolComment/assets/config/config.php' (include_path='.:/www/server/php/53/lib/php') in /www/wwwroot/mailiao_nxbjxh_cn/index.php on line 11

    缺少config.php文件?

  1. 默认头像

    lt215548888  (会员)

    2019-01-02 19:26 1 条评论

    怎么办呀?缺少config.php,站长,有测试过吗?

    引用: 1822745224
    遇到了,想起有人要,就发出来了,以前也见到过,但是没留意。

    搭建网站报错Warning: require_once(admin-coolComment/assets/config/config.php): failed to open stream: No such file or directory in /www/wwwroot/mailiao_nxbjxh_cn/index.php on line 11 Fatal error: require_once(): Failed opening required 'admin-coolComment/assets/config/config.php' (include_path='.:/www/server/php/53/lib/php') in /www/wwwroot/mailiao_nxbjxh_cn/index.php on line 11

    也是报同样的错误,

  1. 默认头像

    reishi  (管理员)

    2019-01-02 19:36 1 544 条评论

    引用: lt215548888
    怎么办呀?缺少config.php,站长,有测试过吗?

    引用: 1822745224

    搭建网站报错


    才看了一下,需要将admin-coolComment\assets\config\config-example.php这个文件改名为config.php才行的。另外,docs文件夹里的在线文档也说的明白,打开后点击install然后转到http://go.f27.net/Sh8ba这里,第一条就说明要改文件名的。

信息

想要留言? 请 登录 您的账号。还没有? 你可以 点击注册账号

投票调查

对新模板的看法