vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Multiple Account Detection & Prevention (https://vborg.vbsupport.ru/showthread.php?t=199077)

maxie 08-01-2009 02:10 AM

Working vb 3.8.3 without errors

ibeteck 08-04-2009 01:08 PM

I have been looking for somethign like this for a long time. Thank you, I have problems with people that are banned they end up creating new accounts. Lets see what they will do now ;).

ACiD619 08-05-2009 04:26 PM

Hey,

Paddern me, but where do I set the option to where the reports are posted?

Quote:

Warning: require_once(DIR/madp/functions_madp.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/domains/domain.tld/public_html/madp/prevention.php on line 61

Fatal error: require_once() [function.require]: Failed opening required 'DIR/madp/functions_madp.php' (include_path='.:/usr/local/lib/php') in /home/user/domains/domain.tld/public_html/madp/prevention.php on line 61
I'd appreciate some help.

Many thanks.

James Birkett 08-06-2009 04:23 PM

I have my main user. I then created an account named Test which was detected:
Quote:

A new account by the name of Test has been registered. The new account has been moved to the Prevention Usergroup.

Other recognized logins for this user are:
1. James
So it detected that. I then made Test 2, and that was detected based on the IP (I used Chrome's incognito so it didn't save/load cookies to test if IP was working) and it gave me:
Quote:

A new account by the name of Test 2 has been registered with the IP address: xx.x.xxx.xx. The new account has been moved to the Prevention Usergroup.

Other users that registered with this IP address are:
1. Test
Why didn't it detect my main user (James) IP address and put that as a 2.?

I don't have Admins bypassing the check by the way, I disabled it for this test purpose.

Kiros72 08-15-2009 03:07 AM

Well it tracks the registered IP addresses. Since your main account was probably registered long before you installed my modification, it must have been registered with a different IP address (one that you had at the time of registration). When you registered the Test and the Test 2 accounts, you had the same IP address. That is the reason behind this seemingly peculiar incident :)

Jasonv81 08-17-2009 10:09 PM

I'm running VB3.8.2 and this plugin just totally jacked up my board!

I installed it and now every time I try to post it says my message is too short, so i created a new username and made it an administrator and then merged over my old administrator account into it now I can't access any of the administrator functions because I get this message:

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions

for this page using the Administrator Permissions section of the control panel.

then i clicked on the link for Adminstrator Permissions and it says this:

Sorry, you are not allowed to edit administrator permissions.

If you think you should have permission to access this page, you will need to edit the

$config['SpecialUsers']['superadministrators'] variable in the includes/config.php file.

To allow the administrators to access this page, edit the variable to include the user IDs

of those administrators should have access, separating each user ID with a comma, like

this:

$config['SpecialUsers']['superadministrators'] = '1,25,57';

To allow only a single administrator to access this page, simply add that user's ID with

no commas, like this:

$config['SpecialUsers']['superadministrators'] = '1';

Heres the big problem:

1) i'm the only administrator....there is no other lead administrator
2) i can't access any of the functions to figure out what my newly merged user ID is!

FYI, this happened with the old AE detector once i installed VB3.8.2 but then when i created a new administrator account and merged the old one over it corrected the problem....now i'm getting this wierd error message i didnt get before.

PLEASE HELP

yagane 08-18-2009 04:45 AM

Hi kiros!!!

My recommendation:

Sometimes we need to share our info with new moderators, but we don't like to share the full stuff, like the Verbose Mode. So I think in put a secondary forum for reports without Verbose Mode.

Full reports go to Admin, secondary to Moderators.

I try to apply these changes modifying detection.php. But right now use on the main site the MADP for admin, and the AE detector for moderators. :(

Thanks!!! :D

Kiros72 08-18-2009 05:19 AM

Quote:

Originally Posted by Jasonv81 (Post 1869419)
I'm running VB3.8.2 and this plugin just totally jacked up my board!

I installed it and now every time I try to post it says my message is too short, so i created a new username and made it an administrator and then merged over my old administrator account into it now I can't access any of the administrator functions because I get this message:

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions

for this page using the Administrator Permissions section of the control panel.


then i clicked on the link for Adminstrator Permissions and it says this:


Sorry, you are not allowed to edit administrator permissions.

If you think you should have permission to access this page, you will need to edit the

$config['SpecialUsers']['superadministrators'] variable in the includes/config.php file.

To allow the administrators to access this page, edit the variable to include the user IDs

of those administrators should have access, separating each user ID with a comma, like

this:

$config['SpecialUsers']['superadministrators'] = '1,25,57';

To allow only a single administrator to access this page, simply add that user's ID with

no commas, like this:

$config['SpecialUsers']['superadministrators'] = '1';


Heres the big problem:

1) i'm the only administrator....there is no other lead administrator
2) i can't access any of the functions to figure out what my newly merged user ID is!


FYI, this happened with the old AE detector once i installed VB3.8.2 but then when i created a new administrator account and merged the old one over it corrected the problem....now i'm getting this wierd error message i didnt get before.

PLEASE HELP

There's no reason why this modification should have totally jacked up your board. It sounds like you're running a poorly coded modification along-side it. One that is active during posting.

Nonetheless, it seems like you're in quite a situation, so I'll try to help as much as possible. You will need to be able to view the member list, so as long as it is enabled for members, you'll be okay. Just find your account by searching through the members. Whenever you find it, the link to your profile should contain your User ID. Once you get your ID, use it for what you were planning to.

That should do it, although I'm utterly confused as to why you would create a new account and merge your administrator account with it...

Kiros72 08-18-2009 05:22 AM

Quote:

Originally Posted by yagane (Post 1869566)
Hi kiros!!!

My recommendation:

Sometimes we need to share our info with new moderators, but we don't like to share the full stuff, like the Verbose Mode. So I think in put a secondary forum for reports without Verbose Mode.

Full reports go to Admin, secondary to Moderators.

I try to apply these changes modifying detection.php. But right now use on the main site the MADP for admin, and the AE detector for moderators. :(

Thanks!!! :D

Thanks for another useful suggestion yag! Although I'm starting my university classes now, so I'm still going to be pretty busy. But within the coming weeks, I'm going to resume work on new releases. Cheers :)

cynthetiq 08-18-2009 07:06 AM

suggestion: the forum post generated should be in the PM as a link, ala the reported post generates a thread, and then has a link in the email to the discussion.

otherwise great mod!

I just installed the Nexus connect mod and it worked via an IP detect, it didn't work as you explained above, and there was no cookie on that machine either. I was scratching my head wondering why it didn't work, but now it makes sense.


All times are GMT. The time now is 01:04 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.01641 seconds
  • Memory Usage 1,758KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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