News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Googlebot & Spiders

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

Previous topic - Next topic

sanax

Thanks Dark!! For someone who has only 4 posts you're a master!!... lol

Works like a charm! Thank you!

wickedstangs

Anyone have this for SMF 1.1.1

Skipdawg

Skipdawg's Community

Powered by SMF 1.1.3

Bigguy


Dark Omega

Quote from: sanax on December 20, 2006, 01:26:09 AM
Thanks Dark!! For someone who has only 4 posts you're a master!!... lol

Works like a charm! Thank you!

;D

Schade

Quote8: Undefined index: ob_googlebot_modname
Fil: /customers/kullenssfk.se/kullenssfk.se/httpd.www/forum/Sources/ModSettings.php
Rad: 141
installed without problems, but i get errors in the log.
Could this be because I have a swedish version?

wickedstangs

Ok I installed this mode everything seem to be working....Except when I go to the Admin ~ Features and Options ~ Googlebot & Spiders I try to click on Display agent and Display Spider List hit save and it does'nt save? It always has 3 items checked (Count all instances of same spider, Display all instances of same spider , Redirect PHPSESSID URLs) I try to remove them and it still comes back with those 3 checked.. >:(

Dark Omega

Quote from: wickedstangs on December 23, 2006, 02:32:23 PM
Ok I installed this mode everything seem to be working....Except when I go to the Admin ~ Features and Options ~ Googlebot & Spiders I try to click on Display agent and Display Spider List hit save and it does'nt save? It always has 3 items checked (Count all instances of same spider, Display all instances of same spider , Redirect PHPSESSID URLs) I try to remove them and it still comes back with those 3 checked.. >:(

Read what I posted like 8 or 9 posts up from yours, that will fix your problem.

wickedstangs

This is what my code looks like.
$subActions = array(
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'karma' => 'ModifyKarmaSettings',
'googlebot' => 'ModifyGooglebotSettings',
);

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


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


Should I ad the profile?

Vinspire

So, this mod is working on SMF 1.1.1 ?

Dark Omega

#990
Quote from: wickedstangs on December 23, 2006, 11:59:06 PM
This is what my code looks like.
$subActions = array(
'basic' => 'ModifyBasicSettings',
'layout' => 'ModifyLayoutSettings',
'karma' => 'ModifyKarmaSettings',
'googlebot' => 'ModifyGooglebotSettings',
);

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


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


Should I ad the profile?


No, It will be a tad different depending on what you have installed, you do not need to add the profile line only the googlebot line. So for you both groups should look like this.

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

:D

njoker555

i cant even see any on my forum, im using 1.1 RC3, and i cant real 67 pages of posts to get the answer lol, no time for that
Gamers Forum << PR3 forum WebZ Junk Blog << PR3 Blog ZenPix Blog

Tarek

well , i am using this Mod on 1.1.1 but
it is still sending PHPSEED

how to get Rid of these sessions ?

Flying Drupalist

How do we use this for 1.1.1?

wickedstangs

Quote from: Miraploy on December 29, 2006, 09:51:19 PM
How do we use this for 1.1.1?
Just look above at all my questions they will help you install it on 1.1.1

njoker555

do i have to change something if its not the default smf theme?  i just noticed that
Gamers Forum << PR3 forum WebZ Junk Blog << PR3 Blog ZenPix Blog

Schade

Quote from: Skipdawg on December 20, 2006, 01:53:05 AM
Quote from: wickedstangs on December 20, 2006, 01:44:59 AM
Anyone have this for SMF 1.1.1

Working fine on both of mine.  ;)

I just installed it, and it seems to work. But where in the admin panel do you find it, if i wanna make som changes there?

anonim

found zis today in visitor list;
I think is a spider;

64.29.182.10, Filangy/1.01 (Filangy; http://www.filangy.com/filangyinfo.jsp?inc=robots.jsp; [email protected]))

can it be recongnized properly?

veldfire

#998
It tells me to add <search position="before"><![CDATA[', $txt[140], ':<br />', implode(', ', $context['list_users_online']);]]></search>
<add><![CDATA[

if (!empty($context['spiders']))
{
if ($modSettings['ob_googlebot_display_own_list'])
echo '
<br />
', $txt['ob_googlebot_spiders_last_active'], ':<br />';
else
{
if (empty($context['users_online']))
echo '
', $txt[140], ':<br />';
else
echo ', ';
}

echo implode(', ', $context['spiders']);
}]]></add>


But mine once again has been moded and looks like:
// Assuming there ARE users online... each user in users_online has an id, username, name, group, href, and link.
if (!empty($context['users_online']))
echo '
', $txt[140], ':<br />', implode(', ', $context['list_users_online']);

echo '
<br />', $context['show_stats'] && !$settings['show_sp1_info'] ? '
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</div>
</td>
</tr>';


Again, how can I fix that bit  :-[ as when I add that bit it gives me a string error.


Any help would be greatly appreciated !

TIA,
Veldfire

njoker555

hello? somebody tell me what i have to do to make it show up on the forum because i have installed it successfully, pm will be appreciated since i dont have time to visit everything
Gamers Forum << PR3 forum WebZ Junk Blog << PR3 Blog ZenPix Blog

Advertisement: