Re: [PHP] PHP - Basic Auth - Cpanel

2004-04-09 Thread Hernan Marino
This is a problem I had with my onw control panel for letting logged in users use phpmyAdmin. I just setted in the redirection script the $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] so the popup dont show up. But if cpanel dont use PHP, and just passwd file with an .htaccess file, NO WAY

Re: [PHP] PHP - Basic Auth - Cpanel

2004-04-08 Thread Ryan A
> > My questions: > > How do I know where to send the data? (eg: which is the authenticating > > file?) > > Do I pass it as a GET or a POST or what? URL encode? > > You need to tell the browser to use the log in credentials, this is done > by redirecting the browser to http://username:[EMAIL PROTEC

Re: [PHP] PHP - Basic Auth - Cpanel

2004-04-08 Thread Marek Kilimajer
Ryan A wrote: Hi, A client is selling hosting from his site, and _his_ clients get their own control panel from CPanel, for the sake of understanding I will name my client A and his client(s) B. When B needs to log into his cpanel he basicially goes to his a url like this: http://hisSite.com/cpanel

RE: [PHP] PHP - Basic Auth - Cpanel

2004-04-08 Thread Aaron Wolski
Hi Ryan, This question would likely be best served at the following sites: http://forums.cpanel.net http://forums.servermatrix.com www.webhostingtalk.com Happy hunting :) HTH Aaron > -Original Message- > From: Ryan A [mailto:[EMAIL PROTECTED] > Sent: April 8, 2004 3:26 PM > To: [EMA