Author Topic: external web page for registering  (Read 26625 times)

Offline docfear

  • Full Member
  • ***
  • Posts: 20
external web page for registering
« on: November 26, 2006, 06:57:17 am »
hi  is it possible to have my own web page , where i can add a link so people can register to my hotspot?
so they can reg before they log on to my hs.

thanks in advance

Doc

Offline WorldSpot

  • Administrator
  • Hero Member
  • *****
  • Posts: 2472
Re: external web page for registering
« Reply #1 on: November 26, 2006, 11:15:10 am »
Yes

With uam allowed, you can put a list of allowed websites.
or with uamhomepage, you set your own homepage which will be viewed first.

Check the man page here: http://chillispot.org/chilli.html

Can't you use the custom page feature of worldspot?


Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #2 on: November 27, 2006, 06:07:35 am »
can you tell me where to add uam allowed?, i read the MAN page but got lost
i'm using dd-wrt V24 and i cant fond the chilli.conf
and yes it's working

thanks in advance

Doc

Offline WorldSpot

  • Administrator
  • Hero Member
  • *****
  • Posts: 2472
Re: external web page for registering
« Reply #3 on: November 27, 2006, 08:02:08 am »
All chillispot settings of the man page can be added in the additional options of dd-wrt.

Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #4 on: November 27, 2006, 04:20:19 pm »
great. ill try that

thanks a lot for your help

Doc

Offline Polykrates

  • Sr. Member
  • ****
  • Posts: 69
Re: external web page for registering
« Reply #5 on: November 29, 2006, 06:19:48 pm »
Here you see my external contact page:

http://www.ferienhaus-in-spanien.de/kontakt_world.htm

Regards
Pit

Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #6 on: November 29, 2006, 08:33:32 pm »
thanks for your help, but thats not what i need,
i just want to add Login/Pass and Register on my external web site

i tried uam allowed and it works great, but i need to know the commands so i can add Log/pass and reg

Doc

Offline WorldSpot

  • Administrator
  • Hero Member
  • *****
  • Posts: 2472
Re: external web page for registering
« Reply #7 on: November 29, 2006, 11:04:44 pm »
If you are using only tickets, it is possible.
You have several solutions.
The first one is a perl cgi script that is included in the chillispot sources that you can host on your own website.
There also exist php login scripts. Don't forget to modify the uam secret to be the one in your hotspot settings.
You will find more info on the (much spammed) chillispot.org forum in the uam section.

If you want to use free access, it won't be possible. registration must be done on the worldspot website.

Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #8 on: November 30, 2006, 01:06:07 am »
yes i want to keep it free, i dont want to host the script.
just want to add a shortcut to the login to your server (from mine)

if its not possible, i will still be happy

i love your service and dont want to bypass it

thanks for your help

Doc

Offline WorldSpot

  • Administrator
  • Hero Member
  • *****
  • Posts: 2472
Re: external web page for registering
« Reply #9 on: November 30, 2006, 10:19:20 am »
In the welcome page, you can add links to your website (or a redirection)
Then user can come back without any problems.
https://secure.worldspot.net/wk/Register?uam=1 for registration
I think you can even copy the login form html on your website.

I never tested the uamhomepage parameter...

Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #10 on: November 30, 2006, 04:12:28 pm »
for the registration i'm ok now, but for login, i tried coping your html and i get this error:
The requested URL /Uam was not found on this server.

is there a way to put a url to your server with the Uam part

thanks

Doc

Offline dansas

  • Sr. Member
  • ****
  • Posts: 116
Re: external web page for registering
« Reply #11 on: November 30, 2006, 04:19:01 pm »
This is related to my post of full custom hotspot landing web.
If we can make full customizable web the problems like this would be solved.
Greetings!

Offline WorldSpot

  • Administrator
  • Hero Member
  • *****
  • Posts: 2472
Re: external web page for registering
« Reply #12 on: November 30, 2006, 04:42:50 pm »
for the registration i'm ok now, but for login, i tried coping your html and i get this error:
The requested URL /Uam was not found on this server.

is there a way to put a url to your server with the Uam part

thanks

Doc
Try action="https://secure.worldspot.net/wk/Uam"


Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #13 on: December 01, 2006, 03:44:00 am »
great that did it

thanks again

Offline docfear

  • Full Member
  • ***
  • Posts: 20
Re: external web page for registering
« Reply #14 on: December 01, 2006, 06:03:53 pm »
well almost, i did not try to login, now when i login
i get your session Expired or hotspot not compatible, Sorry

heres what i did

uamhomepage http://www.myhomepage.com/login.html

in my login.html i changed your login script to <form action="https://secure.worldspot.net/wk/Uam" method="post">

is this correct??

thanks

Doc

 

anything