Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Free help and support => Topic started by: gamernaveen on September 14, 2007, 03:34:39 PM

Title: Help me protecting files/folders with .htaacess
Post by: gamernaveen on September 14, 2007, 03:34:39 PM
Hi guys , I need some serious help , am
writing a script module with PHP , to add
user email with password after payment from paypal to the .htpasswd log.

When a user registers , his email and password gets added to the .htpasswd log ,So obv. , when he logins , he gets a prompt asking username and password ,the matter is I dont want the prompt to display , instead , I want to have a classic text box to send the email/pass data to the server.

Is there a way to send username(email) and password data to the server without prompt using .htaacess file/folder protection ?

Please help me guys...
Title: Re: Help me protecting files/folders with .htaacess
Post by: Ryan on September 14, 2007, 07:56:14 PM
hmm
let me c what i can help after testin :-\
Title: Re: Help me protecting files/folders with .htaacess
Post by: msd_1480 on September 14, 2007, 09:16:40 PM
If you don't want to use Apache's authentication, then you'll have to do the authentication yourself using a web form and PHP
Title: Re: Help me protecting files/folders with .htaacess
Post by: gamernaveen on September 15, 2007, 01:53:28 PM
I need apache authentication , but isnt there a way to pass the user and pass data to the server with a PHP file without a prompt ?
Exclucing user:pass@serverdomain method... as I dont need it.