{"id":15101591,"url":"https://github.com/massimo-rnd/paste-sharing-website","last_synced_at":"2025-03-28T04:31:22.542Z","repository":{"id":257488607,"uuid":"858391318","full_name":"massimo-rnd/paste-sharing-website","owner":"massimo-rnd","description":"A PHP Text Sharing Website with Bootstrap 5 Frontend and MySQL Database connection","archived":true,"fork":false,"pushed_at":"2024-12-03T20:04:35.000Z","size":1608,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T15:17:39.973Z","etag":null,"topics":["bootstrap","bootstrap5","free-software","hosting","paste","paste-service","paste-site","pastebin","php","self-hosted","self-hosting","selfhosted"],"latest_commit_sha":null,"homepage":"https://qippx.xyz","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/massimo-rnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-16T20:12:12.000Z","updated_at":"2025-01-24T09:34:40.000Z","dependencies_parsed_at":"2024-12-03T20:38:00.314Z","dependency_job_id":null,"html_url":"https://github.com/massimo-rnd/paste-sharing-website","commit_stats":null,"previous_names":["druffko/paste-sharing-website","massimo-rnd/paste-sharing-website"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fpaste-sharing-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fpaste-sharing-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fpaste-sharing-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Fpaste-sharing-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massimo-rnd","download_url":"https://codeload.github.com/massimo-rnd/paste-sharing-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245970620,"owners_count":20702458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap5","free-software","hosting","paste","paste-service","paste-site","pastebin","php","self-hosted","self-hosting","selfhosted"],"created_at":"2024-09-25T18:26:05.181Z","updated_at":"2025-03-28T04:31:22.529Z","avatar_url":"https://github.com/massimo-rnd.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Repo-Image](https://massimo.gg/github-images/qippx.webp)\n\n\u003cdiv align=\"center\"\u003e\n\n# Paste Sharing Website (qippx.xyz)\n\n![License](https://img.shields.io/github/license/massimo-rnd/paste-sharing-website)\n![Issues](https://img.shields.io/github/issues/massimo-rnd/paste-sharing-website)\n![Forks](https://img.shields.io/github/forks/massimo-rnd/paste-sharing-website)\n![Stars](https://img.shields.io/github/stars/massimo-rnd/paste-sharing-website)\n![Last Commit](https://img.shields.io/github/last-commit/massimo-rnd/paste-sharing-website)\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/massimo-rnd/paste-sharing-website?include_prereleases)\n\n\u003c/div\u003e\n\n## 🚀 Overview\n\nqippx.xyz is a PHP Text Sharing Website with Bootstrap 5 Frontend and MySQL Database connection\n\n## ❗ IMPORTANT ❗\n\nVersion 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.\n\nVersion 2.0 also marks the final version. In case anyone is interested in taking over this project, feel free to do so.\n\n## 🎯 Features\n\n- PHP Backend\n- Bootstrap \u0026 JS Frontend\n- MySQL Database connection\n\n## 🛠️ Installation\n\n1. Clone the repository into your /var/www/ folder:\n   ```bash\n   cd /var/www/\n   git clone https://github.com/massimo-rnd/paste-sharing-website.git\n   ```\n2. Create a new Database:\n   ```mysql\n   CREATE DATABASE IF NOT EXISTS qippx;\n    USE qippx;\n    CREATE TABLE pastes (\n    id INT AUTO_INCREMENT PRIMARY KEY NOT NULL,\n    keylink VARCHAR(64) NOT NULL,\n    pastetext TEXT NOT NULL\n    );\n   ```\n3. Change Database credentials in api.php:\n    ```php\n    // Replace these values with your database connection details\n    $db_host = '';\n    $db_user = '';\n    $db_password = '';\n    $db_name = '';\n    ```\n4. Create new Apache Virtualhost config\n5. Visit your site\n\n## 💻 Usage\n\nCreating a new paste with qippx is simple. Just enter the text to be shared in the textbox and click \"share\".\n\nYour link to your paste is copied to your clipboard and will look like this:\n```bash\nhttps://yoururl.tld/view?[XXXXXX]\n```\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!  \nFeel free to check the [issues page](https://github.com/massimo-rnd/paste-sharing-website/issues).\n\n1. Fork the project.\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the branch (`git push origin feature/AmazingFeature`).\n5. Open a pull request.\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 📊 Repository Metrics\n\n![Repo Size](https://img.shields.io/github/repo-size/massimo-rnd/paste-sharing-website)\n![Contributors](https://img.shields.io/github/contributors/massimo-rnd/paste-sharing-website)\n![Commit Activity](https://img.shields.io/github/commit-activity/m/massimo-rnd/paste-sharing-website)\n\n---\n\n### 📞 Contact\n\nFor any inquiries, feel free to reach out:\n- email: [hi@massimo.gg](mailto:hi@massimo.gg)\n- X: [massimo-rnd](https://x.com/massimo-rnd)\n- [Discord](https://discord.gg/wmC5AA6c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassimo-rnd%2Fpaste-sharing-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassimo-rnd%2Fpaste-sharing-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassimo-rnd%2Fpaste-sharing-website/lists"}