News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Googlebot & Spiders

Started by Omar Bazavilvazo, June 06, 2005, 06:17:35 PM

Previous topic - Next topic

Witte

Quote from: nite0859 on December 12, 2006, 05:50:12 PM
Quote from: RoarinRow on December 12, 2006, 01:50:44 PM
Quote from: rockinaway on December 12, 2006, 12:54:37 PM
Update Update Update for 1.1?

Last version works fine on my 1.1 so far   8)

I can confirm this. I can even see when Google last visited my page.

Could you try to change the options in the admin panel? cos I can't, makes you think it has worked, but it actually doesn't update the db...maybe it's just my installation...

robotman321

no i got the same thing, it works of my test forums which have no mods but when i go to my massive forums with lots of mods it doesnt work :(
whats a signature without text, WOOT!

Witte

Quote from: robotman321 on December 12, 2006, 07:05:17 PM
no i got the same thing, it works of my test forums which have no mods but when i go to my massive forums with lots of mods it doesnt work :(

Well, a temporary fix, if you dare, is to change the settings yourself in phpmyadmin (If you are not happy with the defaults...or change the install file itself before you install it). I did it, and haven't had any bad results, so at your own risk of course....until a proper fix comes along...

robotman321

whats a signature without text, WOOT!

Skipdawg

Latest Version: 2.0.2 is working fine with 1.1 final yes or no?  ???
Skipdawg's Community

Powered by SMF 1.1.3

RoarinRow

I just tried to change of on the settings, include in total online count, then checked my log.  got this error:

8:  Undefined index:  pm_posts_per_hour
File:  /forum/Sources/ModSettings.php
Line 243

The functionality of spiders showing, however, works.

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Zeihold_von_SSL

#966
Yesterday, I installed this mod on a german SMF 1.1 (Final) Board.

I got various error messages (not during the installation) in the error log.

I thought this is "normal" and cleaned the log. Today I reviewed the error log an got 6 sites of error messages like this:

Quote
8: Undefined index: ob_googlebot_modname
Datei: /www/htdocs/wenzinga/smf/Sources/ModSettings.php
Zeile: 141

Quote
8: Undefined index: ob_googlebot_stats_lastvisit
Datei: /www/htdocs/wenzinga/smf/Themes/default/languages/Post.german.php (eval?)
Zeile: 386

Quote
8: Undefined index: ob_googlebot_stats_lastvisit
Datei: /www/htdocs/wenzinga/smf/Themes/default/BoardIndex.template.php (eval?)
Zeile: 386

Quote
8: Undefined index: ob_googlebot_stats_lastvisit
Datei: /www/htdocs/wenzinga/smf/Themes/default/Display.template.php (eval?)
Zeile: 386

Quote
8: Undefined index: ob_googlebot_stats_lastvisit
Datei: /www/htdocs/wenzinga/smf/Themes/default/Recent.template.php (eval?)
Zeile: 386

Quote
8: Undefined index: ob_googlebot_stats_lastvisit
Datei: /www/htdocs/wenzinga/smf/Themes/default/SendTopic.template.php (eval?)
Zeile: 386

Quote
8: Undefined index: ob_googlebot_stats_lastvisit
Datei: /www/htdocs/wenzinga/smf/Themes/default/Stats.template.php (eval?)
Zeile: 386

and so on...

The next problem is, I can not see the configuration dialog in the admin cp while using german as default board language.

Is there any way to fix these problems?

P.S. The mod is GREAT  :D

Skipdawg

Looks like this is tossing errors with 1.1 final huh  :(
I guess I'll wait for a update then.  ;)
Skipdawg's Community

Powered by SMF 1.1.3

Bigguy

No errors at all from it on my site.

Skipdawg

Quote from: Bigguy on December 15, 2006, 09:26:15 PM
No errors at all from it on my site.

Sounds good. Just did not want to have to go in and clean up again like I did after the RC2 to RC3 update. That screwed up my board and I had to go in manual and clean up the bread crumbs for it would not unistall correctly.  ;D ;)
Skipdawg's Community

Powered by SMF 1.1.3

Inflame

Could you plesae update this to SMF 1.1 Final?
And compatible with TP 0.9.7. would be awesome too!


This thing doesnt work indeed on SMF 1.1 without update ;)

Bigguy

I have both of those running and this mod and like I have stated I have no errors on my site from it and it is running. Do you get a failure during install from the package manager. ???

[tiktaktok]

To enable specific features you need to login to phpmyadmin and display table smf_settings.
Its at the end of the table around entry 180.

"ob_googlebot" values 0/1 ~ disable/enable

So far nothing inside the error log ...
http://savegaia.de [nofollow]

sanax

I'm getting this error when I try to install with the Package Manager:

Quote1. Execute Modification ./Sources/BoardIndex.php Test successful
2. Execute Modification ./Sources/ManagePermissions.php Test successful
3. Execute Modification ./Sources/ModSettings.php Test failed
4. Execute Modification ./Sources/Subs.php Test successful
5. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful
6. Execute Modification ./Themes/default/BoardIndex.template.php Test successful
7. Execute Modification ./SSI.php Test successful
8. Execute Code install.php

Any ideas? I downloaded Googlebot_v105_smf1.1RC2.zip (7KB) and I use RC2

Thanks

[tiktaktok]

Works with the described problem under 1.1 final.
http://savegaia.de [nofollow]

sanax

I don't want to upgrade at this point. I'll upgrade as soon as all the mods are upgraded aswell.

sanax

I have sorted out all the bugs and problems. Mod installed aswell as the database updated but if I make changes to the admin it doesn't save the changes in the database? I checked the database and all the data is in place. Any ideas?

8)

Dark Omega

#977
Quote from: RoarinRow on December 13, 2006, 05:40:59 PM
I just tried to change of on the settings, include in total online count, then checked my log.  got this error:

8:  Undefined index:  pm_posts_per_hour
File:  /forum/Sources/ModSettings.php
Line 243

The functionality of spiders showing, however, works.

This happened to me as well, this is how I fixed it. Open up ModSettings.php

Search For:

$subActions = array(
      'basic' => 'ModifyBasicSettings',
      'layout' => 'ModifyLayoutSettings',
      'karma' => 'ModifyKarmaSettings',
      'profile' => 'ModifyProfileSettings',
);

And Change to:

$subActions = array(
      'basic' => 'ModifyBasicSettings',
      'layout' => 'ModifyLayoutSettings',
      'karma' => 'ModifyKarmaSettings',
      'googlebot' => 'ModifyGooglebotSettings',
      'profile' => 'ModifyProfileSettings',
);

There are 2 of these they should be both identical. They may be a tad different depending on what you have installed just make sure the googlebot line is added into both groups and that will fix your problem, for you too Witte  ;D

ModSettings.php is in the Sources folder by the way  :D

sanax

Thank you for your time to respond! I appreciate it...

This what I have in my Modsettings.php:

$subActions = array(
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'googlebot' => 'ModifyGooglebotSettings',
'karma' => 'ModifyKarmaSettings',


and the second (almost similar)

$subActions = array(
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'karma' => 'ModifyKarmaSettings',


weird I would say! I'm using RC2 in this particular forum

Dark Omega

#979
Quote from: sanax on December 20, 2006, 12:55:00 AM
Thank you for your time to respond! I appreciate it...

This what I have in my Modsettings.php:

$subActions = array(
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'googlebot' => 'ModifyGooglebotSettings',
'karma' => 'ModifyKarmaSettings',


and the second (almost similar)

$subActions = array(
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'karma' => 'ModifyKarmaSettings',


weird I would say! I'm using RC2 in this particular forum

Yea just add that googlebot line into the second one, I am using 1.1 with TP 9.7 so its just a tad different but the same concept.

Advertisement: