The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> System Administration
> Security and Cryptography
|
nice-looking login
Discuss nice-looking login in the Security and Cryptography forum on Dev Shed. nice-looking login Security and Cryptography forum discussing issues related to coding, server applications, network protection, data protection, firewalls, ciphers and the like.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 10th, 2000, 07:00 AM
|
|
Member
|
|
Join Date: Jul 2000
Posts: 35
Time spent in forums: 2 m
Reputation Power: 13
|
|
I have a password-protected page using .htaccess. I works great for what it does: when I call the page in the browser, a box pops up asking for my name and password. However, I want to creat a login page for the user. There should be a two text input boxes, one for user name, and one for password, plus a submit button. This is instead of the pop-up box. Any way of doing this?
Dusty
------------------------------------------------
http://TerribleHost.com 50megs/php/mySQL $9.99 month
------------------------------------------------
[This message has been edited by dusty351 (edited November 04, 2000).]
[This message has been edited by dusty351 (edited November 04, 2000).]
|

September 28th, 2000, 02:12 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Dusty,
Yes this is possible, you would do it using Perl or PHP, or any other server-side programming language, C++, Java... etc.
If you are familiar with any one of these languages then you need to learn how to do CGI with them, then you can create a page to suit your needs. Have a nice day! (:
|

October 13th, 2000, 12:37 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Theres quite a nice PHP script to do this, at http://phortify.sourceforge.net/ .
|

October 20th, 2000, 07:36 AM
|
|
Member
|
|
Join Date: Jul 2000
Posts: 35
Time spent in forums: 2 m
Reputation Power: 13
|
|
|
Acually, the problem is that the login form has to be at one website (TerribleHost.com) and the user is logging into a second site (the web-based Control Panel in thier own site).
So I'm looking for a way the collect this info from the user via a form, and send it to another site, either GET-form style (http://somewhere.com/menu?user=joe&password=bubblegum) or in the header info with PHP like this:
Header ("user:joe; password:bubblegum")
But I don't know the syntax.
------------------
|

November 3rd, 2000, 06:49 PM
|
|
Contributing User
|
|
Join Date: Nov 2000
Location: Denmark
Posts: 69
  
Time spent in forums: 7 h 3 m 19 sec
Reputation Power: 17
|
|
(argh... trying to type ":" and p, but it keeps messing up, here's another try!  )
hi there!
can't you just redirect the surfer to this url:
http:// username : password @www.yoursite.com/secret_area/??
[This message has been edited by SiS (edited November 03, 2000).]
[This message has been edited by SiS (edited November 03, 2000).]
[This message has been edited by SiS (edited November 03, 2000).]
[This message has been edited by SiS (edited November 03, 2000).]
|

November 4th, 2000, 09:44 AM
|
|
Member
|
|
Join Date: Jul 2000
Posts: 35
Time spent in forums: 2 m
Reputation Power: 13
|
|
Thank you. That was exactly what I was looking for. Good luck with your :'s and p's, SiS.
Dusty
------------------------------------------------
http://TerribleHost.com 50megs/php/mySQL $9.99 month
------------------------------------------------
[This message has been edited by dusty351 (edited November 04, 2000).]
|

November 4th, 2000, 07:20 PM
|
|
Contributing User
|
|
Join Date: Nov 2000
Location: Denmark
Posts: 69
  
Time spent in forums: 7 h 3 m 19 sec
Reputation Power: 17
|
|
 thanx!!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|