<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Google sucking my bandwidth</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Google sucking my bandwidth]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 20:08:25 +0000</pubDate>
  <lastBuildDate>Mon, 23 Apr 2007 17:56:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=23166</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Google sucking my bandwidth : Web Wiz Forums doesn&amp;#039;t create...]]></title>
   <link>https://forums.webwiz.net/google-sucking-my-bandwidth_topic23166_post122262.html#122262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 23166<br /><strong>Posted:</strong> 23&nbsp;April&nbsp;2007 at 5:56pm<br /><br />Web Wiz Forums doesn't create session ID's for search engine robots.<br><br>Web Wiz Forums detects the users browser and OS for the active users list/page, this data is then also used so when a session is created for a user if the browser is detected as being a robot it doesn't create a session for that user.<br><br>The code you have above is in PHP and not ASP, it also would be a waste of time getting that code to work with web wiz forums as it's already handle but not so simply.<br>]]>
   </description>
   <pubDate>Mon, 23 Apr 2007 17:56:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/google-sucking-my-bandwidth_topic23166_post122262.html#122262</guid>
  </item> 
  <item>
   <title><![CDATA[Google sucking my bandwidth : Hello All, I am having problem...]]></title>
   <link>https://forums.webwiz.net/google-sucking-my-bandwidth_topic23166_post122254.html#122254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23703">kibrisca</a><br /><strong>Subject:</strong> 23166<br /><strong>Posted:</strong> 23&nbsp;April&nbsp;2007 at 4:15pm<br /><br /><P>Hello All,</P><P>I am having problem with google they send me this message about googlebot sucking my bandwith.</P><P>The end result was their Googlebot doesn’t handle sessions well:</P><BLOCKQUOTE><P>"From the log snippet you provided, we can see that your site is using session IDs. As you’ve observed, session IDs can cause problems for our robots. Please disable session IDs for Googlebot so that our robots may crawl your site more efficiently."</P></BLOCKQUOTE><P>can you provide me how&nbsp;forum doesn’t create a session for the Googlebot.?</P><DIV></DIV><DIV></DIV><P>I have found this script to block googlebot with session ID, and one of website saying this; </P><P><FONT color=#000000 size=2>Im thinking a solution could be the following: <BR>In the Global.<B style="COLOR: black">asp</B> file, create an IF, THEN, ELSE statement that says something about If <B style="COLOR: black">googlebot</B>. THEN don’t index <B style="COLOR: black">session</B>s ELSE index the rest of the pages… </FONT></P><P>Can anyone make this MOD for us, it will really appriciated...</P><P>&#091;QUOTE=PHP Code&#093;</P><P><FONT color=#0000bb>$isspider </FONT><FONT color=#007700>= </FONT><FONT color=#0000bb>is_spider</FONT><FONT color=#007700>();<BR>if (</FONT><FONT color=#0000bb>$isspider </FONT><FONT color=#007700>!= </FONT><FONT color=#dd0000>'init'</FONT><FONT color=#007700>) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#ff8000>//turn off session id for spiders<BR>&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#0000bb>ini_set</FONT><FONT color=#007700>(</FONT><FONT color=#0000bb>’session</FONT><FONT color=#007700>.</FONT><FONT color=#0000bb>use_trans_sid’</FONT><FONT color=#007700>, </FONT><FONT color=#0000bb>false</FONT><FONT color=#007700>);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>}<BR><BR>function </FONT><FONT color=#0000bb>is_spider</FONT><FONT color=#007700>()<BR>{<BR>&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#ff8000>// don't know if this is a spider or not yet<BR>&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#0000bb>$spiders </FONT><FONT color=#007700>= array(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"almaden.ibm.com" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"gigabot" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"appie 1.1" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"architext" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"ask jeeves"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"asterias2.0"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"augurfind" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"baiduspider" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"bannana_bot" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"bdcindexer" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"crawler" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"crawler@fast" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"docomo" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"fast-webcrawler"</FONT><FONT color=#007700>, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"fluffy the spider"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"frooglebot"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"geobot"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"googlebot"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"mediapartners-google"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"gulliver"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"henrythemiragorobot"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"ia_archiver"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"infoseek"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"kit_fireball"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"lachesis"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"lycos_spider"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"mantraagent"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"mercator"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"msnbot"</FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"moget" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"muscatferret" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"nationaldirectory-webspider" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"naverrobot" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"ncsa beta" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"netresearchserver" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"ng/1.0" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"osis-project" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"polybot" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"pompos" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"scooter" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"seventwentyfour" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"sidewinder" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"sleek spider" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"slurp" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"steeler" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"szukacz" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"t-h-u-n-d-e-r-s-t-o-n-e" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"teoma" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT color=#dd0000>"turnitinbot" </FONT><FONT color=#007700>,<BR>&nbsp;&nbsp;&nbsp]]>
   </description>
   <pubDate>Mon, 23 Apr 2007 16:15:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/google-sucking-my-bandwidth_topic23166_post122254.html#122254</guid>
  </item> 
 </channel>
</rss>