Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Auto Update Spider ID MOD : Active Users
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 19

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 31 July 2004 :  17:37:10  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
I think this is where you got it sorted: Link
Go to Top of Page

Jag24
Junior Member

182 Posts

Posted - 31 July 2004 :  18:31:10  Show Profile  Visit Jag24's Homepage  Send Jag24 an ICQ Message
Yes thats it...thanks, has anyone had this problem I wonder ?
I guess I will ahve to just use my old code & keep my list updated...Nice job on keeping it all up to date guys !
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 01 August 2004 :  04:21:13  Show Profile  Visit aspwiz's Homepage
hmmm....
I have duplicate guests showing for people after the log-in....
I cant find this fix... but I think there is one... ideas?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 01 August 2004 :  16:47:14  Show Profile  Visit masterao's Homepage
Shadow Guest Fix - Sponsored by search, as OWM would have said.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 03 August 2004 :  09:52:21  Show Profile  Visit aspwiz's Homepage
cheers masterao!
(btw, I did search..... just to no avail...)
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 03 August 2004 :  17:37:43  Show Profile  Visit masterao's Homepage
You're welcome , and I do know that it is a little hard to find things here sometimes.

In case you haven't noticed, Nathan has added all known bug-fixes into the latest version of the mod.

Lets get this back on topic now . Has anyone found out what IECheck is/does?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 04 August 2004 :  16:50:18  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
Has anyone found out what IECheck is/does?
Nope :/ Could always be a browser faking it.

(script updated)
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 04 August 2004 :  16:52:56  Show Profile  Visit masterao's Homepage
quote:
Originally posted by Chuck McB

Has anyone found out what IECheck is/does?
Nope :/ Could always be a browser faking it.



That is true

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 06 August 2004 :  04:52:07  Show Profile  Visit aspwiz's Homepage
I was reading back over this thread, and saw something I missed....
Someone wanted to know why i decided not to list the adsense crawler as a search engine spider....
well, I did that because although it is a spider, it has no relevance to search engine results
.... more in fact to do with what adverts show up for google adsense.

It seems my first code I posted was not 100% complete, so let me point out how it was supposed to go...

The first line in the agents block should read as follows:-
AgentCsvStr = 	"Mediapartners-Google||GOOGLE ADSENSE||ADSENSE CRAWLER**" & _
Then, round about line 289, there should be this code:-
response.write "<tr>" & _
 "<td class=""nw ffs"" valign=""middle"" width=""5%""> </td>" & _
 "<td class=""nw ffs"" valign=middle>"
 If instr(AGENTSTR,"SEARCH ENGINE SPIDER") or instr(AGENTSTR,"ADSENSE CRAWLER") then
		response.write "CRAWLER"
		c=c-1
 else
		response.write fLang(strLangMOD_Ls3kAU_01130) & c 
 end if
 response.write "</td>"
...and finally at the end of the whatpage function, i have this code:
if strOnlineLocation <> "" then strPage = strOnlineLocation
If inStr(Agentstr,"SEARCH ENGINE SPIDER") then strpage=replace(strpage,"Viewing","Indexing")
If inStr(Agentstr,"SEARCH ENGINE SPIDER") then strpage=replace(strpage,"Browsing","Indexing")
If inStr(Agentstr,"SEARCH ENGINE SPIDER") then strpage=replace(strpage,"Reading","Indexing")
If inStr(Agentstr,"SEARCH ENGINE SPIDER") then strpage=replace(strpage,"Posting new topic in","Indexing Topic")
If inStr(Agentstr,"SEARCH ENGINE SPIDER") then strpage=replace(strpage,"Replying to","Indexing")
If inStr(agentstr,"SEARCH ENGINE SPIDER") then strpage=replace(strpage,">Home page<",">Indexing home page<")
If inStr(Agentstr,"ADSENSE CRAWLER") then strpage=replace(strpage,"Viewing","Deciding advert context for")
If inStr(Agentstr,"ADSENSE CRAWLER") then strpage=replace(strpage,"Browsing","Deciding advert context for")
If inStr(Agentstr,"ADSENSE CRAWLER") then strpage=replace(strpage,"Reading","Deciding advert context for")
If inStr(Agentstr,"ADSENSE CRAWLER") then strpage=replace(strpage,"Posting new topic in","Deciding advert context for topic")
If inStr(Agentstr,"ADSENSE CRAWLER") then strpage=replace(strpage,"Replying to","Deciding advert context for")
If inStr(agentstr,"ADSENSE CRAWLER") then strpage=replace(strpage,">Home page<",">Deciding advert context for homepage<")
WhatPage = strPage
I have the portal mod installed, so some of that last chuck will differ for this mod....
I just thought I would give reason for why I initially made the decision to treat adsense crawler not as a search engine spider.
I think this change should be reflected in the mod chuck... what does everyone else prefer?

Edited by - aspwiz on 06 August 2004 04:55:54
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 06 August 2004 :  14:12:28  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
what does everyone else prefer
Yup, I see your logic.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 August 2004 :  17:55:36  Show Profile  Visit masterao's Homepage
That would be a logical addition, IMO.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

wizard
Junior Member

208 Posts

Posted - 09 August 2004 :  21:32:08  Show Profile  Visit wizard's Homepage
Got a new one here. Not really a crawler though.

User Agent String = "SiteUptime.com"

Edited by - wizard on 10 August 2004 03:21:13
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 09 August 2004 :  22:06:16  Show Profile  Visit Gargoyle's Homepage
Sounds good to me!

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 13 August 2004 :  06:58:21  Show Profile  Visit aspwiz's Homepage
I've discovered that all instances I have seen so far of blank user agents (where we display: No User Agent / SPOOFED) would appear to be proxy / cache servers caching content.....

If everyone else can confirm this, then we could change the descriptive text to reflect this.
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 13 August 2004 :  16:19:39  Show Profile  Visit aspwiz's Homepage
Pluck Soap Client/1.0 <---

This is the first of many new user agent types:- RSS Agregators

If many people have an rss feed on their site, it may be worth adding these to this mod.

Who has RSS ?
Go to Top of Page
Page: of 19 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07