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)

Kiros72 07-19-2009 09:23 PM

Quote:

Originally Posted by ItsikN (Post 1851539)
Hi,

I turned off the registration preventation option since at the moment I want the app only to to detect and report duplicates without preventation.

However, the app reported today the following "The new account has been moved to the Prevention Usergroup" and moved it into the "COPPA users awaiting..."

I'm using VB 3.8.3.

Any advice?

Thanks.

Well I believe that is the default option for registration prevention. Double check to make sure that the prevention is completely disabled. If it is, please list all other modifications that you have installed. There might be some clash with registration-related modifications.

ItsikN 07-20-2009 04:14 AM

Quote:

Originally Posted by Kiros72 (Post 1851850)
Well I believe that is the default option for registration prevention. Double check to make sure that the prevention is completely disabled. If it is, please list all other modifications that you have installed. There might be some clash with registration-related modifications.

OK, first, I prevented it just by marking "No Prevention" under the "Registration Prevention" segment, should I do anything else? maybe remove the usergroup id number from the "Prevention Usergroup" segment?

I'm using the following mods: Album Pictures - Forum Home, AME - The Automatic Media Embeder, PB Watermark Album Images, Quick Auto Image-Resize (Posts & Signature) and Watermark Attachments.

That's it.

Kiros72 07-21-2009 08:39 AM

Hmm. I don't see anything that could be affecting it. Could you enable verbose mode and copy the report next time it uses any sort of prevention method?

ItsikN 07-21-2009 12:54 PM

Will do.

Thanks.

Matt Lathrop 07-23-2009 03:38 AM

Could anyone get this working with FB Connect login? Or Kiros do you know a work around?

David Bott 07-23-2009 02:40 PM

Hello...

Silly question...A person has to log out and then log back in for the cookie to be set correct?

What I mean is, if a user has the REMEMBER ME box checked to remember them, the person gets auto logged into the site when they return. As such, it will not set the new cookie until they LOG OUT by clicking log out or clearing their cookies and then logging back in. (it does not just update upon return.)

I am asking for I just changed over from the other AE Detector and it also used IDStack. I did not want an issue so I changed my to something like MySettings. (Could I just use the old info in IDStack?)

Thanks

David Bott 07-23-2009 05:31 PM

SUGGESTION...

When a catch is made via IP, can you please include the host info name for the IP? It would help to determine if it may by a proxy for a company.

Also in the verbose info...it says by IP, but also could include the IP address again with the domain info.

Currently looks like... Caught by: IP Address

Could look like... Caught by: IP Address XXX.XXX.XXX.XXX (Domain.com)

Looking forward to future advancements.

BTW...I ask for AVSForum.com is a very busy site with a lot of companies that come in. We see a lot of spammers and what have you as you may guess.

ItsikN 07-26-2009 03:51 PM

Quote:

Originally Posted by Kiros72 (Post 1852740)
Hmm. I don't see anything that could be affecting it. Could you enable verbose mode and copy the report next time it uses any sort of prevention method?

Hey Kiros,

Today it happened again, this is the plot:
Code:

[ :: Verbose Information :: ]

[ Prevention Method Information ]

Selected Method: No Prevention
Prevention Usergroup: 4 (Found)
Primary Banned Usergroup: 8 (Found)

[ Cookie Information ]

The account-counting cookie (IDstack) was not found.

[ Capture Information ]

Caught by: IP Address

[ Verbose Messages ]

[ Dev Information ]

Verbose Message Bitfields: 0


r2r 07-29-2009 03:10 PM

Great mod! really useful, thanks! I have so many spammers sign up to my site, so it is really useful having somthing to prevent it.

Kiros72 07-30-2009 05:13 AM

Quote:

Originally Posted by Matt Lathrop (Post 1853946)
Could anyone get this working with FB Connect login? Or Kiros do you know a work around?

I didn't know that the Facebook modification broke the modification. I'll have to download it to see if there is some kind of workaround. I might not get the chance to within the next couple of days. I'm working long hours and I'm struggling to get started with school, so I have little time on my hands.

Quote:

Originally Posted by David Bott (Post 1854205)
Hello...

Silly question...A person has to log out and then log back in for the cookie to be set correct?

What I mean is, if a user has the REMEMBER ME box checked to remember them, the person gets auto logged into the site when they return. As such, it will not set the new cookie until they LOG OUT by clicking log out or clearing their cookies and then logging back in. (it does not just update upon return.)

I am asking for I just changed over from the other AE Detector and it also used IDStack. I did not want an issue so I changed my to something like MySettings. (Could I just use the old info in IDStack?)

Thanks

Well, just as in the older AE Detector, the cookie is set during login. Nothing happens during logout (in the modification, that is). The cookie is not cleared since it uses a separate cookie, but if I remember correctly, any cookie name that is prefixed with your vBulletin cookie prefix will also be cleared during logout. For instance, if you have your vBulletin cookie prefix set to vb_ and your account-counting cookie name is vb_IDstack, it would be cleared during each logout. However, I also think that I put in a warning system, so if you accidentally have the cookie prefix in your cookie name, it will let you know either in the settings panel or in the reports. I'm not completely sure where because it's been quite awhile since I worked on that specific code.

Quote:

Originally Posted by David Bott (Post 1854266)
SUGGESTION...

When a catch is made via IP, can you please include the host info name for the IP? It would help to determine if it may by a proxy for a company.

Also in the verbose info...it says by IP, but also could include the IP address again with the domain info.

Currently looks like... Caught by: IP Address

Could look like... Caught by: IP Address XXX.XXX.XXX.XXX (Domain.com)

Looking forward to future advancements.

BTW...I ask for AVSForum.com is a very busy site with a lot of companies that come in. We see a lot of spammers and what have you as you may guess.

Ah, a good suggestion. I'll add that into future versions. But as I've said in earlier words, I have very little free time, and my next version is planned to be a huge release with database functionality. I have a lot to add on, so it may not make it into the very next release, but I'm not even sure when that will be at this point in time. But nonetheless, tis a good suggestion and I'll be trying to implement it in the future.

Quote:

Originally Posted by ItsikN (Post 1855946)
Hey Kiros,

Today it happened again, this is the plot:
Code:

[ :: Verbose Information :: ]

[ Prevention Method Information ]

Selected Method: No Prevention
Prevention Usergroup: 4 (Found)
Primary Banned Usergroup: 8 (Found)

[ Cookie Information ]

The account-counting cookie (IDstack) was not found.

[ Capture Information ]

Caught by: IP Address

[ Verbose Messages ]

[ Dev Information ]

Verbose Message Bitfields: 0


That's quite odd. Not the verbose information alone, but coupled with the situation. I'm going to have to investigate this. If you would like me to, please contact me through PM with login details to your forums.

Quote:

Originally Posted by r2r (Post 1857897)
Great mod! really useful, thanks! I have so many spammers sign up to my site, so it is really useful having somthing to prevent it.

Thanks for the complement ^^
Glad I could help out a bit!

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.

Jasonv81 08-20-2009 09:29 PM

Quote:

Originally Posted by Kiros72 (Post 1869581)
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...

UPDATE:

I found my userID and edited my includes/config.php file to have me listed as a superadministrator and it resumed all my administrator priviledges.

I still have the wierd problem of not being able post because it says my message is too short. When sending a PM I can type text in the PM and send it, but the person recieving it gets a blank message. Anyhow, here are my list of programs.....let me know if you think any of these run during posting.....keep in mind, this problem only occured when I installed the new version of AEdetector.

vBulletin 3.8.2
Cyb - Advanced 'New Posts' 1.9 Cyb - Advanced 'New Posts'
Cyb - Advanced Forum Statistics 4.5 Cyb - Advanced Forum Statistics
Cyb - Attention Zero-Posters 1.3 Cyb - Attention Zero-Posters
Cyb - Sticky-Closed-Poll Prefixes 1.8 Cyb - Sticky-Closed-Poll Prefixes
Cyb - Top Posters In Month X 1.0 Cyb - Top Posters In Month X
Cyb - Visitors in Last X Hours 2.0 Cyb - Visitors in Last X Hours
Is Bot 1.0.0 Registration Time Check
Multiple Account Detection & Prevention 1.1.3 Detects multiple logins, prevents multiple registrations, and notifies the administration.
Separate Sticky and Normal Threads 1.0.5 Separate Sticky and Normal Threads
vBSEO 3.3.0 vBulletin SEO
vBSEO :: Conditional Signatures 1.4.2 Add rel='nofollow' or disable signature conditioned to posting's length.
vBSEO :: Sitemap Generator 1.7 Generate a Google & Yahoo Sitemap for your Forums


I just tried Disabling every one of these mods and it did not fix the problem.....any thoughts? if you think you might be able to figure it out by looking at my board let me know and i'll PM you login details with admin priviledges.

yagane 08-20-2009 10:05 PM

I don't use:

Cyb - Attention Zero-Posters 1.3 Cyb - Attention Zero-Posters
Cyb - Sticky-Closed-Poll Prefixes 1.8 Cyb - Sticky-Closed-Poll Prefixes
Cyb - Top Posters In Month X 1.0 Cyb - Top Posters In Month X
Is Bot 1.0.0 Registration Time Check

All the others including the AE Detector are installed on my forum and works pretty well.

If I had this problem, I disable the Forum Plug in System, then I made a test, if works fine I should activated and test each one.

This kind of problems happens because you install a few mods and you didn't take the time to make test to check if all works fine. Maybe the problem is not on the mods, maybe you change a setting and you even remember.

Maybe this help you, maybe don't. Here is what I have installed on my forum and all works pretty well.
Quote:

vBulletin - 3.8.4
Age Lock - 2.5 Pre Beta
All Albums - 2.5
AME - The Automatic Media Embeder - 2.0.2
Anime Lyrics - 1.2.0
Auto Delete/Move Thread After X days. - 2
Babylon - 1.2.0
Catalogo Temas - 1.2
Chief First Post - Every Page - 2.0.0
Custom Board Closed or Server Busy Message - 3.7.001
Cyb - Advanced 'New Posts' - 2.4
Cyb - Advanced Forum Rules - 4.0.2
Cyb - Advanced Forum Statistics - 6.6.1
Cyb - Advanced Permissions Based on Post Count - 4.4
Cyb - ChatBox - 2.3
Cyb - Check If Already Posted - 1.6
Cyb - Login To User Account - 2.3
Cyb - Moderating Stats - 1.6.1
Cyb - PayPal Donate - 4.8.2
Cyb - Sub-Forum Manager - 2.5.1
Default User Text Formatting - 1
Enhanced Reputation Checks - 3.8.001
Extended reputation display - 3.8.001
Fake Community Statistics - 0.22
Find My Posts In A Thread - 3.8.003
Flashchat Integration - 3.7.005
Flashchat v4: Who is chatting (Add On) - 3.7.002
GARS - 2.1.9
General Information - 2.1.1
GTSmiliebox - Move Smilies Below Editor - 3.7.0.0
Hide Links From Guests - 1.32
Inactive Users - 3.8.001
Latest Blogs - 1
Members who are using Flashchat - 3.7.002
Members who have Posted - 3.8.002
Members who have Visited - 3.8.002
Members Who Registered Today - 1.0.1
Miserable Users - 3.8.001
MixPod Playlist MP3 Player in Profile - 1.5
Multiple Account Detection & Prevention - 1.1.3
Multiple Login Detector - 1.03
Post Thank You Hack - 7.4
Prevent DoublePosts - 3.8.004
ProvB - Answer Forums - 1.0.4P
Ralles Auto Thread Closing - 1.8
Real ip detection - 3.8.001
Redirect Thread to URL - 1.0.1
Separate Sticky and Normal Threads - 3.0.0
Sig Of The Week - 2
Sorky13 - RSS Feed Links - V1.0.3 - 1.0.3
TCattd - The Image Resizer - 1.2.8
Twitter - Flash en el Perfil - 1
Unknown Location - 1.0.2
Usergroup Allow HTML - 3.5.0
Usergroup Color Bar - 2.0.0
Username HTML Markup - 2
vB Dummy ACP - 1.0.0
vB Post Templates - 1.5.0
vB Templates - 1.0.0
vBadvanced CMPS - 3.2.0
vBadvanced Dynamics - 1.2.0
vBadvanced Links Directory - 3.2.0
vBCode table - 0.1.7.1
vBExperience - 3.8.3
vBExperience - Post Thank You Hack Integration - 1.1.0
vBExperience Arm of Law - 1.0.0
vBExperience Level - 5
vBSEO - 3.3.0
vBSEO :: Conditional Signatures - 1.4.2
vBSEO :: Sitemap Generator - 2.5
vBStatus - 3
vBulletin Blog - 2.0.0
vBulletin Project Tools - 2.0.0
Welcome Panel Template Rewrite - 3.0.5

Kiros72 08-21-2009 12:02 AM

Quote:

Originally Posted by Jasonv81 (Post 1871276)
UPDATE:

I found my userID and edited my includes/config.php file to have me listed as a superadministrator and it resumed all my administrator priviledges.

I still have the wierd problem of not being able post because it says my message is too short. When sending a PM I can type text in the PM and send it, but the person recieving it gets a blank message. Anyhow, here are my list of programs.....let me know if you think any of these run during posting.....keep in mind, this problem only occured when I installed the new version of AEdetector.

vBulletin 3.8.2
Cyb - Advanced 'New Posts' 1.9 Cyb - Advanced 'New Posts'
Cyb - Advanced Forum Statistics 4.5 Cyb - Advanced Forum Statistics
Cyb - Attention Zero-Posters 1.3 Cyb - Attention Zero-Posters
Cyb - Sticky-Closed-Poll Prefixes 1.8 Cyb - Sticky-Closed-Poll Prefixes
Cyb - Top Posters In Month X 1.0 Cyb - Top Posters In Month X
Cyb - Visitors in Last X Hours 2.0 Cyb - Visitors in Last X Hours
Is Bot 1.0.0 Registration Time Check
Multiple Account Detection & Prevention 1.1.3 Detects multiple logins, prevents multiple registrations, and notifies the administration.
Separate Sticky and Normal Threads 1.0.5 Separate Sticky and Normal Threads
vBSEO 3.3.0 vBulletin SEO
vBSEO :: Conditional Signatures 1.4.2 Add rel='nofollow' or disable signature conditioned to posting's length.
vBSEO :: Sitemap Generator 1.7 Generate a Google & Yahoo Sitemap for your Forums


I just tried Disabling every one of these mods and it did not fix the problem.....any thoughts? if you think you might be able to figure it out by looking at my board let me know and i'll PM you login details with admin priviledges.

Just like yag mentioned, I suggest you disable some modifications (primarily the ones having to do with posts) and see if you can pinpoint the problem.

Jasonv81 08-24-2009 06:00 PM

Quote:

Originally Posted by Kiros72 (Post 1871323)
Just like yag mentioned, I suggest you disable some modifications (primarily the ones having to do with posts) and see if you can pinpoint the problem.

I've already DISABLED every single mod....including yours....and the problem is still there.

also, when i try to select a checkbox that selects multiple checkboxes beneath it, such as deleting all your PM's on a page, or selecting all the tables on Maintenance -> Repair/Optimize Tables......it doesnt select all the boxes, you have to check each individually.

My offer is still open if you want me to give you admin access to my board to see if you can figure it out. V-Bulletin's own tech support is not much help.

yagane 08-24-2009 08:01 PM

Looks like the problem is with the vBull Script or maybe in second stage with your server configuration.

In fact your main shoot is with vBull Tech Support, they are great, they fix my forum a couple of times.

I could guess, but I think your problem is with a bad upload of your vBull files:
  • You didn't read the instructions well and upload all in automatic mode,
  • One or some of the files is corrupt and need to be reuploaded
  • Maybe you should try to disable the AJAX functions.
  • Your server configuration needs a little tune up.
If someone try to fix your problem he will need admin access and ftp access. Maybe even a copy of your vBull script, because they are labeled and is probably he needs to upload some files or all again.

If I were you, I try to update to 3.8.4, maybe that fix the problem, you have to reupload all the files in the process, if the problem persist ask vBull Support to take a look.

Jasonv81 08-26-2009 05:04 PM

Quote:

Originally Posted by yagane (Post 1873656)
Looks like the problem is with the vBull Script or maybe in second stage with your server configuration.

In fact your main shoot is with vBull Tech Support, they are great, they fix my forum a couple of times.

I could guess, but I think your problem is with a bad upload of your vBull files:
  • You didn't read the instructions well and upload all in automatic mode,
  • One or some of the files is corrupt and need to be reuploaded
  • Maybe you should try to disable the AJAX functions.
  • Your server configuration needs a little tune up.
If someone try to fix your problem he will need admin access and ftp access. Maybe even a copy of your vBull script, because they are labeled and is probably he needs to upload some files or all again.

If I were you, I try to update to 3.8.4, maybe that fix the problem, you have to reupload all the files in the process, if the problem persist ask vBull Support to take a look.

the instructions i had for VB3.8.2 never said to upload in anything other than automatic mode.....if i upload 3.8.4 what mode should i upload in?

willy888 09-02-2009 06:08 PM

I INSTALLED it ok set the settings

How can I find already register members ips that have multiple accounts

andrew67 09-05-2009 11:19 PM

I just upgraded from 3.6.0 to 3.8.4 and removed the former AE detector and installed this one. All seems to be working fine , so thank you very much for a great product. Its very much needed on busy forums.

( Just posted to confirm no issues on 3.8.4 and to say thanks )

andrew67 09-05-2009 11:30 PM

Quote:

Originally Posted by willy888 (Post 1878528)
I INSTALLED it ok set the settings

How can I find already register members ips that have multiple accounts

Wait for them to use the other account....you will be alerted when they do.

pneo 09-08-2009 04:16 PM

I apologise if this has already been answered, but there is a lot of posts to go through.

I've installed on 3.8.4 no problems. It all seems to be working fine except for one minor issue. If a user is "moderated", i.e. allowed by an admin, before they verify their email address, they are then normal registered users without having to follow the email link to verify their address. I'm not sure if this is a problem with the modification or vbulletin itself.

Thanks.

KellyT 09-17-2009 08:29 PM

going toset options now

KellyT 09-22-2009 04:37 PM

Hi:

I installed and set options then tried to test it. registered with 2 different email addresses and two different usernames and it didn't seem to recognize this. Any suggestions as to what I might do to get it to detect multiple accounts?

glennybee 09-22-2009 04:55 PM

Thanks for this mod.

I was wondering if this is possible:

Can the mod be set so that it checks for multiple accounts, and reports via a thread, but doesn't take any action against the new account, unless they previously had a banned account, then they should also be banned?

I understand that two separate members may use the same PC (genuinely) so I'm willing to overlook this. But if a member registers and they have previously been banned, I would like the new account banned too.

Is this possible with this configuration please?

Thanks! :)

Huendin 09-25-2009 10:05 AM

Quote:

Originally Posted by glennybee (Post 1889006)
Thanks for this mod.

I was wondering if this is possible:

Can the mod be set so that it checks for multiple accounts, and reports via a thread, but doesn't take any action against the new account, unless they previously had a banned account, then they should also be banned?

I understand that two separate members may use the same PC (genuinely) so I'm willing to overlook this. But if a member registers and they have previously been banned, I would like the new account banned too.

Is this possible with this configuration please?

Thanks! :)

I just came across this mod, and it is funny that you should ask this, because I was wondering the same thing.

What I think would work would be to simply select the option "Move to Usergroup, Except Banned Users" and put your normal member usergroup number in the field of "Prevention Usergroup". This way, all multiple registrations will end up in the normal usergroup, anyways, except banned/previously banned(if you select "yes" to the field "Banned Account Check").

I'm going to install this right now, and experiment with it tomorrow. It looks promising :)

Also, I'd like to ask.. in the field "Primary Banned Usergroup", can you put multiple usergroups?

Stormlilly 10-16-2009 12:33 AM

This is an awesome Mod which has been a huge benefit to our forum. Do you know if it will be compatable with version 4.0?

high6 10-19-2009 12:09 PM

Can you add the option to check ips on login? I noticed when looking through the code that it only checks cookie for multiple login. Also could you have it report accounts that are being logged in from several ips? Or is there another mod that does this?

TheInsaneManiac 11-02-2009 05:02 AM

Great work dude. How well is the IP functionality though cause I'm afraid I will take all the AOL and other dial up users with it.

Quote:

Originally Posted by high6 (Post 1902045)
Also could you have it report accounts that are being logged in from several ips? Or is there another mod that does this?

I like this suggestion, since looking at each individual account in the AdminCP to see if they have logged in from multiple IPs is a hassle.

TheInsaneManiac 11-03-2009 05:03 AM

In all the PMs I am getting _'s...

DeanLag 11-03-2009 05:36 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1909685)
In all the PMs I am getting _'s...

I'mgetting the same error. I believe its vBOptimise though. I disabling it and waiting for a report to show up.

TheInsaneManiac 11-03-2009 05:54 AM

Quote:

Originally Posted by DeanLag (Post 1909691)
I'mgetting the same error. I believe its vBOptimise though. I disabling it and waiting for a report to show up.

Even so... Kiros said PMs would work with VBoptimize...

You should just register a second account to test.


All times are GMT. The time now is 05:56 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.02231 seconds
  • Memory Usage 1,915KB
  • 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
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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