Results 1 to 11 of 11

IIS logs and traffic source

This is a discussion on IIS logs and traffic source within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm going through my iis logs to try and figure out what pages are being requested. I notice that all ...

  1. #1
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times

    IIS logs and traffic source

    I'm going through my iis logs to try and figure out what pages are being requested. I notice that all my hits are showing up as vbseo.php instead of the real/raw url the user is using. Is there anyway to capture that data?

    I'm using IIS 6 with ISAPI_Rewrite lite

  2. #2
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    You can use a 3rd party tracking system like Google Analytics for that.

    vBSEO-CP even has a field to put your analytics ID to start tracking;
    no manual template edits or anything else required.

  3. #3
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times
    I wasn't needing it for general stats. I am trying to track abuse on the site and need to know which pages are being hit and with which IP address.

    Is there anything I could do or use to show me page hits, datetime stamp and ip addresses?

  4. #4
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times

    Exclamation

    It's been over a MONTH since I posted my last message and still no reply. I need an answer to this problem. I have to know USING IIS LOGS which pages are getting traffic.

    Someone is hitting pages on my server and I can't tell which pages the traffic is going to. I need to match an IP address to a real URL.

  5. #5
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    There's no reason to get angry.

    99% of us here run linux. I personally don't know enough about it to help, as probably most people reading this thread because we don't use it.

    IIS Logging Overview is probably a good place to start.

  6. #6
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    There's no reason to get angry.

    99% of us here run linux. I personally don't know enough about it to help, as probably most people reading this thread because we don't use it.

    IIS Logging Overview is probably a good place to start.
    Though there is reason to get angry, taking over a month for support, I am not angry. I'm just making a point of how unresponsive the support is. Bold and capital letters don't always mean anger, sometimes it's used for emphasis.

    I understand that 99% of the people here use linux but vbseo is sold as supporting IIS and I would like help with my IIS setup. I don't think that asking for a turn around time of less than a month is unreasonable.

    Thanks for the link but I know how to read a text file. My problem is that the information IN the text file is useless. It only shows /forums/vbseo.php as the page that got traffic instead of the real url that the user was hitting.

    I need a way to find out which URL the user is hitting along with its IP address.

  7. #7
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Hi Michael,

    While we do provide general support via the forums, they are more of a place to discuss things as a community. It would appear that, in this situation, nobody was able to provide a suggestion until Brian's.

    For priority support, please use the ticketing system: https://www.vbseo.com/support/

    While I'm not entirely sure anything can be done, it's always possible, and one of our team who is more familiar with IIS may be able to assist.

    As an aside, does IIS logging capture non-vBSEO'ed forum page data 'correctly'? If it can differentiate showthread.php?t=871564567 from showthread.php?t=632467 then it should be able to differentiate between specific URLs.

  8. #8
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times
    Quote Originally Posted by Ace Shattock View Post
    Hi Michael,

    While we do provide general support via the forums, they are more of a place to discuss things as a community. It would appear that, in this situation, nobody was able to provide a suggestion until Brian's.

    For priority support, please use the ticketing system: https://www.vbseo.com/support/
    Great, thanks. I'll use that link in the future if I'm unable to get help here.

    Quote Originally Posted by Ace Shattock View Post
    While I'm not entirely sure anything can be done, it's always possible, and one of our team who is more familiar with IIS may be able to assist.

    As an aside, does IIS logging capture non-vBSEO'ed forum page data 'correctly'? If it can differentiate showthread.php?t=871564567 from showthread.php?t=632467 then it should be able to differentiate between specific URLs.
    IIS can store querystring data and does in the following entires
    /forums/vbseo.php dateline=1229491415
    /forums/vbseo.php type=RSS2&forumids=6
    /forums/vbseo.php do=postreply&t=12248
    /forums/vbseo.php t=12061

    but more often than not I see this
    /forums/vbseo.php

    That doesn't have any querystring data just a page hit to the vbseo.php page. What would cause a page hit to just /forums/vbseo.php?

  9. #9
    AWS
    AWS is offline
    Member AWS's Avatar
    Real Name
    Bob
    Join Date
    Feb 2006
    Location
    Pluto
    Posts
    68
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    There's no reason to get angry.

    99% of us here run linux. I personally don't know enough about it to help, as probably most people reading this thread because we don't use it.

    IIS Logging Overview is probably a good place to start.
    I don't have this problem. Do you have URI Query checked in advanced log options?

  10. #10
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times
    Quote Originally Posted by AWS View Post
    I don't have this problem. Do you have URI Query checked in advanced log options?
    Quote Originally Posted by MichaelApproved View Post
    IIS can store querystring data and does in the following entires
    /forums/vbseo.php dateline=1229491415
    /forums/vbseo.php type=RSS2&forumids=6
    /forums/vbseo.php do=postreply&t=12248
    /forums/vbseo.php t=12061

    but more often than not I see this
    /forums/vbseo.php

    That doesn't have any querystring data just a page hit to the vbseo.php page. What would cause a page hit to just /forums/vbseo.php?
    Yes, you can see in the post just above yours that I do have the query string showing up sometimes in the log but many other times there is none.

  11. #11
    Junior Member
    Real Name
    Michael Khalili
    Join Date
    Aug 2008
    Posts
    8
    Liked
    0 times
    For anyone finding this thread in the future FYI

    After contacting support directly they had me change my rewrite rules to include ?vbseourl=$1 which now adds that querystring field with the original url as the value to the logs.

    Two lines were changed
    Original
    RewriteRule ^/forums/((archive/)?(.*\.php(/.*)?)?)$ /forums/vbseo.php [CL,NC,L,QSA]
    Changed
    RewriteRule ^/forums/((archive/)?(.*\.php(/.*)?))$ /forums/vbseo.php?vbseourl=$1 [CL,NC,L,QSA]

    Original
    RewriteRule ^/forums/(.+)$ /forums/vbseo.php [CL,NC,L,QSA]
    Changed
    RewriteRule ^/forums/(.+)$ /forums/vbseo.php?vbseourl=$1 [CL,NC,L,QSA]

Similar Threads

  1. Logs?
    By ChefTalk in forum General Discussion
    Replies: 1
    Last Post: 03-24-2007, 11:09 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •