News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Help me protecting files/folders with .htaacess

Started by gamernaveen, September 14, 2007, 03:34:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gamernaveen

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...

Ryan

My recommendations:
You are not allowed to view links. Register or Login << free mp3 download - Powered by Ryan's District
You are not allowed to view links. Register or Login << free live anime with naruto and bleach - Powered by Sunite on this forum!

msd_1480

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

gamernaveen

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.