Joined: Sat Aug 02, 2008 11:56 am Posts: 40
Karma: 0
Quote:
how do i make my own hotspot page??
FOLLOW THESE INSTRUCTIONS:
1. go to inside of your routerboard via winbox 2. open Files 3. there is a file by this name: hotspot/login.html drag it to your desktop and change the logo and the design of the page as you wish. 4. drag the file with this image that you used in your design into your winbox >Files (the same place) again.
and reboot your routerboard to see your design ...
Regards,
Twana
Attachments:
hotspotdesign.jpg [ 100.11 KiB | Viewed 34980 times ]
Joined: Wed Mar 02, 2005 5:06 am Posts: 564
Karma: 0
Location: Maine
Nice Mikrotik hotspot ad in Linux Journal!
Though you are a foreign company so you probably wouldn't get in trouble for it, you should gain written copyright permission before using others' images in commercial advertising.
My hotspot screenshot was on there. I won't complain, because it's essentially free advertising and looks good there!
Joined: Mon Feb 12, 2007 5:50 am Posts: 550
Karma: 1
Location: Virginia, USA.
ashish wrote:
Simple Way.....
Copy the Folder called "Hotspot" to your desktop. Edit the file Called "Login.htm",
Make Sure that the New Logo/ Pictures are available at the destination folder. After Testing It Just Copy the Folder again and Paste it in to Router.
You can Copy & Paste the Things using FTP, Instead of DRAG N DROP.
I have removed the Sample file, Normis It is downloaded 135 Time.....But we will appreciate if you put the Sample files here..It will be easy to modify and easy to use for all our MikroTik users....
Joined: Thu Mar 12, 2009 12:35 am Posts: 14
Karma: 0
heya i want to use Hotspot so all my clients when they want to use internet open a page and put username and password of no internet i did everything ok from Radius server then at ip/Hotspot i add dst and dst port now i come to the file i drag the login to the desktop edit it and then change the site to the ip of my mikrotik and then when i try it don't work! any clue i did everything as what's showing me here : http://www.aradial.com/DownLoads/Mikrot ... -Guide.pdf but when i open the page don't ask me for username ans password i need it i hope someone can help me with. Thanks for your Help
Wow that's nice. Any chance of giving me the sample code. I try to to make changes to the login.html but won't work. I used coffecup html editor to edit but when I used the WYSIWYG, the login.html corrupted.
Joined: Sat Jun 06, 2009 3:54 am Posts: 1081
Karma: 21
Location: Brisbane, Australia
Quote:
Hi, Can you give any guidance on mikrotik user manager integration with Micros (PMS) Fidelio This is required by a customer. would be happy to have any help / guidance on this.
We've looked at this previously, it would require someone to develop and maintain the linking software to interface mikrotik user-manager with fidelio (hirum is another one we get asked about).
If you want to discuss this further it would be best to start a new thread.
Joined: Wed Feb 09, 2005 8:11 am Posts: 7
Karma: 0
omega-00 wrote:
Quote:
Hi, Can you give any guidance on mikrotik user manager integration with Micros (PMS) Fidelio This is required by a customer. would be happy to have any help / guidance on this.
We've looked at this previously, it would require someone to develop and maintain the linking software to interface mikrotik user-manager with fidelio (hirum is another one we get asked about).
If you want to discuss this further it would be best to start a new thread.
Joined: Sat Jun 06, 2009 3:54 am Posts: 1081
Karma: 21
Location: Brisbane, Australia
Got another one here for a seperate hotel/uni service we provide.
The one shown here doesn't include it, but each site can have its own message of the day included below the 'view plans' section. We've also made allowances for hotel groups to have their own 'skin' for this page if they wish.
I've also blanked out the location and the phone number for privacy reasons.
Joined: Tue Feb 07, 2006 8:54 am Posts: 94
Karma: 2
Location: Queenstown
Good Pages, gave us some ideas and helped us to revamp our existing page with this new one. Dual login for 16 digit and plan (copied) was a pain, adding Green, orange, red status light made my day. Clean, all other info is hosted on our site externally, we used to have one central hotspot page, now there is one on each radio, harder to manager, but more relevant information and they still see it if the net is down.
Joined: Fri May 28, 2004 10:04 am Posts: 17131 Location: Riga, Latvia
not sure about this one, but you can always use an < iframe > and put anything you want in there. just make sure to add that address to walled garden so that the login page can show it before authenticate.
Joined: Tue Feb 07, 2006 8:54 am Posts: 94
Karma: 2
Location: Queenstown
omega-00 wrote:
What runs/triggers a green light? Is it a running javascript or something or is it only set when the page first loads?
Good Question. We used the Object tag, if it can't find one image it steps down to the next one. only works on IE version 8 & Above, most other browsers have no issue.
What payment gateway do you use? We are hurting for something and it appears that MT is still working the bugs out of their usermanager with paypal and customizations etc..
We are thinking about getting DMA Softlab Radius Manager Billing System v3.6.1 What are you thoughts on this or do us use something else.
Joined: Sat Jun 06, 2009 3:54 am Posts: 1081
Karma: 21
Location: Brisbane, Australia
desertadmin wrote:
Hey Omega-00
What payment gateway do you use? We are hurting for something and it appears that MT is still working the bugs out of their usermanager with paypal and customizations etc..
We are thinking about getting DMA Softlab Radius Manager Billing System v3.6.1 What are you thoughts on this or do us use something else.
-Sincerely, DesertAdmin
We've actually built our own system from scratch, we started a couple of months before mikrotik started work on their usermanager but have built an entire backend system for our own needs that (if I can say so myself) works really well.
No plans on selling or offering it out at a cost yet.
Last edited by omega-00 on Tue Jun 23, 2009 12:40 pm, edited 1 time in total.
No plans on selling or offering it out at a cost yet, as we've used lots of open source systems and we'd be breaking GPL if we sold it without releasing the source.
well, you are also breaking it by not releasing any source at all no matter if you sell it or not, source has to be opened to the public, including instructions on any uncommon tasks how to compile/run it and any needed software to get it running. which does not mean, you need to supply a apache-source just for a php-application, but if you wrote some special script for gcc that is needed to get it running it has to be supplied along with the source.
a different thing would be if you only used lgpl-ed software. with the lgpl you are allowed to use it and not open the source.
you are not violating the gpl just by _using_ it. just if you are using gpl-code itself in your application or you are linking against a gpl-library makes you violate it, if you don't release it afterwards to the public.
from what you said i think you created a php/mysql-application that is writing configs for a freeradius-server. as long as you are just "communicating" with these programs and not directly using code of them everything is cool and you don't even have to release it (but it would be cool ).
so don't worry about it, it just looked as if you would be really using gpl-code in your first post.
and of course you could also sell it without releasing the source, which is not a good idea with a php-application except you are using code-scrambling like dms labs with their radius manager.
Hello friends, I can see lots of nice Hotspot log in page style here but can any one help me with the problem which I facing when editing the log in page? When I tried to edit it (Login.html) with Frontpage or Adobe Golive and put it back to Hotspot folder in Winbox it didn't let user to log in. I have users with no passwords in my Hotspot and when user put their log in name and enter it returns to the same log in page without any error. pls help.
Here's ours. It is a generic page but it has a very good layout. We use the services of http://www.hotspotsystem.com. Working very well, however we may design this further with our own logos, etc.
I just started using Mikrotik a few days ago, and this is my login page. It is designed to use on a camping. The website mentioned on the hotspot is not in use yet, because i didn't have time yet to do it.
For the internet, I use a UMTS connection.
Here's the translation in English:
Please login to use this hotspot. Try it for free, click here!
The rules: No Youtube, no streaming radio, no downloads. So everyone can enjoy.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum