PDA

View Full Version : phpinclude


filburt1
11-03-2002, 03:35 PM
Is that parsed before or after the other links on a page are generated?

i.e., I want to do something like this:

// in phpinclude:
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Googlebot') != false)
{
$sesssion[sessionhash] = '';
$_GET['s'] = '';
}

...so would that make Googlebot have an empty sessionhash?

DrkFusion
11-03-2002, 03:39 PM
You and google bot -_-

-Arunan

filburt1
11-03-2002, 03:40 PM
Well he's been crawling my forums but not individual threads...my theory is that since some of the URLs are tacking on the sessionhash even though the flat file emulation I have going on is...going on...

Erwin
11-03-2002, 06:09 PM
I think Google has gotten smart and has stopped spidering threads. They must look for certain keywords in the page, and if it finds the word "forum" or "thread" it stops spidering it. That's only my theory, mind you, but the same thing happens with my forum too.

filburt1
11-04-2002, 04:15 PM
Today they indexed my threads, or at least some of them :)

Erwin
11-06-2002, 12:19 AM
Eureka!!!

Just checked - at the moment, Google is "dancing" and has indexed 20,600 of my pages!!! :D

filburt1
11-06-2002, 12:20 AM
I saw in my WOL 3 users and 27 guests, and the vast majority of them were GBs :)

*dances* :D