An awesome cryptic chat created in php !
Table of Contents
Its a chat inspired by the 'Cryptocat' browser extension, developed in php. Its operation is based on password rooms to ensure that only permitted users are chatting.
The messaging system constantly consults an encrypted database in mysql, it also works as a core for the development of new systems for publishing photos, memes, transferring private messages and other things.
The possibilities with this base are endless, so I hope you can take the source code of this project as an example.
This project uses some external libraries, I list them below:
Follow the instructions below to get it working and proceed to modify or test this project.
You will have to download.
- XAMPP, WAMPP, MAMP or other server compatible with php 7.2.10
-
Clone the repo
git clone https://github.com/Deathmajorasmask/Cryptocat.git
-
Move Cryptocat files to hdocs.
-
Press 'Start' in XAMPP to MySQL & Apache.
-
Import 'chat_system.sql' to mysql (phpMyAdmin).
-
Open Cryptocat in Chrome, Firefox or Opera.
http://localhost/
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Deathmajorasmask - zijaham_link@hotmail.com
Project Link: https://github.com/Deathmajorasmask/Cryptocat