PHP AJAX Confessions Script by Leo Coding
- Place all of these files to folder where you want to install Confessions script
- Get your database connection data ready
- Open URL where files are located, it should redirect you to Installer right away (if not, installer is located here yoursite.com/install/install.php)
- RECOMMENDED: DELETE INSTALL FOLDER WHEN YOU FINISH INSTALLATION!
- PHP
- MySQL
- Shared hosting & domain
If you want to translate Confessions to your language you just need to edit 2 files:
assets/js/lang_strings.js & includes/lang_strings.php
For Facebook sharing to work perfectly you need an "APP ID" to specify in: assets/js/share.js You will find this:
var appid = "";
Just add "APP ID" within "" like this:
var appid = "123456789";
edit file: includes/rc_setting.php
Follow instructions in the file
Edit file: includes/ganalytics.php
As of 1.9 we made deleting confessions much easier. Visit /administration and authenticate with credentials
user: admin pass: iloveu
To change credentials edit "administration/login.php" file
Live Demo: http://www.codester.com/index.php?url=items/preview/3749/confessions-php-script
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Vadim Romaniuk - Initial work - glicOne
See also the list of contributors who participated in this project.
This project is licensed under the Do What The F*ck You Want To Public License - see the LICENSE.md file for details