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?


All times are GMT. The time now is 04:15 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.02424 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (4)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