From 5069d1228d7ee3cecfcca34a18e7f6585f74ca1a Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 24 Mar 2017 10:16:27 +0700 Subject: [PATCH] update Readme and .htaacess for pages --- README.md | 107 +++++++++++++++++++++--------------------------- pages/.htaccess | 2 + 2 files changed, 49 insertions(+), 60 deletions(-) create mode 100644 pages/.htaccess diff --git a/README.md b/README.md index e7ea9545..13222e3b 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,45 @@ # PHP Mikrotik Billing ---- -@ibnux notes: ----- -> The project maybe has been abandoned, -> maybe the dev busy, -> and nobody donate to him, -> i will try to update as far as i can, -> any Modification will be update in here. - -### iBNuX Todos - - - Self registration, user must have voucher before registration - - SMS Notification for expired account - - PUSH Notification using onesignal - - embedable for mikrotik login template - ----- - ![N|phpmixbill](http://4.bp.blogspot.com/-3OWL5OI7pqU/VjocUDdzMDI/AAAAAAAAAiA/s_XJN0_mDlk/s640/Screenshot_8.png) -www.phpmixbill.com -by Ismail Marzuqi - -New Features: ---- -- New Coding (ORM & Smarty) -- New Design (responsive) -- NEW API Mikrotik (PEAR2_Net_RouterOS) + +This project maintained by [@ibnux](https://twitter.com/ibnux) + +Aplikasi ini dikelola oleh [@ibnux](https://twitter.com/ibnux) + +---- + +Download [Mikrotik Togin Template](https://github.com/ibnux/phpmixbill) + + + +Features: +---- +- Voucher Generator and Print +- Self registration, user must have voucher before registration - Multi Router Mikrotik - Hotspot & PPPOE - Easy Installation - Multi Language -and many more... -STEPS: Installation +TODOS: ---- -Auto Installer: -1. Unzip the contents of the zip file to a folder on your computer. -2. Upload the Entire phpmixbill folder to your website / server -3. Next you can rename the folder to whatever you like (billing, finance, manage etc..) -4. Now visit the uploaded location using your web browser to run the installer process. -5. Follow the instructions on screen to install PHPMixBill -6. For security, Delete the install directory inside system folder. -7. If you see blank page after installation, it might be your compiled folder permissoon is not writable. Please make permission 755 compiled directory inside ui folder to store the generated contents from theme. -Manual Install: -To install manually, follow this steps- +- SMS Notification to user +- send receipt via SMS or EMAIL +- Social Media Login -1. Unzip the contents of the zip file to a folder on your computer. -2. Upload the Entire phpmixbill folder to your website / server -3. Next you can rename the folder to whatever you like (billing, finance, manage etc..) -4. Sample config file is available here- system/config.sample.php . Rename it to config.php & put it in same location (/system/config.php) Open config file using a text editor & Put the database info and url. -5. Import database. Database file is located here- system/install/phpmixbill.sql -6. For security, Delete the install directory inside system folder. - -CRON JOBS +Installation ---- -Run Every 4 Hours -```sh -crontab -e -0 0,4,8,12,16,20 * * * /usr/bin/php -f /path/to/phpmixbill/system/cron.php -``` -Every system have different configuration for crontab +See [WIKI](https://github.com/ibnux/phpmixbill/wiki/Instalation) + +baca [WIKI](https://github.com/ibnux/phpmixbill/wiki/Instalation) System Requirements ---- -Most current web servers with PHP & MySQL installed will be capable of running PHPMixBill v5.0. +Most current web servers with PHP & MySQL installed will be capable of running PHPMixBill Minimum Requirements - Linux or Windows OS @@ -75,9 +48,22 @@ Minimum Requirements - GD2 Image Library - MySQL Version 4.1.x and above -copyright +can be Installed in Raspberry Pi Device. + +JASA ---- -(C) 2014-2015 PHP Mikrotik Billing + +Terima jasa instalasi PHPMIXBILL beserta mikrotiknya. + +Via Team Viewer maupun Barang dibeli dari saya dan tinggal pakai. + +1. Unit Mikrotik Router +2. Raspberry Pi Server (RasPi + Casing + Meory 16GB + Adaptor) + +Jasa kurang lebih Rp. 500.000, belum termasuk ongkir dan harga perangkat, Gratis Tanya Jawab via Messenger (Jika lagi senggang). + +hubungi ibnux di [Twitter](https://twitter.com/ibnux) atau di [facebook](https://facebook.com/ibnumaksum) + License ---- @@ -86,12 +72,6 @@ GNU General Public License version 2 or later see LICENSE file -Donate to first Developer ----- - -PayPal: iesien22@yahoo.com - -Bank Mandiri: 130.00.1024957.4 Donate to ibnux ---- @@ -102,4 +82,11 @@ BCA: 5410454825 Mandiri: 163-000-1855-793 -a.n Ibnu Maksum \ No newline at end of file +a.n Ibnu Maksum + +Donate to first Developer +---- + +PayPal: iesien22@yahoo.com + +Bank Mandiri: 130.00.1024957.4 \ No newline at end of file diff --git a/pages/.htaccess b/pages/.htaccess new file mode 100644 index 00000000..d044b848 --- /dev/null +++ b/pages/.htaccess @@ -0,0 +1,2 @@ +Header add Access-Control-Allow-Origin "*" +Header add Access-Control-Allow-Methods: "GET,POST,OPTIONS,DELETE,PUT" \ No newline at end of file