PHP AJAX Confessions Script by Leo Coding

***************************
*INSTALLATION INSTRUCTIONS*
***************************

- 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!​​

************************
*Requirements: 	       *
************************

- PHP
- MySQL
- Shared hosting & domain​

************************
*Translating:	       *	
************************

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​

************************
*Facebook share buton: *
************************
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";
