[PHP] How to authnticate and use contents from ${HOME}

2009-07-06 Thread schneider . chantale
Hello, My name ich Chantale, I am 15years old and in a german Lycee. I like to study Informatic in two years and now try to code my first applications. I am new to php and like to code my own Intranet Web-Interface which should run on my FileServer at home. I have installed suPHP, but it

[PHP] How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hello, My name ich Chantale, I am 15years old and in a german Lycee. I like to study Informatic in two years and now try to code my first applications. I am new to php and like to code my own Intranet Web-Interface which should run on my FileServer at home. I have installed libapache2-mod-suphp

Re: Re: [PHP] How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
What is xamp? I have my own webinterface and need only to authenticate the loginuser to let him/her work on the ${HOME} Thanks Chantale - original Nachricht Betreff: Re: [PHP] How to authnticate and use contents from ${HOME} Gesendet: Mo 06 Jul 2009 15:14:16 CEST Von: Bastien

Re: Re: [PHP] How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hello Isaac, http://en.wikipedia.org/wiki/List_of_LAMP_Packages I am not interested in LDAP and MySQL stuff. This is overkill for my Intranet Server. What are you wanting to build in your interface? And as I have written, I am learning PHP-Coding. So ready-to-use-stuff where no one know how

[PHP] Re: How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hi Isaac, Installing LAMP is not a good idea for productive servers. Always stick with the Packages of your distribution to get all upgrades. Ack! I use Debian/Lenny Activating a module isn't hard at all, so... there's not really a need for packages like LAMP on a unix-like OS. The point

[PHP] Re: How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hello Carl, PHP may not be the thing to do this.. because it sounds like you want the users to chroot to ${HOME} which php especially on a vhost does not do. It is not a VHost. It is a full blown machine. with apache2, php5, libapache2-mod-suphp, courier-imap/mta If you want users to

[PHP] Re: How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Sorry for the second mail, but my first one was rejected and the rest from the list was gone diirectly into the Spamfolder from Freenet... Chantale #adBox3 {display:none;} -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: [PHP] Re: How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hello Ashley, This really seems like you would be best off doing this with a simple SSH connection. I see you use Linux, so that makes things easier. Ehm, no, I use office.freenet.de and the Webinterface. You can manipulate files as if they were in your local file system with KDE IO

Re: Re: [PHP] Re: How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hi back, - original Nachricht Betreff: Re: [PHP] Re: How to authnticate and use contents from ${HOME} Gesendet: Sa 11 Jul 2009 17:55:24 CEST Von: Ashley Sheridana...@ashleysheridan.co.uk Have you looked at other online solutions for this? For someone who is just learning PHP,