Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-06-2011, 09:56 AM   #1
BareBacked
Confirmed User
 
Join Date: Feb 2007
Location: www.BareBacked.com
Posts: 3,685
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
__________________
NEW SITE PAYING $30 for a $1 TRIAL

Selfies
BareBacked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-09-2011, 10:19 AM   #2
BareBacked
Confirmed User
 
Join Date: Feb 2007
Location: www.BareBacked.com
Posts: 3,685
Quote:
Originally Posted by BareBacked View Post
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
__________________
NEW SITE PAYING $30 for a $1 TRIAL

Selfies
BareBacked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-09-2011, 10:21 AM   #3
seeandsee
Check SIG!
 
seeandsee's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Europe (Skype: gojkoas)
Posts: 50,945
Quote:
Originally Posted by BareBacked View Post
Thanks for the info
man you know how to get help
__________________
BUY MY SIG - 50$/Year

Contact here
seeandsee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-09-2011, 10:57 AM   #4
martinsc
Too lazy to set a custom title
 
Industry Role:
Join Date: Jun 2005
Location: 127.0.0.1
Posts: 27,047
Quote:
Originally Posted by seeandsee View Post
man you know how to get help
__________________
Make Money
martinsc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 12:11 PM   #5
BareBacked
Confirmed User
 
Join Date: Feb 2007
Location: www.BareBacked.com
Posts: 3,685
Quote:
Originally Posted by seeandsee View Post
man you know how to get help
Thanks for the Help
__________________
NEW SITE PAYING $30 for a $1 TRIAL

Selfies
BareBacked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 12:18 PM   #6
u-Bob
there's no $$$ in porn
 
u-Bob's Avatar
 
Industry Role:
Join Date: Jul 2005
Location: icq: 195./568.-230 (btw: not getting offline msgs)
Posts: 33,063
easier to parse the raw apache logs for those sites.
u-Bob is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 02:07 PM   #7
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 02:11 PM   #8
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
Quote:
Originally Posted by u-Bob View Post
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-23-2011, 04:00 PM   #9
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
oops

Quote:
Originally Posted by Barry-xlovecam View Post
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.

Last edited by Barry-xlovecam; 07-23-2011 at 04:02 PM..
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.