https://github.com/mc256/simple-comment-box
a simple comment box base on PHP(PDO)+MySQL
https://github.com/mc256/simple-comment-box
Last synced: about 1 year ago
JSON representation
a simple comment box base on PHP(PDO)+MySQL
- Host: GitHub
- URL: https://github.com/mc256/simple-comment-box
- Owner: mc256
- Created: 2015-05-08T17:10:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T17:12:22.000Z (about 11 years ago)
- Last Synced: 2025-01-24T11:25:55.759Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Comment Box
## How to Install
- import the .sql file to your database
- configure database settings in db-comment.php
- configure API url in imComment.js
- insert this html code to wherever you want this comment box (A plugin for Mediawiki was made for your convenience).
``` html
Submitting Comment...
Loading
```
## Demo
[My Blog](https://note.masterchan.me)
## License
Copyright [2015] [masterchan]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.