顶点网 > Cool comments ajax system - PHP AJAX评论系统
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、安装成功

返回