Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Web Logs and querystrings?

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  Can this be done?......  
Author Message
tpupkin

External


Since: Jul 17, 2003
Posts: 15



(Msg. 1) Posted: Sat Jan 17, 2004 3:12 pm
Post subject: Web Logs and querystrings?
Archived from groups: alt>www>webmaster (more info?)

Hi,

Does anyone know of web log analyzing software that will include the
querystring in the URL when compiling stats for page visits?

I have a dynamic site without three asp pages and several hundred pieces
of content that are called dynamically, but the software I've been using
ignores the querystring, which isn't very helpful.

Looking at the raw log file, I understand why: the ? from the
querystring is missing, so the software must assume that the space after
..asp signals the end of the page name, but the rest of the query info is
there, following a blank space.

I've been using Web Log Expert Lite for free, but will pay for something
more comprehensive.

Thanks.

 >> Stay informed about: Web Logs and querystrings? 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 2) Posted: Sat Jan 17, 2004 11:19 pm
Post subject: Re: Web Logs and querystrings? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Travis Pupkin wrote:
 >
 > Does anyone know of web log analyzing software that will include the
 > querystring in the URL when compiling stats for page visits?

Use the import data feature of your favourite spreadsheet or database app.

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Web Logs and querystrings? 
Back to top
Login to vote
bob4

External


Since: Jan 02, 2004
Posts: 12



(Msg. 3) Posted: Sun Jan 18, 2004 2:29 am
Post subject: Re: Web Logs and querystrings? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have just started building my own little scripts for stats...

As far as referrers I have done a good job so far....

I figured out how to ignore a page request from my own site (in other words
a link to another page will be treated as a referral by the browser and thus
list it).

My next thing is to make a 'supergroup' by domain, such as all
<a style='text-decoration: underline;' href="http://www.google.com..." target="_blank">www.google.com...</a> then when you click on that it will show the words
searched for...and link to google iteslf with that query string to see what
the surfer saw when they searched for it..

I was also able to log browsers, but have to figure out about 'listing' the
bots elsewhere in a different list...

Got a list of each page accessed and total number of pages accessed.

Kinda of cool, but a bit of work figuring it all out...
check it out here....

<a style='text-decoration: underline;' href="http://www.politicalgateway.com/test.html" target="_blank">http://www.politicalgateway.com/test.html</a>

This is just my first attempt, so no graphics and all that.. just some
simple code and php/mysql querying and updating..

bob


"Travis Pupkin" <tpupkin.RemoveThis@dorrk.com> wrote in message
news:MPG.1a733708fae1aaee989747@news.individual.net...
 > Hi,
 >
 > Does anyone know of web log analyzing software that will include the
 > querystring in the URL when compiling stats for page visits?
 >
 > I have a dynamic site without three asp pages and several hundred pieces
 > of content that are called dynamically, but the software I've been using
 > ignores the querystring, which isn't very helpful.
 >
 > Looking at the raw log file, I understand why: the ? from the
 > querystring is missing, so the software must assume that the space after
 > .asp signals the end of the page name, but the rest of the query info is
 > there, following a blank space.
 >
 > I've been using Web Log Expert Lite for free, but will pay for something
 > more comprehensive.
 >
 > Thanks.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Web Logs and querystrings? 
Back to top
Login to vote
comments

External


Since: Sep 14, 2004
Posts: 1625



(Msg. 4) Posted: Sun Jan 18, 2004 5:31 pm
Post subject: Re: Web Logs and querystrings? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 17 Jan 2004 20:19:02 -0000 "William Tasso"
<SpamBlocked.RemoveThis@tbdata.com> broke off from drinking a cup of tea at href=" <a style='text-decoration: underline;' href="http://www.WilliamTasso.com/" target="_blank">http://www.WilliamTasso.com/"> William Tasso </a> to write:

 >Travis Pupkin wrote:
  >>
  >> Does anyone know of web log analyzing software that will include the
  >> querystring in the URL when compiling stats for page visits?
 >
 >Use the import data feature of your favourite spreadsheet or database app.
 >

William, I realise this is Makro's favourite saying, but my weekly log
files are 685058518 bytes! Access can not handle this number of
records.

However, one can find lots of Perl scripts for analysing log files
(it's something does very well, funny that? <g>)

Or how about Analog? It's free and can cope with 00's of Mbs of log
file data.

Matt

--
A massive matrix of concise, interlinked encyclopaedia information.
For when you just want to know, quickly and easily.
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Web Logs and querystrings? 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 5) Posted: Sun Jan 18, 2004 7:45 pm
Post subject: Re: Web Logs and querystrings? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Matt Probert wrote:
 > On Sat, 17 Jan 2004 20:19:02 -0000 "William Tasso"
 > <SpamBlocked RemoveThis @tbdata.com> broke off from drinking a cup of tea at <a
 > href=" <a style='text-decoration: underline;' href="http://www.WilliamTasso.com/" target="_blank">http://www.WilliamTasso.com/</a>"> William Tasso </a> to write:
  >> Travis Pupkin wrote:
   >>>
   >>> Does anyone know of web log analyzing software that will include the
   >>> querystring in the URL when compiling stats for page visits?
  >>
  >> Use the import data feature of your favourite spreadsheet or
  >> database app.
 >
 > William, I realise this is Makro's favourite saying, but my weekly log
 > files are 685058518 bytes! Access can not handle this number of
 > records.

Then use something else - perhaps something a little more grown up.
Although it has to be said that most sites don't pull anywhere near the
traffic that yours does and excel will be just fine for them.

 > However, one can find lots of Perl scripts for analysing log files
 > (it's something does very well, funny that? <g>)

That should do it, as will any language that can process text files.

 > Or how about Analog? It's free and can cope with 00's of Mbs of log
 > file data.

I guess you like it then?

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Web Logs and querystrings? 
Back to top
Login to vote
who

External


Since: Apr 29, 2004
Posts: 1010



(Msg. 6) Posted: Mon Jan 19, 2004 11:29 am
Post subject: Re: Web Logs and querystrings? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Matt Probert" <comments.RemoveThis@probertencyclopaedia.com> wrote in message
news:400a9849.84074593@news.ntlworld.com...
 > On Sat, 17 Jan 2004 20:19:02 -0000 "William Tasso"
 > <SpamBlocked.RemoveThis@tbdata.com> broke off from drinking a cup of tea at <a
 > href=" <a style='text-decoration: underline;' href="http://www.WilliamTasso.com/" target="_blank">http://www.WilliamTasso.com/</a>"> William Tasso </a> to write:
 >
  > >Travis Pupkin wrote:
   > >>
   > >> Does anyone know of web log analyzing software that will include the
   > >> querystring in the URL when compiling stats for page visits?
  > >
  > >Use the import data feature of your favourite spreadsheet or database
app.
  > >
 >
 > William, I realise this is Makro's favourite saying, but my weekly log
 > files are 685058518 bytes! Access can not handle this number of
 > records.
Star office will Smile<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Web Logs and querystrings? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]