How do I track who's viewing my site?
Posted: Fri Feb 02, 2007 11:47 am
Okay, first my background. I have some technical knowledge but I know little to nothing about PHP.
I wanted to create a members-only section for my site. I decided to protect it using PHPBB and was able to splice code here and there so you would have to login (via PHPBB) to view my members-only section. I also spliced in an IP logger that also logged the username.
However, I realized the problem was that only the page was protected: not the files, i.e. pictures and whatever.
So now I am starting over. I am willing to use the .htaccess method of protecting my directory BUT
I want to know if there's a PHP solution that will track who is accessing the members-only section by username and IP.
Thanks in advance. Sorry if my post is incomprehensible - English is not my first language. Thanks again!
I wanted to create a members-only section for my site. I decided to protect it using PHPBB and was able to splice code here and there so you would have to login (via PHPBB) to view my members-only section. I also spliced in an IP logger that also logged the username.
However, I realized the problem was that only the page was protected: not the files, i.e. pictures and whatever.
So now I am starting over. I am willing to use the .htaccess method of protecting my directory BUT
I want to know if there's a PHP solution that will track who is accessing the members-only section by username and IP.
Thanks in advance. Sorry if my post is incomprehensible - English is not my first language. Thanks again!