From 045018e07ff858f0ea18960c6b6364c88ea9bace Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 10:01:13 +0200 Subject: [PATCH] Upload files to "/" Signed-off-by: nestict --- README.md | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++ version.json | 3 ++ 2 files changed, 105 insertions(+) create mode 100644 README.md create mode 100644 version.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c087fe --- /dev/null +++ b/README.md @@ -0,0 +1,102 @@ +[![ReadMeSupportPalestine](https://raw.githubusercontent.com/Safouene1/support-palestine-banner/master/banner-project.svg)](https://s.id/standwithpalestine) + +# PHPNuxBill - PHP Mikrotik Billing + +![PHPNuxBill](install/img/logo.png) + +## Feature + +- Voucher Generator and Print +- [Freeradius](https://github.com/hotspotbilling/phpnuxbill/wiki/FreeRadius) +- Self registration +- User Balance +- Auto Renewal Package using Balance +- Multi Router Mikrotik +- Hotspot & PPPOE +- Easy Installation +- Multi Language +- Payment Gateway +- SMS validation for login +- Whatsapp Notification to Consumer +- Telegram Notification for Admin + +See [How it Works / Cara Kerja](https://github.com/hotspotbilling/phpnuxbill/wiki/How-It-Works---Cara-kerja) + +## Payment Gateway And Plugin + +- [Payment Gateway List](https://github.com/orgs/hotspotbilling/repositories?q=payment+gateway) +- [Plugin List](https://github.com/orgs/hotspotbilling/repositories?q=plugin) + +You can download payment gateway and Plugin from Plugin Manager + +## System Requirements + +Most current web servers with PHP & MySQL installed will be capable of running PHPNuxBill + +Minimum Requirements + +- Linux or Windows OS +- Minimum PHP Version 7.4 +- Both PDO & MySQLi Support +- PHP-GD2 Image Library +- PHP-CURL +- PHP-ZIP +- PHP-Mbstring +- MySQL Version 4.1.x and above + +can be Installed in Raspberry Pi Device. + +The problem with windows is hard to set cronjob, better Linux + +## Changelog + +[CHANGELOG.md](CHANGELOG.md) + +## Installation + +[Installation instructions](https://github.com/hotspotbilling/phpnuxbill/wiki) + +## Freeradius + +Support [Freeradius with Database](https://github.com/hotspotbilling/phpnuxbill/wiki/FreeRadius) + +## Community Support + +- [Github Discussion](https://github.com/hotspotbilling/phpnuxbill/discussions) +- [Telegram Group](https://t.me/phpmixbill) + +## Technical Support + +This Software is Free and Open Source, Without any Warranty. + +Even if the software is free, but Technical Support is not, +Technical Support Start from Rp 500.000 or $50 + +If you chat me for any technical support, +you need to pay, + +ask anything for free in the [discussion](/hotspotbilling/phpnuxbill/discussions) page or [Telegram Group](https://t.me/phpnuxbill) + +Contact me at [Telegram](https://t.me/ibnux) + +## License + +GNU General Public License version 2 or later + +see [LICENSE](LICENSE) file + + +## Donate to ibnux + +[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/ibnux) + +BCA: 5410454825 + +Mandiri: 163-000-1855-793 + +a.n Ibnu Maksum + +## SPONSORS + +- [mlink.id](https://mlink.id) +- [https://github.com/sonyinside](https://github.com/sonyinside) diff --git a/version.json b/version.json new file mode 100644 index 0000000..e2d2d81 --- /dev/null +++ b/version.json @@ -0,0 +1,3 @@ +{ + "version": "2024.5.22" +} \ No newline at end of file