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)

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 03:41 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.01409 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
  • (6)bbcode_code_printable
  • (2)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