vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Multiple Account Registration Prevention (https://vborg.vbsupport.ru/showthread.php?t=127045)

DementedMindz 10-06-2006 03:58 PM

testing the new version out hopefully it dont auto ban everyone that joins up now since I move everyone with 2 accounts to banned.

randominity 10-10-2006 02:41 AM

has anyone found anymore bugs?

DementedMindz 10-10-2006 04:08 AM

so far so good so no Ihave not found any.

rinkrat 10-10-2006 05:36 AM

Will it ban all aol users since they all use the same ip addresses?

randominity 10-10-2006 01:51 PM

Quote:

Originally Posted by rinkrat
Will it ban all aol users since they all use the same ip addresses?

It doesn't ban users, if they try to register and their IP is already connected with an account, then the account they try to register will be put in a moderation queue for you to approve.

You can turn this option off as well.

DementedMindz 10-10-2006 10:16 PM

I found one bug... when you get this message.. Other users that have the same IP address are: the first username always has /member.php?u=0 which is wrong it should be there userid instead of 0 everytime.

vfxpro 10-11-2006 04:37 PM

installed the hack and waiting to see what happens. Hopefully it'll help curb our multiple account problem.

BTW, anyone know of an easy way to clean out the ol' multiple accounts on a via searchin via IP addess. Is there an easy way to do this in vB?

oldfan 10-15-2006 02:47 AM

Quote:

Originally Posted by randominity
just the name registering.

and I will post a 3.5.x version of the script in a little bit.

Still working on it?

oldfan 10-16-2006 09:48 PM

Quote:

Originally Posted by oldfan
Still working on it?

n/m I just upgraded thanks

randominity 10-16-2006 09:49 PM

Quote:

Originally Posted by oldfan
Still working on it?

https://vborg.vbsupport.ru/showthrea...42#post1098542

Let me know if it installs.

DementedMindz 10-16-2006 10:21 PM

any word on this bug? https://vborg.vbsupport.ru/showpost....9&postcount=46

randominity 10-17-2006 03:49 AM

Quote:

Originally Posted by DementedMindz

yeah for some reason I put the IP checking code before the registration completes, so the new user doesn't have a user id yet... will change it as soon as I can, but got some exams coming up, and right now I'm still recovering from the Bears game WOOO

Dennis B 10-23-2006 10:33 PM

Great work radominity, hope that little bug is fixed as soon as you can. :)

almqdad 10-28-2006 03:25 PM

well this work with 3.5.4 pacefully

it has more feature than the other version

Quote:

If a banned user attempts to create a new account, the new account will automatically be banned.

gunitman247 11-23-2006 08:48 PM

is there a wasy to totally cancel the registration ie

Our records show that you have already registered under the name of (username). If you have lost your password, click here. If you would like to modify your profile, click here.

richTV 12-25-2006 09:49 PM

Hi.

I'd like to try this out alongside the AE Detector. [which my forum currently uses {vB 3.6.4}]

is this add-on currently available to us the final release?

many thanks for creating this useful tool! :)

richTV

h2ojunkie 01-05-2007 07:20 PM

I've been testing this on my sandbox servers, and the "Automatically Ban Banned Users?" option doesn't seem to have any effect.

Whether I have that turned on or not, it still puts the new account in the COPPA group.

Maybe I'm missing something here, but it seems there is some bug in the system in regards to the banned users.

I see in the plugin code the following to ban a user:

PHP Code:

            //ban the user
            
if ($marpautoban)
                
$userdata->set('usergroupid'$vbulletin->options['marpbannedgroup']); 


But, I can find no where to change the setting for what group the marpbannedgroup is. I don't even see that setting being added in the xml install file.

Nathan2006 02-02-2007 08:06 AM

Quote:

Originally Posted by randominity (Post 1098695)
yeah for some reason I put the IP checking code before the registration completes, so the new user doesn't have a user id yet... will change it as soon as I can, but got some exams coming up, and right now I'm still recovering from the Bears game WOOO


Any fix on this?

Thanks :)

Raptor 02-03-2007 10:29 PM

great hack thanks !

HeRmAn'S 03-24-2007 05:15 PM

Thank you randominity and *installed*:up:;)

Bieddos 04-18-2007 05:41 PM

cooool!
Where i can change the language? In phrases not function my translate!

tycity 06-07-2007 05:03 AM

Installed - thanks for the great mod! :)

Bravo 06-13-2007 10:19 AM

Quote:

Originally Posted by h2ojunkie (Post 1151499)
I've been testing this on my sandbox servers, and the "Automatically Ban Banned Users?" option doesn't seem to have any effect.

Whether I have that turned on or not, it still puts the new account in the COPPA group.

Maybe I'm missing something here, but it seems there is some bug in the system in regards to the banned users.

I see in the plugin code the following to ban a user:

PHP Code:

            //ban the user
            
if ($marpautoban)
                
$userdata->set('usergroupid'$vbulletin->options['marpbannedgroup']); 


But, I can find no where to change the setting for what group the marpbannedgroup is. I don't even see that setting being added in the xml install file.

man oh man, I dont see how I missed that lol. I guess cause it's late and I've been up for like 16hours, but I had the same problem and could not figure out what was going on, I even re-did part of that plugin and nothing worked, but I read your post and checked it and lol your right that group does not exist, well I went back in and fixed it and IT WORKS!!!!!!!

@randominity im sure you know what it is, but if not I'll send you the updated code so you can update the package. or with your permission i'll call this v1.0.3 and re-add it as a Updated/Fixed MOD since your last visit was in May and last post on here was in Oct of 06. and i dont know if you are going to contiune to support this or not. Hopefully you read this. so PM me if you do :)

scan-pa 06-13-2007 11:40 AM

please let us know what code to change, or please upload the fixed version.

Thanks in advanced.

MeMySelfNi 06-22-2007 04:27 PM

which hack does this


Quote:

XXXXXXX is trying to register a new account. His/her other logins are:XXXXXX2

pcoskat 06-23-2007 05:53 PM

Quote:

Originally Posted by tycity (Post 1262958)
Installed - thanks for the great mod! :)

This mod is one of my FAVS!

Bravo 06-24-2007 10:40 AM

Quote:

Originally Posted by MeMySelfNi (Post 1274031)
which hack does this



This one does

NeitherSparky 06-26-2007 10:41 PM

Installed; hopefully this works...AE Multiple Login detection is a great mod, been using that forever.

Quote:

Originally Posted by Bravo2007 (Post 1267551)
@randominity im sure you know what it is, but if not I'll send you the updated code so you can update the package. or with your permission i'll call this v1.0.3 and re-add it as a Updated/Fixed MOD since your last visit was in May and last post on here was in Oct of 06. and i dont know if you are going to contiune to support this or not. Hopefully you read this. so PM me if you do :)

Wait so, what are we supposed to change?

Bravo 06-26-2007 10:47 PM

Quote:

Originally Posted by NeitherSparky (Post 1277302)
Installed; hopefully this works...AE Multiple Login detection is a great mod, been using that forever.



Wait so, what are we supposed to change?

I havent gotten his permission yet to do so =/
not sure what to do if he never replys.

Maybe a MOD or ADMIN can advise me on the process for something like this

NeitherSparky 06-26-2007 10:57 PM

Quote:

Originally Posted by Bravo2007 (Post 1277306)
I havent gotten his permission yet to do so =/
not sure what to do if he never replys.

Maybe a MOD or ADMIN can advise me on the process for something like this

Thanks for replying. So what exactly isn't working properly, the 'move banned users to banned group' option? They're being put in the users awaiting moderation group instead, is that right?

Bravo 06-26-2007 11:11 PM

Quote:

Originally Posted by NeitherSparky (Post 1277315)
Thanks for replying. So what exactly isn't working properly, the 'move banned users to banned group' option? They're being put in the users awaiting moderation group instead, is that right?

Pretty much yeah

oicyu8chu 06-30-2007 07:19 PM

Nice, cause my first victim today. :)

Choo

hubix 08-21-2007 07:40 AM

Hello,

did anyone fixed this banned user problem?
I've tried it myself, but it didn't work.

TCB 08-26-2007 07:54 PM

yes, I'm also eager for the updated version where automatic banning of re-registering banned members actually work

Veronica Vain 09-03-2007 10:07 PM

Love the Hack Thanks again!

blackvborg 09-16-2007 09:07 PM

does it work with vb 3.6.8?

Thank you!

CoryNickerson 10-20-2007 10:47 PM

this worked once for me but hasnt worked again since. o.O vb 3.6.8

its letting multiple account memebers with the same IP adresses register multiple accounts and doesnt place them in the group i specified... help please? thanks

aquariumpros 10-23-2007 06:09 AM

Quote:

Originally Posted by onehost (Post 1366517)
another useless VB hack... im running 3.6.8 - i uploaded both xml files, and it let me
sign right on up, even though my IP is identical to my admin account, let me right on in..

are there any other methods on detecting multiple account signups?

WOW - love how people like you insult those who are trying to help out the community for FREE.

Seriously - why don't you just go write your own code if you're just going to insult the authors who are at least trying.

And while you're at it; you might want to learn how to read too:
"https://vborg.vbsupport.ru/external/2011/01/24.gif Is in Beta Stage"

aquariumpros 10-23-2007 06:25 AM

Quote:

Originally Posted by onehost (Post 1366524)
Lets see here... Last Update: 01 Oct 2006
yea, im sure hes on the case....

its also just lovely for coders to create this stuff, then drop it...
yea, just great, this guy doesnt care about you, me, this hack
or anything. I see coders make good stuff then disappear all the time.

Exactly.

He/she owes you nothing.

So don't use it.

(BTW - with a few tiny modifications it works great)

onehost 10-23-2007 08:15 AM

then why dont you post an update.


All times are GMT. The time now is 02:48 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.01462 seconds
  • Memory Usage 1,828KB
  • 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_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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