Welcome to the Live Chat Website repository! This open-source project allows you to create a simple yet powerful live chatting platform with a nostalgic 90s/early 2000s style.
This website allows users to engage in real-time conversations with other users in public chat rooms. It features a retro-themed design reminiscent of the internet's early days. Users can chat anonymously, connect with people from all around the world, and enjoy a seamless chatting experience.
- Real-time Chatting: Engage in live conversations with other users in real-time.
- Anonymous Chat: Chat anonymously without revealing personal information.
- About Us Section: Learn more about the website and its mission.
- Contact Us Section: Contact the website administrators for support or inquiries.
- HTML: Markup language for structuring the website.
- CSS: Stylesheet language for designing the website's layout and appearance.
- JavaScript: Programming language for implementing client-side functionality.
- PHP: Server-side scripting language for handling form submissions and server-side operations.
- MySQL: Database management system for storing chat messages and user data.
To set up the Live Chat Website locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/CUZAMARK/TOPG.git
-
Navigate to the project directory:
cd TOPG
-
Set up a MySQL database using the provided SQL schema (
alxihsql_4chan.sql
). -
Update the MySQL connection credentials in the PHP files (
send_email.php
and other relevant files) to match your database configuration. -
Start a local web server (e.g., using XAMPP, WAMP, or MAMP) to run the website locally.
-
Access the website in your web browser by navigating to
http://localhost/TOPG
.
To establish a connection with the MySQL database, follow these steps:
-
Set up a MySQL Database: Create a new MySQL database (
import provided sql file
) and note down the database name, username, and password. -
Update Connection Credentials: Open the PHP files (
send_email.php
and other relevant files) and update the MySQL connection credentials with your database information. -
Test the Connection: Run the website locally and test the functionality to ensure that the connection to the MySQL database is successful.
Contributions to the Live Chat Website project are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project is licensed under the MIT License.