vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Member Bots 1.0 - Allow bots to act as members (https://vborg.vbsupport.ru/showthread.php?t=108070)

jasculs 05-08-2008 04:59 AM

Anyway we can allow multiple usergroups in? I have another usergroup other then regular registered that i'd like to have searched.

Ak47 05-15-2008 12:38 PM

Thanks for this wonderfull modification.

Vuris 05-15-2008 04:32 PM

Quote:

Originally Posted by dtv100 (Post 1509153)
is working for me on 3.7 with instructions I post here :
https://vborg.vbsupport.ru/showpost....&postcount=148

i added these changes and it still doesnt work on my 3.7 =/

mry 05-24-2008 11:08 PM

3.7 dont work any new mod for bots ?

dtv100 05-24-2008 11:11 PM

Quote:

Originally Posted by Vuris (Post 1520708)
i added these changes and it still doesnt work on my 3.7 =/


try this maybe is the difference why works for me .
go to vbulletin.com and download the latest spider list .

shofolofo 05-25-2008 08:11 AM

Ok it is working fine ...

But there is a problem .. I can't exclude some spiders :|

I want all spiders to work normal except media-partners to act like a member .. is it possbile ?

shofolofo 05-30-2008 05:48 PM

Uninstalled
:(

although it was a good one but I needed some support

joh 06-05-2008 08:16 PM

how many people have this mod running on a 3.7 site?

dtv100 06-05-2008 10:53 PM

I do running with 3.7

Joey805 06-27-2008 07:19 AM

Quote:

Originally Posted by dtv100 (Post 1377928)
try this in init.php look for :

Code:

if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\

and replace with :





Code:

if ($is_bot == 1) {
        $vbulletin->userinfo['usergroupid'] = XX;
}
if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\

change the 2 XX in red with the usergroup you want.


When ever I make this change, it appears that the bots can now get in, but I am unable to log into my admincp. I am running vb 3.7

Any ideas?

John W Smith 06-27-2008 10:29 AM

Quote:

Originally Posted by Joey805 (Post 1560199)
When ever I make this change, it appears that the bots can now get in, but I am unable to log into my admincp. I am running vb 3.7

Same with me and all private forums appear to become open to all members.

mnymaker 06-29-2008 03:10 PM

Quote:

Originally Posted by Zia (Post 901811)
hmm..i dont its would be better to install it or not...
some whre in a famous webmaster forum i read "cloaking' spider/bot maight be a reason banned the site from the search engine...

...looks for xpert's comment....

Any resolution of this issue yet? I'd love to put it on my site www.talkaboutissues.org but I also don't want to get it banned as I need all the search engine love I can get. :D

Thanks

dtv100 06-29-2008 03:33 PM

Quote:

Originally Posted by Joey805 (Post 1560199)
When ever I make this change, it appears that the bots can now get in, but I am unable to log into my admincp. I am running vb 3.7

Any ideas?

guys make sure you using spiders_vbulletin.xml file by vbulletin there is a version out there causing this problem joey and I find this problem last night.

AliMadkour 06-29-2008 10:01 PM

work on 3.7.2 ???

dtv100 06-29-2008 11:26 PM

yes work on 3.7.2

Los 07-05-2008 11:30 PM

I installed the code and my admin account goes on the fritz!

:(

dtv100 07-08-2008 10:29 AM

Quote:

Originally Posted by Los (Post 1567754)
I installed the code and my admin account goes on the fritz!

:(

are you using a spider list other than one supply by vbulletin ?


btw is working on version 3.7.2 patch level 1

Los 07-09-2008 06:34 PM

I'm running 3.6.7.

Where is the list that vbulletin provides? I'm using this one: http://spiderlist.codeforgers.com/list.php

dtv100 07-09-2008 11:48 PM

someone here a few post from ours use that list and this hack and he start having problem.

this is one i use :


http://www.vbulletin.com/forum/showpost.php?p=565415

Los 07-11-2008 07:35 PM

I renamed the file to spiders_vbulletin.xml and added the code. Seems to work. How can I be sure?

dtv100 07-11-2008 08:49 PM

Quote:

Originally Posted by Los (Post 1573022)
I renamed the file to spiders_vbulletin.xml and added the code. Seems to work. How can I be sure?



go to vBulletin Options /Who's Online Options /Enable Spider Display
set to yes then go to who is online and if there spider you can see if they get permission errors.

Welshy2008 08-08-2008 05:31 PM

I have just installed this on my 3.6.8 Vs 2. How do I check that it has worked Please?

I have just tried to that "Spiderlist" through my ACP -> P&P -> Product Manage -> add/Import, but it showed as "Invalid File Specified". Is it because it is for the 3.7.2? Where as I have the 3.6.8?

I asume it is just the spiderlistXML file that I am supposed to upload?

How do I check that the upload of this hack is working for me Please? (I have been in ACP -> Who's Online Options -> Enable Spider Display -> Yes. (No spiders on at present).

When I downloaded it earlier, Google sider was on - but it was showing as a Guest (as usual). What I have done above will be seen by the members of the forum now - wouldn't it?

Many Thanks,

Welshy2008.

andy9l 10-07-2008 02:12 PM

Many thanks to dtv100 and trilljester!.

This works on 3.7.3 Patch 1 for me, this is what I did:

1. Downloaded, and installed the XML file from the original hack posted here (attached)
2. Edited the following in my init.php file (./includes/init.php)

Find:

Code:

if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\


Replace with:

Code:

if ($is_bot == 1) {
        $vbulletin->userinfo['usergroupid'] = XX;
}
if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\


Seems to be working for me, I don't have any spider lists or anything installed, had no problems with Admin CP or other guest/member permissions as of yet. I'll let you know if there are any problems in the future.

It's simpler than it's made out in this thread...

The above code was not written by me and all credit goes to the makers/coders here ;)
I'm just giving a testimonial of a successful install on VB 3.7.3 - Patch 1

Brandon Sheley 10-07-2008 02:31 PM

this mod has bad idea written all over it :rolleyes:
I would advise AGAINST using this mod, giving the bots access to more then guest will get you blacklisted in search engines in no time.

Nassou 12-07-2008 06:00 PM

Thank you very much , it work for me !

ROTPAR 12-15-2008 07:24 PM

The Problem is: Now, every non registered member who will use a firefox plugin what will identify him as google bot, will have access to all private/closed forums as guest. They don't even need to register, just by using a FF Plugin.

Is there no possibility to identify the googlebot by actual ips ?

dxblouie 01-26-2009 07:35 PM

Works on 3.8.0 as follows:
install as normal

now in includes/init.php around line #400, look for the following:

Code:

                $vbulletin->options['contactuslink'] .= $vbulletin->session->vars['sessionurl_q'];
        }
}

// CSRF Protection for POST requests
if (strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')

Replace with the following:

Code:

                $vbulletin->options['contactuslink'] .= $vbulletin->session->vars['sessionurl_q'];
        }
}

// memberbot mod:
if ($is_bot == 1) {
        $vbulletin->userinfo['usergroupid'] = XX;
}
// End of memberbot mod

// CSRF Protection for POST requests
if (strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')

i can see provisions for verifying the bot IP address in the mod code, but it doesn't seem to be active..

mahakala 01-26-2009 08:34 PM

thanks, i like it :)

to prevent missuse take a look at http://bot-trap.de - if one tries to fake, he is trapped. even so spambots and so on.

ROTPAR 03-12-2009 01:11 PM

how can i make it work on 3.8.1

RedHacker 03-14-2009 10:14 PM

How to install this in 3.8.1 .....?

RedHacker 03-15-2009 02:08 PM

Quote:

Originally Posted by dxblouie (Post 1725530)
Works on 3.8.0 as follows:
install as normal

now in includes/init.php around line #400, look for the following:

Code:

                $vbulletin->options['contactuslink'] .= $vbulletin->session->vars['sessionurl_q'];
        }
}

// CSRF Protection for POST requests
if (strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')

Replace with the following:

Code:

                $vbulletin->options['contactuslink'] .= $vbulletin->session->vars['sessionurl_q'];
        }
}

// memberbot mod:
if ($is_bot == 1) {
        $vbulletin->userinfo['usergroupid'] = XX;
}
// End of memberbot mod

// CSRF Protection for POST requests
if (strtoupper($_SERVER['REQUEST_METHOD']) == 'POST')

i can see provisions for verifying the bot IP address in the mod code, but it doesn't seem to be active..

Can bot logged as member...?XX what put.....?

intell_iut 03-17-2009 09:55 AM

is it work on 3.8.1?

dtv100 04-18-2009 10:46 PM

this mod work on 3.8.2


1. Downloaded, and installed the XML file from the original hack posted here (attached)
2. Edited the following in my init.php file (./includes/init.php)
find:
Code:



if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\

and replace with :
Code:




if ($is_bot == 1) {
        $vbulletin->userinfo['usergroupid'] = XX;
}
if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\

change the 2 XX in red with the number for usergroup you want

RedHacker 04-20-2009 02:16 PM

If open with Internet Explorer the spiders show some times in Admins,Mods and Site Designers..!!!!Why...?I put members bot as registers users.

kdeniz 05-27-2009 11:35 PM

is that 3.8.2

kmatwill 06-08-2009 08:57 PM

Quote:

Originally Posted by dtv100 (Post 1794181)
this mod work on 3.8.2


1. Downloaded, and installed the XML file from the original hack posted here (attached)
2. Edited the following in my init.php file (./includes/init.php)
find:
Code:



if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\

and replace with :
Code:




if ($is_bot == 1) {
        $vbulletin->userinfo['usergroupid'] = XX;
}
if (!empty($db->explain))
{
        $db->timer_stop(false);
}

/*======================================================================*\

change the 2 XX in red with the number for usergroup you want

How do I know if this is working?

kmatwill 06-15-2009 11:12 PM

This doesn't seem to me to be working on 3.8.2. No errors, but no results either. I wish someone would update this. It's a great idea.

thedvs 07-08-2009 10:13 AM

can anyone fix this for 3.8.3?

ROTPAR 07-20-2009 04:10 PM

Ok once again. How can I prevent Users to see content after they used a firefox plugin what identifies them as a google bot?????

kmatwill 07-20-2009 05:57 PM

I don't think there is a way.


All times are GMT. The time now is 06:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02499 seconds
  • Memory Usage 1,827KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete