Overview
TXC - 1.3.1 Is a Simple Yet Powerful Chatroom System Built With PHP. It Includes User Registration, Login, Message Handling, Email Verification, And SMTP Support Via PHPMailer. The System Is Easy To Deploy And Suitable For Small Communities, Private Groups, Or Educational Environments.
Features
Real-Time Message Fetching
Secure Login And Registration
Email Verification System
SMTP Support Through PHPMailer
Clean And Minimal UI
Easily Customizable Asset Structure
Setup Guide
1. Database
Copy And Import The Database Schema From:
database.sql
2. Configuration
Edit The File:
config.php
Inside this file, configure:
Database Credentials (Host, User, Password, Database Name)
SMTP Details (Host, Port, Username, Password, Security Type)
PHPMailer Files Are Included And Ready To Use.
⚠️ Note: You Must Enter Both Database And SMTP Details Before Creating The First Account Or The Software Won't Work.
File Structure
TXC – 1.3.1
├── Assets/
│ ├── CSS/
│ │ └── styles.css
│ ├── JS/
│ │ └── main.js
│ └── PHPMailer/
│ ├── DSNConfigurator.php
│ ├── Exception.php
│ ├── OAuth.php
│ ├── OAuthTokenProvider.php
│ ├── PHPMailer.php
│ ├── POP3.php
│ └── SMTP.php
├── uploads/
│ └── Default/
│ └── default.png
├── config.php
├── database.sql
├── get_messages.php
├── index.php
├── licence
├── login.php
├── register.php
├── verify.php
└── verify_pending.phpGoal
To Provide a Simple, Secure, And Friendly Chatroom Platform That Helps People Connect And Grow.
Edited by Person In Saturn
You may only provide a review once you have downloaded the file.
There are no reviews to display.