how to installing awstat to web directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gdr
    Junior Member
    • Apr 2004
    • 2

    #1

    how to installing awstat to web directory

    dear all..
    anyone knows how to installing awstat to web directory..??
    just like http://www.mydomain.com/awstat/ so the client no need login to cpanel

    Thank's
  • Jonathan
    Senior Member
    • Mar 2004
    • 1229

    #2
    not sure if you can...
    "How can someone be so distracted yet so focused?"
    - C

    Comment

    • openbox
      Senior Member
      • Mar 2004
      • 238

      #3
      You could always install your own.

      Comment

      • gdr
        Junior Member
        • Apr 2004
        • 2

        #4
        how about copying from cpanel..?
        any suggestions.??

        Comment

        • -Oz-
          Senior Member
          • Mar 2004
          • 545

          #5
          cpanel is so integrated into itself i doubt it would work, you'd be much better off installing your own.
          Dan Blomberg

          Comment

          • Frank Hagan
            Senior Member
            • Mar 2004
            • 724

            #6
            There's a way to do it with javascript, I think. Or maybe it was some kind of server side re-direct. I seem to remember having this capability at my prior host's site. I'll try to think of it again.

            Comment

            • Pedja
              Senior Member
              • Mar 2004
              • 329

              #7
              Some time ago I managed to use custom installed awstats and make it read and show statistics created by dathorn's awstats. I even psoted here explanation how to do it. That is lost with old forum crash, and I am not happy of going through all that again. After all statistics created by Dathorn's awstat are hardly usable since most important features are disabled.

              The best thing you can do is to set cpanel to copy your log files into account folder so your custom awstats can access them. Some people say they tried it and found out that copied logs are often not complete. There is also problem, that if you need good statistics you have to use options that are disabled on Dathorn's stats because they are taking too much of resources.

              You may try Fiunnel Web Analyzer. There is free version that produces fine statistics. Thatis Windows desktop applicatin that can download logs and produce statistics and even upload results to your site if you wish. I plan to use that, and offer clients to have their statistics localy. I will have to teach them how to use it, but at least I won't bother of instaling and maintaining otherwise unneccessary software on hosting server.

              Comment

              • openbox
                Senior Member
                • Mar 2004
                • 238

                #8
                There are logs stored in /home/username/tmp/awstats.

                Enjoy

                Comment

                • DomainDog
                  Senior Member
                  • Mar 2004
                  • 158

                  #9
                  Originally posted by openbox
                  There are logs stored in /home/username/tmp/awstats.

                  Enjoy
                  So how exactly do we access these logs? I've tried many different iterations of the above sequence, but to no avail.

                  Anybody know? Also, has anyone successfully installed a custom version of AWStats? I'd like a version that updates hourly or every 3 hours instead of once per day as the installed version does.
                  ** Custom Graphics **
                  ** FLASH Animations **
                  ** Specialty Domains **
                  ** Website Design **

                  Comment

                  • openbox
                    Senior Member
                    • Mar 2004
                    • 238

                    #10
                    Originally posted by DomainDog
                    So how exactly do we access these logs? I've tried many different iterations of the above sequence, but to no avail.
                    Shell in and cd to /home/whateveryourusernameis/tmp/awstats and have a look around. That's the location of my log files, I would assume the same for all.

                    Comment

                    • diver
                      Junior Member
                      • Mar 2004
                      • 13

                      #11
                      There is an easy way to do this:

                      http://www.josheli.com/vox/ has the info.


                      Works great. I have it set up on several domains for my customers.

                      Comment

                      • Stelex
                        Member
                        • Mar 2004
                        • 30

                        #12
                        Is there any any any chance we could have awstats updated every 6 hour ?

                        Comment

                        • DomainDog
                          Senior Member
                          • Mar 2004
                          • 158

                          #13
                          Originally posted by Stelex
                          Is there any any any chance we could have awstats updated every 6 hour ?
                          Even twice a DAY and I would jump for joy!
                          ** Custom Graphics **
                          ** FLASH Animations **
                          ** Specialty Domains **
                          ** Website Design **

                          Comment

                          • cheemin
                            Junior Member
                            • May 2004
                            • 1

                            #14
                            To use awstats variables

                            How can I use awstats variables in my website? I want to show the unique visitor number in a page of my website.

                            Comment

                            • Frank Hagan
                              Senior Member
                              • Mar 2004
                              • 724

                              #15
                              This script bothers me. It has you populate these variables with the username and password that gives access to our servers:

                              $user = 'username';//your cpanel username
                              $pass = 'password';//your cpanel password
                              $domain = 'mydomain.com';//do not include 'http://' or 'www.'
                              Isn't this a security issue if this information is stored, unencrypted, in a .php file in the public_html folder?

                              Comment

                              Working...