diff --git a/README.md b/README.md index e27fb255..f59b003b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PHP Mikrotik Billing +# PHPNuxBill - Mikrotik Billing ## Feature @@ -15,9 +15,9 @@ ## Payment Gateway -- [Tripay.com](https://github.com/hotspotbilling/phpmixbill-tripay) | Indonesia -- [Xendit.com](https://github.com/hotspotbilling/phpmixbill-xendit) | Indonesia and Philippine ( Philippine not tested ) -- [Duitku.com](https://github.com/hotspotbilling/phpmixbill-duitku) | Indonesia +- [Tripay.com](https://github.com/hotspotbilling/phpnuxbill-tripay) | Indonesia +- [Xendit.com](https://github.com/hotspotbilling/phpnuxbill-xendit) | Indonesia and Philippine ( Philippine not tested ) +- [Duitku.com](https://github.com/hotspotbilling/phpnuxbill-duitku) | Indonesia Click link to download @@ -25,7 +25,7 @@ Goto Discussionif you want another Payment Gateway ## System Requirements -Most current web servers with PHP & MySQL installed will be capable of running PHPMixBill +Most current web servers with PHP & MySQL installed will be capable of running PHPNuxBill Minimum Requirements @@ -50,9 +50,9 @@ The problem with windows is hard to set cronjob, better Linux - make **config.php** unwriteable (chmod 644) -See [WIKI](https://github.com/ibnux/phpmixbill/wiki/Instalation) +See [WIKI](https://github.com/hotspotbilling/phpnuxbill/wiki/Instalation) -baca [WIKI](https://github.com/ibnux/phpmixbill/wiki/Instalation) +baca [WIKI](https://github.com/hotspotbilling/phpnuxbill/wiki/Instalation) ## UPDGRADE diff --git a/admin/index.php b/admin/index.php index f917bc87..87255fa8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,6 +1,6 @@ - PHPMIXBILL - Voucher management for Mikrotik Hotspot + PHPNUXBILL - Voucher management for Mikrotik Hotspot @@ -35,28 +35,28 @@
-

PHP PHPMIXBILL

+

PHP PHPNUXBILL

Aplikasi manajemen Voucher Hotspot untuk Mikrotik

-
+
Public Disquss
+ + + + + \ No newline at end of file diff --git a/ui/ui/admin.tpl b/ui/ui/admin.tpl deleted file mode 100644 index 55880f6d..00000000 --- a/ui/ui/admin.tpl +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - {$_title} - {$_L['Login']} - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-

{$_L['Logo']}

-
{$_L['Sign_In_Admin']}
-
- {if isset($notify)} - {$notify} - {/if} -
-
-
- - -
- -
- - -
- -
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- - - \ No newline at end of file diff --git a/ui/ui/app-localisation.tpl b/ui/ui/app-localisation.tpl index ef209449..ebbc960a 100644 --- a/ui/ui/app-localisation.tpl +++ b/ui/ui/app-localisation.tpl @@ -2,7 +2,7 @@
-
+
{$_L['Localisation']}
diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index c9ee7196..de141b9a 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -1,22 +1,32 @@ {include file="sections/header.tpl"} -
+
-
+
{$_L['General_Settings']}
- + {$_L['App_Name_Help_Text']}
+
+ +
+ + {Lang::T('Will show below user pages')} +
+
- + {$_L['You_can_use_html_tag']}
@@ -34,7 +44,8 @@

Still on Testing.

-

Changing from Radius will not add existing user to Mikrotik Hotspot.

+

Changing from Radius will not add existing user to Mikrotik Hotspot. +

With Radius user can use Hotspot or PPOE.

@@ -51,13 +62,15 @@
- +
- +
@@ -66,8 +79,10 @@
- -

Must include [text] & [number], it will be replaced.

+ +

Must include [text] & [number], it will be replaced. +

@@ -76,8 +91,10 @@
- -

Must include [text] & [number], it will be replaced.

+ +

Must include [text] & [number], it will be replaced. +

@@ -86,7 +103,8 @@
- +

From Direct Chat Link.

/ip hotspot walled-garden
 add dst-host=tawk.to
@@ -105,15 +123,16 @@ add dst-host=*.tawk.to
- +
-
/ip hotspot walled-garden
+                
/ip hotspot walled-garden
 add dst-host={$_domain}
 add dst-host=*.{$_domain}
-{include file="sections/footer.tpl"} +{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/bandwidth-add.tpl b/ui/ui/bandwidth-add.tpl index 35b67551..b442d41b 100644 --- a/ui/ui/bandwidth-add.tpl +++ b/ui/ui/bandwidth-add.tpl @@ -2,7 +2,7 @@
-
+
{$_L['Add_Bandwidth']}
diff --git a/ui/ui/bandwidth-edit.tpl b/ui/ui/bandwidth-edit.tpl index 4a79c43f..40921950 100644 --- a/ui/ui/bandwidth-edit.tpl +++ b/ui/ui/bandwidth-edit.tpl @@ -2,7 +2,7 @@
-
+
{$_L['Edit_Bandwidth']}
diff --git a/ui/ui/bandwidth.tpl b/ui/ui/bandwidth.tpl index d8e9e1dc..166ab486 100644 --- a/ui/ui/bandwidth.tpl +++ b/ui/ui/bandwidth.tpl @@ -2,7 +2,7 @@
-
+
{$_L['Bandwidth_Plans']}
@@ -24,7 +24,7 @@
 
- +
diff --git a/ui/ui/change-password.tpl b/ui/ui/change-password.tpl index 3e592f9e..bc08c627 100644 --- a/ui/ui/change-password.tpl +++ b/ui/ui/change-password.tpl @@ -2,7 +2,7 @@
-
+
{$_L['Change_Password']}
diff --git a/ui/ui/community.tpl b/ui/ui/community.tpl index 4d9745a7..6c6b92fd 100644 --- a/ui/ui/community.tpl +++ b/ui/ui/community.tpl @@ -2,23 +2,23 @@
-
-
Discussions
-
Get help from community
-
-
-
Feedback
-
+
+

Feedback

+
Feedback and Bug Report
-
@@ -27,9 +27,9 @@
-
-
Donasi
-
Untuk pengembangan lebih baik, donasi ke iBNuX, donasi akan membantu terus +
+

Donasi

+
Untuk pengembangan lebih baik, donasi ke iBNuX, donasi akan membantu terus pengembangan aplikasi
{$_L['BW_Name']}
@@ -49,7 +49,7 @@
-