Icy Phoenix
Old Support Topics - GoogleBot In Stats Box
Eradicator [ Fri 25 Aug, 2006 22:44 ]
Post subject: GoogleBot In Stats Box
Hello,
In ACP (Info==>Google Bot Detector) I see that GoogleBot visited us today eight times.
Why cannot I see that the bot visited today us in the stats box (forum home) as in icyphoenix.com?
Thanks.
PS: Anyway to change the title of browser <title></title> when we are in forum home, from actual "Forum" to "Sitename - Forum" where "sitename" is the value in ACP>CONFIG>SERVER so in phpbb_config.sitename?
Thanks again! :D
Eradicator [ Fri 25 Aug, 2006 22:51 ]
Post subject: Re: GoogleBot In Stats Box
Now I see Yahoo in bot section and I noticed that bots are shown only when connected and not in the "last 24 hours stats".
It will be nice to see them there too!
Any ideas?
Thanks.
Nizzle [ Fri 25 Aug, 2006 22:52 ]
Post subject: Re: GoogleBot In Stats Box
you can't see it here either ;)
you can only see the bots when they're active on the forum ;)
and with the title..
open overall_header.tpl at templates aphrodite thingy
there's the title
I've put my sitename in front of what it says there
dunno how to use the name from ACP in there though..
Eradicator [ Fri 25 Aug, 2006 23:11 ]
Post subject: Re: GoogleBot In Stats Box
Found for title: forum.php line 610:
- $page_title = $lang['Forum'];
-
Sitename is stored in index.php line 233:
- $page_title = $board_config['sitename'];
-
Mighty Gorgon [ Sun 27 Aug, 2006 22:24 ]
Post subject: Re: GoogleBot In Stats Box
At the moment it's not possible to store Bots Last Visit time... a new table should be created, or a cache file generated...
Since it's not important and since I wouldn't add unuseful SQL to XS I think it's better not coding this... :roll:
I hope you agree... :roll:
Eradicator [ Mon 28 Aug, 2006 19:15 ]
Post subject: Re: GoogleBot In Stats Box
Yes, you're right! :wink:
Mighty Gorgon [ Mon 28 Aug, 2006 23:40 ]
Post subject: Re: GoogleBot In Stats Box
Great... I've been convincing! :lol:
Nizzle [ Mon 28 Aug, 2006 23:50 ]
Post subject: Re: GoogleBot In Stats Box
what's this with SQL you've been on about lately
you having problems with that or something? :lol:
Mighty Gorgon [ Tue 29 Aug, 2006 00:09 ]
Post subject: Re: GoogleBot In Stats Box
what's this with SQL you've been on about lately
you having problems with that or something? :lol:
What do you mean?
I don't want to add unuseful SQL to XS... because it will slow down page loadings... then users will be unhappy... :wink:
Do you see how XS is fast on this server and with this settings?
I like keeping pages very light, so the site is faster...
Nizzle [ Tue 29 Aug, 2006 00:12 ]
Post subject: Re: GoogleBot In Stats Box
you speed junky :mrg:
does it really make that much of a diffrence?
Mighty Gorgon [ Tue 29 Aug, 2006 00:34 ]
Post subject: Re: GoogleBot In Stats Box
you speed junky :mrg:
does it really make that much of a diffrence?
Yes... try to compare results in the "Test Your XS Speed" topic and you will see... :wink:
Nizzle [ Tue 29 Aug, 2006 00:36 ]
Post subject: Re: GoogleBot In Stats Box
but they all have XS.. with the same SQL..
but if you have some more SQL does that make a diffrence
I think it doesn't really..
because of your topic..
they all have the same SQL
but disabling settings to not use the SQL speeds it up