[PHP] Web Based Control Panel for Hosting

2001-12-15 Thread Jeremiah Jester

I want to implement a web based control panel for updating email accounts,
checking account usage for all my hosted clients. Does anybody have any
experience? Are there PHP freeware packages out there that do this? Licensed
packages? Any recommendations. THanks!
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php.ini

2001-12-16 Thread Jeremiah Jester

Does it matter where my php.ini file is located on a windows2000 system?
Does it always need to be on the root of the volume where the files are
being served or can it be located on another volume?
Thanks,
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] picture gallery

2001-12-16 Thread Jeremiah Jester

does anyobody have a simply php image gallery script they could share with
me? Using for my personal site.
Thanks,
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] installing php on apache

2001-12-17 Thread Jeremiah Jester

i'm having trouble running php on my linux box running apache. the rpm is
installed but cant get my simple script to execute. What else do i need to
do. Edit php.ini? Edit httpd.conf? Peremissions? Apache runs fine by itself.
Thanks.
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] mysql php error

2001-12-17 Thread Jeremiah Jester

im trying to run phpMyAdmin but everytime i try to pull the index.php file
or any other associated with the MyAdmin program i get the following error
in my browser: cannot load MySQL extension,
please check PHP Configuration.

I'm guessing this means mysql is not installed properly or the php.ini file
needs to be modified. Anyone know how to check if mysql is properly
installed? How to start service? Ideas?

Thanks.
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php dir listing

2001-12-17 Thread Jeremiah Jester

Anyone have a php directory listing script that creates clickable links for
all items in folder list?

JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] htaccess problems

2001-12-17 Thread Jeremiah Jester

I cant seem to get my htaccess file to work. Can anyone help? Heres what i
have now:

AuthUserFile /var/www/html/private/ .htpasswd
AuthGroupFile /dev/null
AuthName PrivateDomain
AuthType Basic


require valid-user


I then type 'htpasswd -c .htpasswd myusername' and then set password.
Everything seems to be in order but i'm not prompted for user name and
passwd when i try to access protected area via the web? Both htaccess and
htpasswd files are in 'private' directory. Permission on secure folder is
755. Is that right? What about permissions for htaccess and htpasswd files?
Do I have to enable htaccess ability through apache first through
httpd.conf? Can anyone help?

Thansk,
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] sql password

2001-12-18 Thread Jeremiah Jester

Im attempting to install mysql. The service started and everything seems to
be going ok except for that I can't set the root password for the mysql
server. Whenever i type:

I get the following error:


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] sql password

2001-12-18 Thread Jeremiah Jester

Im attempting to install mysql. The service started and everything seems to
be going ok except for that I can't set the root password for the mysql
server.

To reset password i type:

/usr/bin/mysqladmin -u root -p mypassword

Then I get the following error:

/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'

Can anyone help?
Thanks,
JJ


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]