web hosting administration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
newbiegirl
Forum Newbie
Posts: 2
Joined: Thu May 01, 2003 5:05 pm

web hosting administration

Post by newbiegirl »

Hi all,

Im still learning right now but I would like to host several webpages for myself & my friend. I would like to use php to monitor ftp traffic, web traffic and email traffic so i can determine how much my friends should pay when i get the bill from my isp. To prevent confilict between friends I would like to write this data into a mysql database and export the needed data into CSV into excel.
Does anyone know any good administration packages that are FREE so i can do the above?

thank you i really appreciate it

If i can get this running then maybe I can give some web space to the person that helps me thank you ! :D

Em
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

depends on how much influence you have on the server configuration.
e.g. take a look at
http://httpd.apache.org/docs-2.0/mod/mod_logio.html
http://httpd.apache.org/docs-2.0/mod/mod_proxy_ftp.html
Post Reply