Topic: ASP Login Front-End

From the opening page...

"hotspotlogin.cgi should be seen as the reference implementation. On the forum you will find many variants of this script. Implementations exist in php, asp and even a binary version written in C. These scripts have special features which makes it easier for you to modify the script."



Where can I find the ASP version of the login pages.

Thanks

Re: ASP Login Front-End

from what i remember from the old chillispot forum there was a problem with windows and ASP and MD5,

the login script makes use of MD5 to hash the password and ASP couldnt deal with this correctly.

someone please correct me if im wrong.

Re: ASP Login Front-End

Where can I find the PHP version of the login pages.

Thanks

Re: ASP Login Front-End

The PHP version of the UAM page can be found inside this post:

http://www.chillispot.info/chilliforum/viewtopic.php?id=18

Re: ASP Login Front-End

Hi,

I've found a way to generate md5hashes with asp/c# and I'm able to convert bitstrings to hex and vice versa.

My problem are the following two lines:

$newpwd = pack("a32", $_GET["pwd"]);
$password = implode ("", unpack("H32", ($newpwd ^ $newchal)));

Don't know how to implemend them in c#.

Doesn't anybody has the asp loginscripts from the old forum, even if they may be buggy?

Thanks a lot.

Re: ASP Login Front-End

mvanhelmont wrote:

You can download my asp version that i have used for a while:

http://hotspot.helmont.nl/downloadsource.rar

Greetz

Marcel van Helmont

Hi Marcel,

I would be very interested in your asp version  ?

The link you specified does not go anywhere - can you specify another location ?

Cheers

David

Re: ASP Login Front-End

Hello,

Could you please upload the file
http://hotspot.helmont.nl/downloadsource.rar

Its broken please upload

yumi!!