qippx.xyz is a PHP Text Sharing Website with Bootstrap 5 Frontend and MySQL Database connection
- PHP Backend
- Bootstrap & JS Frontend
- MySQL Database connection
- Clone the repository into your /var/www/ folder:
cd /var/www/ git clone https://github.com/massimo-rnd/paste-sharing-website.git
- Create a new Database:
CREATE DATABASE IF NOT EXISTS qippx; USE qippx; CREATE TABLE pastes ( id INT AUTO_INCREMENT PRIMARY KEY NOT NULL, keylink VARCHAR(64) NOT NULL, pastetext TEXT NOT NULL );
- Change Database credentials in api.php:
// Replace these values with your database connection details $db_host = ''; $db_user = ''; $db_password = ''; $db_name = '';
- Create new Apache Virtualhost config
- Visit your site
Creating a new paste with qippx is simple. Just enter the text to be shared in the textbox and click "share".
Your link to your paste is copied to your clipboard and will look like this:
https://yoururl.tld/view?[XXXXXX]
- Create better design
- Build Documentation
Check out the open issues for more.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- 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.
See CONTRIBUTING.md for more details.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, feel free to reach out:
- email: [email protected]
- X: massimo-rnd
- Discord