|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
web site counter.
I wound like to know, what is a good web site counter. I'm while to pay.
__________________
Gateway |
|
|
|
|
|
#2 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Most counters do not really work that well. It makes more sense to look at the log files of your web hosting account. A good web hosts offers you access to the files or even a tool like Webalizer oder AWStats to analyze the logs.
That way you can see where people come from, what did they look at at your site and which page is the most popular on your account. Christoph
__________________
Life is a journey, not a guided tour. |
|
|
|
|
|
#3 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
|
|
|
|
|
|
#5 |
|
Member (8 bit)
|
http://www.Bravenet.com - Free, and mostly easy to use.
|
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: Mar 2001
Location: Iowa
Posts: 413
|
I use Microsoft's Fastcounter on some of my sites. Works well for me. http://www.bcentral.com/products/fc/default.asp
|
|
|
|
|
|
#7 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,382
|
Counters on websites never show an accurate count. You know, there could be some idoit who refreshes the page 271 times to get the count up to 500 just for fun.
Counters are usually java applets or activeX. The java ones fail half the time. Counters, I think, are just annoying little things that serve almost no purpose. If you want to advertise how many visitors you have had in say, the past week, just add a line somewhere that says: "There have been 523 visitors between 11/13 - 11/20." Or, "A record breaking number of visitors this week total at 523."
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#8 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Webtrends is more into analyzing the web server log files. AWStats does that for free - usually enough for most people. If you have an extreme busy site and make money with it - then spend money on Webtrends.
Christoph |
|
|
|
|
|
#9 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I was thinking about using AWStats, But it look to be very hard to setup. Is there any body that can help me understand the set up procedures. Thanks
|
|
|
|
|
|
#10 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Your web host should be able to assist you with that.
There is also a good FAQ here: http://www.taltos.org/awstats_4_1_docs/awstats_faq.html http://www.gnacademy.org/src/cgi-bin...ats_setup.html http://freshmeat.net/projects/awstat...43%2C148%2C245 What exactly are you seeing when you install it? What's the error? Christoph |
|
|
|
|
|
#11 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I downloaded AWSTATS 5.1 ZIP file, after unzipping the file all the file are in the unzipped folder. When checking out the awstats fold there are three other folder 1 doc, 2 wwwroot, 3 tool after reveiwing the content most of the folders have doc,notebook and explorer files. I read the setup/install procedures I have no idea were to start. I wrote to my hosting company they said they don't support instruction this serive. I wrote to awstats no answer. I hope someone has done it before. I'm sure it's quite easy after doing it once??
|
|
|
|
|
|
#12 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
I am sorry to hear that your web host refuses to help. I usually try to help my customers when they get stuck with these things. Of course they should at least try first and I cannot guarantee that I get 3rd party scripts to work. But your host should at least try ....
I just updated my awstats to 5.1 from 4.61 - your question actually inspired me to move to the latest version. Do the following: 1) Copy the contents of the awstats cgi-bin folder from your hard drive to your server's cgi-bin directory (this includes awstats.pl, awstats.model.conf, and the lang, lib and plugins sub-directories). 2) Copy awstats.model.conf file into a new file named awstats.conf (copy/rename) Copy the icon folder to your "public_html folder create a folder called "awlog" in your main directory 3) Edit the new config file with your own setup : - Change LogFile value with full path of your web server log file. In my case that is: LogFile="/usr/local/apache/domlogs/mydomainname.com" - Check if LogFormat has the value "1" (it means "NCSA apache combined/ELF/XLF log format"). - Change DirData parameter to reflect relative path DirData="/home/username/public_html/awlog" - Edit SiteDomain parameter with the main domain name or the intranet web server name used to reach the web site to analyze (Example: SiteDomain="www\.domain\.com"). - You can change other parameters if you want but I would try this first. 4) CHMOD your awstats.pl file to 755 5) Call the awstats.pl file in a browser window 6) You should see the statistic page but no data 7) You will need a cronjob to copy the log file to your domain folder /home/username/www/cgi-bin/awstats/awstats.pl -config=domainname.com -update + the time settings of course. I did had it run every 2 minutes until the system worked. Now it runs every 24 hours one time. Now call the awstats.pl file in your browser again. You should now see your stats and charts populated! Ok, now if it still does not work check the FAQ and error code page here: http://awstats.sourceforge.net/docs/awstats_faq.html If you still have problems you need to verify the path names. They might be different at your web host. Let me know if that works! Good Luck! Christoph Last edited by Christoph; 11-23-2002 at 11:15 PM. |
|
|
|
|
|
#13 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
I forgot one thing to mention - in my cgi-bin directory I created an awstats folder. You need to adjust your path if you use my cronjob example - otherwise just remove the awstats from the path in the cronjob.
Let me know how things go. Christoph |
|
|
|
|
|
#14 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
Christoph
The only thing I been able to do is Copy the contents of the awstats cgi-bin folder from your hard drive to your server's cgi-bin directory (this includes awstats.pl, awstats.model.conf, and the lang, lib and plugins sub-directories). The other procedures from step (2) on problem. I'm trying to figure out, how to make a new folder. I can't find the public_html folder |
|
|
|
|
|
#15 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
If you do not have a public_Html folder your web host has a different setup. What I have as the public_html folder that should be your main directory then. So, do not worry about the name. It is just very common that hosts use a setup that has a public_html folder.
What ftp software are you using? Can you make right clicks on the server side? Does a menue appear? If you do not have a decent ftp software try this one: http://sourceforge.net/projects/filezilla It's free! It's fast! It's sufficient! Install it and log on to your account. Make a right click and it will show "create directory". Or you create that folder on your local hard drive and upload the whole folder. Let's do this one step at a time. ![]() Let me know how far you get! Christoph PS: Who is your web host if I may ask? Last edited by Christoph; 11-26-2002 at 03:35 PM. |
|
|
|
|
|
#16 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
Web host is www.mijnhost.com
|
|
|
|
|
|
#17 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I have WS FTP limited edition ver. 4.04
|
|
|
|
|
|
#18 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Try the steps I described above. That looks like a normal hosting account - so, you should be able to do all this. If it still does not work we have to figure out something else ...
Christoph |
|
|
|
|
|
#19 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I made a awstats.conf folder. I put awstats.modle.conf in that folder.
|
|
|
|
|
|
#20 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Allright. You are on your way.
Just follow my instructions listed above - step by step. Christoph |
|
|
|
|
|
#21 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I'M UP TO COPing THE ICON FOLDER TO YOUR "PUBLIC_HTML FOLDER. THE ONLY FOLDERS I HAVE ARE .
BORDERS DERIVED FPCCLASS OVERLAY PRIVATE THEMES VTI_BIN VTI_CNF VTI_LOG VTI_PVT VTI_TXT AWSTATS.CONF IMAGES INDEX.HTML_FI WEBSTAT |
|
|
|
|
|
#22 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Put it into your main folder - the one that holds your index file.
Christoph |
|
|
|
|
|
#23 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I'm at number 3 I have no glue were to start.
|
|
|
|
|
|
#24 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Open the file in wordpad, go to "edit" and "find". Do a search for " LogFile= " and put in the path for your server. I would try it by just replacing the mydomain.com with your domain name. After you have made all the changes and it does not work you will need to ask your host for the path to the log files.
Then search for the other items listed and change them accordingly. Christoph |
|
|
|
|
|
#25 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
I can't find LogFile= and I tried to get the path from my host no anwser. At a stand still.
|
|
|
|
|
|
#26 | |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
You should have this in your awstats.conf file:
Quote:
How long are you waiting already for a response from your web host? Christoph |
|
|
|
|
|
|
#27 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
In the host awstats.conf folder I only have one file awstats.model
and in my awstats.conf folder on my hard drive is empty. |
|
|
|
|
|
#28 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Rename
awstats.model.conf to awstats.conf and use that file to make all the changes as needed! That is step number "2" that I listed above. Come on - you can do it. Just follow the instructions and also take a look at the URLs I provided. It is not that difficult. Christoph |
|
|
|
|
|
#29 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Middletown, NJ
Posts: 341
|
Your good Christoph! you know that I'm giving up. I'll try again thanks
|
|
|
|
|
|
#30 |
|
Member (10 bit)
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
|
Don't give up so easily. You have been pretty persistent so far!
Christoph |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|