A Script for a web application that resembles the likes of Sayat, Sarahah and Confessout. Because Why Not?
- PHP 5
- MySQL Improved
- A Web Server
Installation is pretty easy. Clone or Download the repo to a web server using the following commands from the terminal if you have git installed or just download the zip and unpack it to a directory.
git clone https://github.com/deve-sh/Confessor/
cd ConfessorVisit the path in a web browser. The Script will automatically redirect to the /install route. Enter the details of the Web Application and the Database correctly and the script should configure itself.
- Responsive Design.
- Beautiful Interface.
- Beautiful Share Page for Confessions.
- Anonymity for Users.
- SQL Injection Resistant.
For people looking to Develop the project further, or just edit it to their needs; I am sorry, there is no administrator mode for the project like other projects of mine, so for now, the only way to edit the project is by directly editing the source code. However the project is well commented wherever necessary, so editing it might not be a tough play.
For development purposes, the error reporting is turned off by default. It is recommended to turn it off in order for a better development experience. Hence, past installation, just go to inc/config.php and remove the following line.
error_reporting(0);Here is a list of all the files and what they correspond to :
header.php : Header
footer.php : Footer
inc/styles.php : Style Information for the Web Application
inc/config.php : Configuration file for the Web Application
inc/connect.php : Database Driver File (Crucial. Do Not Remove at any cost.)
inc/scripts.php : File to host all the Links to extra Scripts to run in the web application.
For contributions, just make changes to the project that you might feel are necessary or make the project better, and start a pull request.
The Project is License Free. Do whatever you may want to do with it. (As long as its legal and doesn't destroy any one's life.)
For support and concerns, raise an Issue in the repo or email me.