vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Duplicate IP Report by BOP5 (Checks for users sharing the same IP Addresses) VB3/VB4 (https://vborg.vbsupport.ru/showthread.php?t=282525)

djbaxter 05-16-2012 05:57 PM

Quote:

Originally Posted by BadgerDog (Post 2329887)
According to the output from this mod, I have a single IP address 132.3.33.68 being shared as a registration IP by 7 different users. It's absolutely correct, except the IP address is from a military base where IP addresses are rotated and assigned randomly (and re-used). All 7 members are legitimate and not spammers etc,. so one has to be careful as to how to use the information provided. ;)

Yes. Same thing with dorms at colleges and universities, as well as AOL users and such. But it does at least draw attention to potential duplicates for further investigation.

Quote:

Originally Posted by BadgerDog (Post 2329887)
I also use the "cookie" based program which does run for me under 4.1.3pl5 and yes, cookies can be deleted, but I find it's been 90% plus in nailing spammers and other dysfunctional folks who have tried to register 0r re-register under different names.

Ditto.

[QUOTE=BadgerDog;2329887]I don't know if this mod could be enhanced to add "cookies" or some other method to further narrow the data, so good guys aren't inadvertently nailed along with bad guys .... :D[quote]

But there are legitimate cases of people using the same computer - couples, siblings, or even friends over at one another's homes.

BadgerDog 05-16-2012 11:28 PM

Quote:

Originally Posted by djbaxter (Post 2329972)
But there are legitimate cases of people using the same computer - couples, siblings, or even friends over at one another's homes.

That's true... :)

The other multiple logon program I mentioned has a field for UserID's to ignore. When I get a response from the users caught in that situation indicating they are father/son etc., I simply add their UserID's to that array and they no longer get flagged.

It has stopped them being penalized by others who attempt to "troll" our site under multiple identities, because those types don't bother to respond to the admin requests to explain the multiple login identities. :D

That type of UserID ignore would be a nice addition to this mod.... :up:

Regards,
Doug

BirdOPrey5 05-17-2012 11:06 AM

Quote:

Originally Posted by BadgerDog (Post 2330033)
That type of UserID ignore would be a nice addition to this mod.... :up:

It has it. It's called "User ID Whitelist" in settings. Whitelist = Ignore.

BadgerDog 05-17-2012 10:40 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2330123)
It has it. It's called "User ID Whitelist" in settings. Whitelist = Ignore.

Thanks ... :)

I missed that and only saw the IP whitelist ... doh! :o

Regards,
Doug

charlesr 05-18-2012 05:24 AM

Update, this is already proving useful. Thanks again.

BirdOPrey5 05-18-2012 12:47 PM

Updated to Version 2.1

Added an option to apply a custom bbcode (like [s]strike out[/s]) to banned users for easy identification in reports.

Added option to show post counts next to usernames.

Also added actual queries to debug info for easier debugging.

megabink 05-18-2012 04:01 PM

Thanks Joe,installed and nominated.

MikeF 05-21-2012 05:01 PM

This works flawlessly in 4.2 Beta 1

Disco_Stu 05-31-2012 03:40 PM

I installed in 4.2 and ran manually. It generated the report which looks good but did generate a few warnings. Marking as installed. Good mod!

Here are the warnings it generated:

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/bop5_dupeip.php on line 126

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/bop5_dupeip.php on line 259

BirdOPrey5 05-31-2012 10:30 PM

Thanks, I check those out for the next version.

BirdOPrey5 06-01-2012 06:02 PM

[redacted.]

AusPhotography 06-02-2012 10:15 PM

Bug if using mysqli ... change the free results to:
Code:

$vbulletin->db->free_result($aillps);

BirdOPrey5 06-03-2012 02:17 AM

Thanks for the tip, it will be in the next update.

DAMINK 06-05-2012 01:00 AM

What a great mod BOP5! seriously this is great. Rated and voted.
Just ran this and got this result.

[replacer_a] - Used by 18 users.

Not worried about the duplicates. Shows the mod is working well :)
The [replacer_a] i get ?????

Thunderbird8 06-05-2012 07:37 AM

I think I made one of my fellow administrators drool when I asked for opinions on whether or not to install this ;).

Filling in the user whitelist for the size of ours is gonna be a royal pain though...

BirdOPrey5 06-05-2012 01:23 PM

Quote:

Originally Posted by DAMINK (Post 2336616)
What a great mod BOP5! seriously this is great. Rated and voted.
Just ran this and got this result.

[replacer_a] - Used by 18 users.

Not worried about the duplicates. Shows the mod is working well :)
The [replacer_a] i get ?????

I don't understand the question?

I assume it shows a real IP address and not "[replacer_a]" ?

DAMINK 06-05-2012 10:00 PM

No it doesnt BOP5.
It literally shows [replacer_a] instead of the ip address.
But its not a big deal. It still works just fine.
Here is a screener, and i know i did a year back which is silly but i had to to get some duplicates as i removed the recent ones.

http://www.ftw.net.au/fileuploads3/1...0_for-BOP5.png

BirdOPrey5 06-06-2012 09:23 AM

Do you have some mod that has changed the IP addresses stored in the IP Address column of the user table?

The only way I could see this happening is if you viewed your user table via phpmyadmin (or whatever) and saw [replacer_a] as an actual value of several users's IP addresses.

"[replacer_a]" isn't code that is used in this mod at all.

DAMINK 06-06-2012 09:32 AM

Yep i do actually have a mod for Country flags that might be the cause.
I will investigate this further and let you know thanks BOP5.

ceho 06-09-2012 10:55 AM

Hi, what a great mod, something I have been looking for since ages :). Thanks a lot!

Thunderbird8 06-13-2012 11:15 AM

Something that just came to mind, I don't think social groups or visitor messages are currently checked for duplicates, though I don't know how much it'd be needed with the registration IP check already in place.

BirdOPrey5 06-14-2012 10:22 AM

Yeah I don't expect they will be added anytime soon either. Looking at the database tables the IP addresses in those sections are stored in a different format then posts and user table.

I don't feel it is that much of an issue.

liamwli 06-17-2012 08:04 AM

Installled :)

But I get a mysql warning when I click the 'Run Now' button....

ceho 06-17-2012 12:27 PM

Would it be possible to add new reports to one thread as a new post instead of having a new thread for each report :)? Great mod by the way. Gave me a lot of important information!

BirdOPrey5 06-17-2012 01:30 PM

Quote:

Originally Posted by liamwli (Post 2340312)
Installled :)

But I get a mysql warning when I click the 'Run Now' button....

I would need to see a copy of the warning to attempt to fix the problem.

Quote:

Originally Posted by ceho (Post 2340369)
Would it be possible to add new reports to one thread as a new post instead of having a new thread for each report :)? Great mod by the way. Gave me a lot of important information!

It's something I will try to add to a future version. ;)

liamwli 06-18-2012 04:43 AM

1 Attachment(s)
Quote:

Originally Posted by BirdOPrey5 (Post 2340382)
I would need to see a copy of the warning to attempt to fix the problem.



xxx

Attatched via image as well:

Code:

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/bop5_dupeip.php on line 126

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in [path]/includes/cron/bop5_dupeip.php on line 259


AusPhotography 06-18-2012 08:22 AM

Known problem https://vborg.vbsupport.ru/showpost....9&postcount=52

BirdOPrey5 06-18-2012 12:55 PM

Yes, that bug will be fixed in the next release. In the mean time it does not stop the mod from functioning.

liamwli 06-21-2012 09:51 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2340686)
Yes, that bug will be fixed in the next release. In the mean time it does not stop the mod from functioning.

In the meantime you can stop talking to me like that.

ForceHSS 06-21-2012 11:26 AM

Quote:

Originally Posted by liamwli (Post 2341691)
In the meantime you can stop talking to me like that.

I dont see his reply being rude in any way

Disco_Stu 06-21-2012 11:35 AM

Quote:

Originally Posted by ForceHSS (Post 2341711)
I dont see his reply being rude in any way

I agree.

It amazes me that people complain to the authors of the mods when they're getting them for free.

I've installed many of these (including paid premium versions) and I'm extremely grateful to the authors for making my board operations easier for me.

BirdOPrey5 06-21-2012 11:52 AM

Quote:

Originally Posted by liamwli (Post 2341691)
In the meantime you can stop talking to me like that.

Maybe there was an issue in translation? :confused:

"mean" did not mean "rude" in my sentence. (I was using it as a verb)

Verb:
Intend to indicate or refer to (a particular thing or notion); signify: "I don't know what you mean".

djbaxter 06-21-2012 11:59 AM

Quote:

Originally Posted by liamwli (Post 2341691)
In the meantime you can stop talking to me like that.

This is a 14 year old child with an obvious chip on his shoulder. Some advice, liamwli: Learn some common courtesy or you won't last long around here.

gajinoz 06-28-2012 12:05 AM

This one sounds good, it will be going in tonight! :)

gajinoz 06-28-2012 06:29 AM

I've installed this one and it seems to work just fine. One strange thing though, immediately after I went through the settings and saved them I hit the "Run Now" button and the following "error" appeared:


Warning: mysql_free_result() expects parameter 1 to be resource, object given in [path]/includes/cron/bop5_dupeip.php on line 126

Warning: mysql_free_result() expects parameter 1 to be resource, object given in [path]/includes/cron/bop5_dupeip.php on line 259



The mod appeared to work perfectly though, as far as I can tell, it posted the report in the forum I selected and had what appeared to be valid results so I'm not too concerned but I'm curious as to what the above warnings might mean.

[EDIT] Sorry, just went back and paid more attention to what I was reading. All is explained, ignore above.

Good mod, thanks. Marked as installed.

w00fy 07-01-2012 05:31 PM

Thank you, Marked as installed..no issues running 4.2.0

ceho 07-02-2012 06:56 PM

Hello, as said I love this mod :)! However I have one weird problem. I use Glowhost's Spam-O-Matic and no matter what I do and what I try, the report thread ends up in the mod queue every single night. I checked every setting like ten or twenty times, forum permission settings, usergroup settings, Spam-O-Matic settings, I guess simply everything. Still I have that issue. Does anybody have that as well and maybe an idea how to fix it? Thanks a lot :).

BirdOPrey5 07-02-2012 10:40 PM

I don't use that mod, sorry... Hopefully someone else can chime in. Did you try changing the username associated with the report? Maybe the glowhost mod has some sort of "whitelist" for userids or usernames?

ForceHSS 07-03-2012 01:07 PM

Quote:

Originally Posted by ceho (Post 2344564)
Hello, as said I love this mod :)! However I have one weird problem. I use Glowhost's Spam-O-Matic and no matter what I do and what I try, the report thread ends up in the mod queue every single night. I checked every setting like ten or twenty times, forum permission settings, usergroup settings, Spam-O-Matic settings, I guess simply everything. Still I have that issue. Does anybody have that as well and maybe an idea how to fix it? Thanks a lot :).

You need to post in the mod post and wait for someone to reply. Posting in another mod will not make it faster if anything will slow the help down

BirdOPrey5 07-03-2012 01:43 PM

Quote:

Originally Posted by ForceHSS (Post 2344776)
You need to post in the mod post and wait for someone to reply. Posting in another mod will not make it faster if anything will slow the help down

His problem involves this mod too, no reason not to post here- maybe someone has a solution.


All times are GMT. The time now is 12:54 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.01523 seconds
  • Memory Usage 1,829KB
  • 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
  • (16)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