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)

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 .....?


All times are GMT. The time now is 07:02 AM.

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.02181 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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