qippx.xyz is a PHP Text Sharing Website with Bootstrap 5 Frontend and MySQL Database connection
Version 2.0 removed the "report paste" feature. This is due to the fact that I am abandoning this project and won't keep an eye on the reports anyways.
Version 2.0 also marks the final version. In case anyone is interested in taking over this project, feel free to do so.
- 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]
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: hi@massimo.gg
- X: massimo-rnd
- Discord