Fast. Minimal. Secure. Instantly share text, files, and links — zero friction, maximum speed.
QuickPaste is a lightweight utility designed for developers and power users who need to move data across devices without the bloat of accounts or databases.
- ✍️ Smart Text Sharing: Rich text support with instant unique links.
- 📂 File Hosting: Support for uploads up to 100MB with built-in previews.
- 🔗 URL Shortener: Clean routing and instant redirection.
- 🎯 Performance: No database required; uses a high-speed file-based system.
quickpaste/
├── 🗄️ DB/ # File-based storage system
├── ⚙️ php/ # Logic (Save/Upload/Shorten)
├── 📦 includes/ # Layout (Header/Footer)
├── 🎨 assets/ # Frontend (CSS/JS)
└── 📄 index.php # Main entry point| 📝 Text | 📁 File | 🔗 S-URL |
|---|---|---|
Input![]() Output ![]() |
Input![]() Output ![]() |
Input![]() Output [Load the url and redirect to the original link[ |
- PHP 7.0+
- Apache Server (XAMPP / CPanel)
.htaccesssupport enabled
-
Upload all files to your hosting root directory.
-
Ensure the following folders are writable (set permissions to
0777if necessary):/pastes/ /uploads/ php/shorten_url.php
-
Update the base URL in the following PHP files:
// Example in save_paste.php $baseUrl = 'https://niggapaste.kesug.com';
-
Launch
index.phpin your browser and test the app.
- ✅ All inputs are sanitized to prevent XSS attacks
- 🔐 Unique paste IDs are generated using PHP's
random_bytes()for enhanced security
- 📄 Paste: https://quickpaste.kesug.com/abc123
- 📁 File: https://quickpaste.kesug.com/file123.png
- 🔗 Short URL: https://quickpaste.kesug.com/xyz789
This project is public for viewing only.
- ❌ Do not rehost, redistribute, or use this project commercially without explicit permission.
- ✅ Allowed for personal and educational exploration.
- 🔒 Only authorized contributors may modify the codebase.
Built for the @CodedByManish




