Jump to content

Awstats Wordpress Plugin


Rajio

Recommended Posts

I'm trying to set up this script:

 

http://www.curioso.org/2005/04/05/awstats-plugin/

 

so that I can have it work with my sites stats like this site does:

 

http://infosthetics.com/archives/2005/09/s...s.html#comments

 

The script inclused these lines:

 

>// Change these two lines if the default values do not work
//
$awstats_dir = '/var/lib/awstats';
$awstats_site = awstats_getsite(get_settings('siteurl'));

 

What should these variables be set to?

 

thanks.

Link to comment
Share on other sites

  • 5 months later...

Actually,

I have a Wordpress 1.5 blog up on my other account and I was able to install this plugin clean with no modification to the .php file, ie it still reads:

 

$awstats_dir = '/var/lib/awstats';

$awstats_site = awstats_getsite(get_settings('siteurl'));

 

i dont know if this is important info, but I am adding it since it might be worth considering for whoever can help me...:-)

 

the original code included with the plugin didnt work for my wp 2.0 blog, though, so I tried this :

 

$awstats_dir = '/home/*********/tmp/awstats';

$awstats_site = awstats_getsite(get_settings('siteurl'));

 

and it wont work either. Ill throw in a gratuitious smiley for good measure! :)

 

 

Edit: TCH-Bruce - removed user identifying information, please don't post your user ID info in the forums

Link to comment
Share on other sites

Stop the presses!!! Im back with more information that could possibly be useful...!

 

I used to have a different domain hosted at this account. My former domain still has awstats files in my awstats folder...could this be confusing the plugin..? If so, should I just delete the files which have my old domain name as part of the filenames?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...