mirror of
https://github.com/sibyperiyar/Easy-HotSpot.git
synced 2024-11-10 09:22:53 +08:00
commit
39fe6034d9
1 changed files with 50 additions and 19 deletions
69
readme.txt
69
readme.txt
|
@ -1,3 +1,5 @@
|
||||||
|
Components/Packages/Scripts used in this project
|
||||||
|
-------------------------------------------------
|
||||||
Elevator – Metro UI Inspired Free Bootstrap HTML5 Template by graygrids.com
|
Elevator – Metro UI Inspired Free Bootstrap HTML5 Template by graygrids.com
|
||||||
https://graygrids.com/item/elevator-metro-ui-inspired-responsive-bootstrap-template/
|
https://graygrids.com/item/elevator-metro-ui-inspired-responsive-bootstrap-template/
|
||||||
|
|
||||||
|
@ -11,31 +13,60 @@ https://github.com/pear2/Net_RouterOS
|
||||||
https://github.com/pear2/Net_RouterOS/wiki
|
https://github.com/pear2/Net_RouterOS/wiki
|
||||||
https://wiki.mikrotik.com/wiki/API_PHP_package
|
https://wiki.mikrotik.com/wiki/API_PHP_package
|
||||||
http://pear2.php.net/support/
|
http://pear2.php.net/support/
|
||||||
|
-------------------------------------------------
|
||||||
Developed by: Siby P Varkey, sibyperiyar@gmail.com
|
Developed by: Siby P Varkey, sibyperiyar@gmail.com
|
||||||
Assistance: Sonal Siby, sonalsiby@gmail.com
|
Assistance: Sonal Siby, sonalsiby@gmail.com
|
||||||
|
-------------------------------------------------
|
||||||
|
Visual Documentation at : http://hotspot.helloperiyar.com
|
||||||
|
-------------------------------------------------
|
||||||
|
Software and Hardware
|
||||||
|
|
||||||
Visual Documentation at : hotspot.helloperiyar.com
|
As expected: HTML, CSS, JavaScript, PHP, MySql, PDO, Javascript/Ajax, Font Awesome, JQuery, Twitter Bootstrap ... & PEAR2_Net_RouterOS are the major software component parts of the utility. Above all the Mikrotik Router OS Based router or PC working with Router OS configured to an IP is the most important Hardware part involved.
|
||||||
|
|
||||||
As usual: HTML, CSS, JavaScript, PHP, MySql, PDO, Javascript Ajax, Font Awesome, JQuery, Twitter Bootstrap ... & PEAR2_Net_RouterOS
|
|
||||||
|
|
||||||
And above all the Mikrotik Router OS Based router or PC working with Router OS configured to an IP.
|
|
||||||
|
|
||||||
Requirements: Any web server supports PHP 5.x and all the above.
|
Requirements: Any web server supports PHP 5.x and all the above.
|
||||||
|
-------------------------------------------------
|
||||||
|
Prerequisites
|
||||||
|
A MySql database need to be created prior to operation, if it doesn't exist will be created automatically on initialisation.
|
||||||
|
|
||||||
A MySql database need to be created prior to operation, it it didn't exist will be created automatically on initialisation.
|
The details of the database need to be corrected in the file 'dbconfig.php' file before operation. (Host, DB name, DB Username and DB Password)
|
||||||
|
|
||||||
The details of the database need to be corrected in the file dbconfig.php file before operation. (Host, DB name, DB Username and DB Password)
|
The Details of the Router has to be entered in the 'config.php' file before operation. (Host(IP), username and password)
|
||||||
|
-------------------------------------------------
|
||||||
|
System Users: Who are operating this utility.
|
||||||
|
Any number of users can be created by the system Admin. There are 3 levels of system users, Admin, Unit head and system users. A default system admin with username 'admin' and password 'admin' will be created automatically on initialisation. Admin user can reset passwords of all other users. On resetting the password, it will be reset to 'password' for that user. All users can change their password using the change password option available in the system users section.
|
||||||
|
|
||||||
The Details of the Router has to be entered in the config.php file before operation. (Host(IP), username and password)
|
-------------------------------------------------
|
||||||
|
Documentation and Help
|
||||||
System Users: Who are operating this utility. Any number of users can be created by the system Admin.
|
For more details of the opetations and features of the utility please refer the visual documentation available at http://hotspot.helloperiyar.com
|
||||||
There are 3 levels of system users, Admin, Unit head and system users. A default system admin with username
|
-------------------------------------------------
|
||||||
'admin' and password 'admin' will be created automatically on initialisation. Admin user can reset passwords of all other users.
|
|
||||||
On resetting the password, it will be reset to 'password' for that user. All users can change their password using the change
|
|
||||||
password option available in the system users section.
|
|
||||||
|
|
||||||
For more details of the opetations and features of the utility please refer the visual documentation available at hotspot.helloperiyar.com
|
|
||||||
Major features:
|
Major features:
|
||||||
Creation of vouchers for Single person.
|
|
||||||
Creation of vouchers for Multiple persons.
|
Creation of vouchers for Single person. (Guest User Accounts/Hotspot users)
|
||||||
|
Creation of vouchers for Multiple persons.
|
||||||
|
Listing Active Users
|
||||||
|
Listing inactive Users
|
||||||
|
Remove Selected/All User Accounts
|
||||||
|
Remove all validity expired User Accounts
|
||||||
|
Server Log of Recent Activities
|
||||||
|
Removal of uninitiated guest accounts. Accounts created earlier but no one has started using it yet.
|
||||||
|
Voucher Management and Printing. 6 Different Voucher modes are available for Printing vouchers satisfying the needs of all.
|
||||||
|
Management of System user Accounts by Admin: Creation, Listing, Activation/Deactivation, Updating details and deletion of System users.
|
||||||
|
Hotspot User Profiles Management: Creation/Updation of User profiles in the router. Options like Session Timeout, MAC Cookie Timeout, Keepalive Timeout, Download and Upload Speed Limits, Number of simultaneous user logins allowed per user account etc can be set for each profile.
|
||||||
|
Re-printing of Last Voucher/Vouchers List.
|
||||||
|
and many more...
|
||||||
|
Please visit http://hotspot.helloperiyar.com for a detailed visual documentation of the project.
|
||||||
|
-------------------------------------------------
|
||||||
|
How to Install in different OS based PCs
|
||||||
|
Linux / Unix variations
|
||||||
|
................
|
||||||
|
..................
|
||||||
|
Windows Based PCs
|
||||||
|
................
|
||||||
|
..................
|
||||||
|
MAC OSX based MACs
|
||||||
|
................
|
||||||
|
..................
|
||||||
|
................
|
||||||
|
..................
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue