GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Dumping Awstats from multiple domain together? (https://gfy.com/showthread.php?t=1029230)

BareBacked 07-06-2011 09:56 AM

Dumping Awstats from multiple domain together?
 
Hi.
Does anyone know a way to import the results from Keyphrases used on search engines

From like 100 domains into one big spread sheet?

thanks

BareBacked 07-09-2011 10:19 AM

Quote:

Originally Posted by BareBacked (Post 18264113)
Hi.
Does anyone know a way to import the results from Keyphrases used on search engines

From like 100 domains into one big spread sheet?

thanks

Thanks for the info:thumbsup

seeandsee 07-09-2011 10:21 AM

Quote:

Originally Posted by BareBacked (Post 18270915)
Thanks for the info:thumbsup

man you know how to get help :1orglaugh

martinsc 07-09-2011 10:57 AM

Quote:

Originally Posted by seeandsee (Post 18270926)
man you know how to get help :1orglaugh

:1orglaugh:1orglaugh

BareBacked 07-23-2011 12:11 PM

Quote:

Originally Posted by seeandsee (Post 18270926)
man you know how to get help :1orglaugh

Thanks for the Help :thumbsup

u-Bob 07-23-2011 12:18 PM

easier to parse the raw apache logs for those sites.

Barry-xlovecam 07-23-2011 02:07 PM

I am going to take a wild guess ... since you have goten no answer.

Set up a awstats install 'mutiple_sites'
and in the configuration file point the log's variable to
Code:

my @multiple_logs = ( 'log1.log', 'log2.log','log3.log');
my $log_path = @multiple_logs;


In other words, create an array of the log files then rename that array to the original variable name.

Might work, never tried to make a $string from an @array of log file lines ...

Good coding experiment anyway :P

Barry-xlovecam 07-23-2011 02:11 PM

Quote:

Originally Posted by u-Bob (Post 18302567)
easier to parse the raw apache logs for those sites.

see: http://blamcast.net/articles/recursi...-strings-files

looks like it may work remember to cd to the directory of the logs

Barry-xlovecam 07-23-2011 04:00 PM

oops
 
Quote:

Originally Posted by Barry-xlovecam (Post 18302862)
I am going to take a wild guess ... since you have goten no answer.

Set up a awstats install 'mutiple_sites'
and in the configuration file point the log's variable to
Code:

my @logfile1="/path/logfile1.log";
my @logfile2="/path/logfile2.log";
my @logfile3="/path/logfile3.log";

my @multiple_logs = (@logfile1, @logfile2, @logfile3);

my $log_path = @multiple_logs;


In other words, create an array of the log files then rename that array to the original variable name.

Might work, never tried to make a $string from an @array of log file lines ...

Good coding experiment anyway :P

That's what I get for trying to think on a Saturday :P

And this thread made be buy the O'Rilley grep Cookbook, was only $7.99 Kindle version — tax deductible work related educational material.


All times are GMT -7. The time now is 03:21 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123