Zen Cart Logo
Forums / General Questions / msnbot getting zenid

msnbot getting zenid

Locked

Views: 1,007

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
15 Jan 2010, 1:40 PM
#1
stride_r avatar

stride_r

Zen Follower

Join Date:
Aug 2008
Posts:
115
Plugin Contributions:
0

msnbot getting zenid

I'm running ZC 1.3.8a (patched and current)

I Just noticed today that msnbot spider is getting a zenid.
(see attached screenshot, from just this morning) The other spiders currently online are all not receiving them - just the "msnbot". I seem to recall seeing it visit before and that it did not get one in the past.

I checked and my spiders.txt and it includes "msnbot" on line 196 and the file version is:
$Id: spiders.txt 6506 2007-06-16 20:36:51Z drbyte $

Any ideas why it would not be identified as a bot??

15 Jan 2010, 1:51 PM
#2
stride_r avatar

stride_r

Zen Follower

Join Date:
Aug 2008
Posts:
115
Plugin Contributions:
0

Re: msnbot getting zenid

Here's the Screenshot:
View Screenshot

15 Jan 2010, 6:31 PM
#3
ksookma avatar

ksookma

Zen Follower

Join Date:
Aug 2009
Posts:
212
Plugin Contributions:
1

Re: msnbot getting zenid

Very interesting, thats a very big concern. Did you find a solution to what would be causing this? I found a post online the other week that explained how to remove the zenid from showing in the URL.

Tried it but it didnt work. What is the effect of not using zenid's at all i wonder?

15 Jan 2010, 6:35 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: msnbot getting zenid

The code needs to use the zenid the first time, but after that it stores the info in a session cookie (provided the user's computer allows session cookies). So most users should only see the zenid once when first entering the store; spiders should never get a zenid at all.

If you were to eliminate the zenid from the start, you would not be able to keep track of past events in the session, and probably not keep a shopping cart.

15 Jan 2010, 6:40 PM
#5
ksookma avatar

ksookma

Zen Follower

Join Date:
Aug 2009
Posts:
212
Plugin Contributions:
1

Re: msnbot getting zenid

thanks, so I wonder why the msn robot is able to see the ID?

15 Jan 2010, 6:42 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: msnbot getting zenid

There are two different visitors from the msnbot host, but their user agents look like pc's, not spiders, and they are both trying to login. Could it be some kind of hacker probe spoofing the source?

15 Jan 2010, 7:02 PM
#7
ksookma avatar

ksookma

Zen Follower

Join Date:
Aug 2009
Posts:
212
Plugin Contributions:
1

Re: msnbot getting zenid

Interesting, thanks for your help!

15 Jan 2010, 7:14 PM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: msnbot getting zenid

You'll all off track.

The real issue in this case is that the alleged msnbot isn't using "msnbot" in its UserAgent. Thus it's not being treated as a spider by the store. The only indication of it possibly being msnbot here is the dns name resolution.

15 Jan 2010, 8:12 PM
#9
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: msnbot getting zenid

Would the real msnbot ever not use "msnbot" in its user agent? As I said, that has the look of a personal-type computer. Could somebody legitimately be using that host and surfing as a person?