SalamiPay (সালামির পাতা) is a modern, premium web application designed to simplify and digitize the traditional process of giving and receiving "Salami" during festivals in Bangladesh. Users can create a personalized profile, list their Mobile Financial Service (MFS) details, and share their unique link to receive gifts directly to their accounts.
- Personalized Profiles: Create a unique "Salami Page" with a custom username (e.g.,
সালামির.পাতা.বাংলা/username). - MFS Management: Add multiple MFS accounts (Bkash, Nagad, Rocket, Upay) and set a primary one for quick display.
- Transaction Logs: Real-time tracking of received Salami with details like sender name, message, and transaction ID.
- Interactive Dashboard: Visual statistics for total collected amount, verified vs. pending transactions, and profile views.
- Advanced Profanity Filter: Hybrid Bengali-English filter to catch offensive language and bypass tricks.
- Data Integrity: Full protection against SQL injection using PHP PDO prepared statements.
- IP Blocking System: Advanced security to block malicious IP addresses.
- CSRF Protection: Native protection against cross-site request forgery.
- Backend: Core PHP (Vanilla) with PDO.
- Database: MySQL/MariaDB.
- Frontend: HTML5, CSS3 (Glassmorphism), Vanilla JavaScript.
- Icons: FontAwesome 6.
git clone https://github.com/websmartbd/salami.git
cd salami- Create a database (e.g.,
salami_db). - Import
databse.sql.
Update includes/config.php:
define('DB_HOST', 'localhost');
define('DB_NAME', 'your_db_name');
define('DB_USER', 'your_db_user');
define('DB_PASS', 'your_db_pass');
define('BASE_URL', 'https://সালামির.পাতা.বাংলা'); // No trailing slashContributions are welcome! If you want to improve the UI or add features:
- Fork the Project.
- Create your Feature Branch.
- Open a Pull Request.
- Creator: BM Shifat
- Project Website: সালামির পাতা
- Bug Reports: Please use the GitHub Issues page.
Distributed under a Custom Non-Commercial License. This software MAY NOT BE SOLD or RESOLD. See LICENSE for more information.
Made with ❤️ in Bangladesh for a better digital tradition.