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)

ROTPAR 07-20-2009 07:04 PM

then this plugin just sucks, because you just have to make yourself to a bot and you have full access to every corner of the forum.

marshal_ramdev 08-05-2009 05:45 AM

thanks

alaska_av8r 03-02-2010 03:58 AM

Has anyone used this mod on vb4? or has it been updated to work on vb4?

firefoxextreme 03-31-2010 09:29 PM

Yes I have it tested and working with VB 4.02 PL4

cesaret244 06-18-2010 07:27 PM

Quote:

Originally Posted by firefoxextreme (Post 2013699)
Yes I have it tested and working with VB 4.02 PL4

yes 4.0.3 pleas

arena 06-25-2010 10:37 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..

thank you vb4 suite is work

ThiagoO 09-06-2010 03:24 PM

@ dxblouie
thank you,
works fine in vb 3.8.6

Faol 12-10-2010 02:06 PM

Quote:

Originally Posted by ROTPAR (Post 1852397)
then this plugin just sucks, because you just have to make yourself to a bot and you have full access to every corner of the forum.

How many people do you think know to change their browser to a bot? If you think it sucks, make something better.

schlottkej 12-13-2010 09:07 PM

Quote:

Originally Posted by Faol (Post 2131905)
How many people do you think know to change their browser to a bot? If you think it sucks, make something better.

right? lol

scparker 12-18-2010 11:50 AM

I've added the plug-in and it seems to work OK, but the issue I have now is that when I restrict viewing threads to unregistered users my Thread sitemap is empty..

Does anybody know how to implement this feature and keep the sitemap in tact?

Jackie1 03-18-2011 05:13 PM

Can't use vbb 4.1.2 :(.
Pls help, i need mod have use 4.1.2

zgrkaralar 03-22-2011 08:25 PM

How to install this in 4.1.1

thedvs 03-23-2011 06:08 PM

works fine in 412

dai-kun 08-06-2011 05:16 PM

after upgrading to 4.1.5 my adsense bot cannot get in anymores :(

Was working on 4.1.4

I redid my file edits.

Eslob 01-29-2012 09:52 AM

its a great mod but wont work properly if i use it while the threads are cut on the visitors.

it requires the visitor to login so they can view the full topic.

going to upgrade to the latest version in 3.x

kamran_dotnet 08-31-2012 12:21 PM

anyone test it on 4.2 ?
how can i know it works on my forum with 4.2?

Calahan 10-25-2012 10:47 AM

Could anybody successfully install it on 4.2?

ROTPAR 03-06-2013 09:17 AM

is there a version for 4.2? or any alternatives?

ROTPAR 03-25-2013 09:29 AM

anybody? come on

ROTPAR 04-12-2013 09:21 AM

Still searching for a version working on 4.2 or can anybody modify this version and make it work on 4.2?

WebMonster2013 07-13-2013 12:00 AM

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

Thank you sir this saved my life on vb 3.8.7


All times are GMT. The time now is 07:49 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.01498 seconds
  • Memory Usage 1,757KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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