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)
-   -   Track all Duplicate IP Addresses via Admin CP (by Jolten) (https://vborg.vbsupport.ru/showthread.php?t=91633)

tamarian 12-28-2005 12:12 AM

Quote:

Originally Posted by Silvio
board is brandnew, fresh imported from phpbb to vbulletin 3.5.2. so now I am learning tons of thing but I would also like to set this hack up.

Might just that the IP's were not imported.

lazytown 01-04-2006 12:20 PM

Does this work with this mod? Can it detect the true IPs for proxies?
https://vborg.vbsupport.ru/showthread.php?t=95198

thanks -vissa

LBSources 02-27-2006 05:14 PM

great job.. thanks

Nathan2006 04-04-2006 10:20 PM

Thank you tamarian

Great job:cool:

Install

m52 04-07-2006 07:30 PM

installed!

Djamil 05-20-2006 08:25 PM

Thanks for this hack.

There is a minor error in the XML-file in line 5.

You should change

Code:

<text>Dupliacte IPs</text>
to

Code:

<text>Duplicate IPs</text>
otherwise you will see the typo in the ACP.

Djamil

Djamil 05-22-2006 07:09 PM

Hello,

I took the freedom to make some alterations to the mod that others might find useful and am posting the package with tamarians permission.

Overview of the alterations:

  • Now also available within the modcp for anyone that can view IP adresses
  • Fully phrased
  • Table display should now fit into the design of control panel without changes in dupeip.php
  • Some minor design alterations and spelling corrected

If someone thinks this is useful I will be glad being able to give something back to the people in this place, so have fun with it :-)

Please note that an additional file alteration in modcp/index.php is necessary for this to work - all documented in install.txt.

Djamil

Boofo 05-23-2006 08:00 AM

Quote:

Originally Posted by Djamil
Hello,

I took the freedom to make some alterations to the mod that others might find useful and am posting the package with tamarians permission.

Overview of the alterations:
  • Now also available within the modcp for anyone that can view IP adresses
  • Fully phrased
  • Table display should now fit into the design of control panel without changes in dupeip.php
  • Some minor design alterations and spelling corrected
If someone thinks this is useful I will be glad being able to give something back to the people in this place, so have fun with it :-)

Please note that an additional file alteration in modcp/index.php is necessary for this to work - all documented in install.txt.

Djamil

So this is only the mod cp part or the whole thing? ;)

Djamil 05-23-2006 01:46 PM

It is the whole thing. :-)

To be more precise: it it usable for admincp users that have the right to administer users and at the same time for modcp users that can view ip adresses.

I wanted this mod to be available also to users I don't like to have access to admincp and so I mangled it a little bit :)

Djamil

EasyTarget 05-23-2006 04:42 PM

so is it an option to allow modcp users access to this or if I use this version it automatically gives it to them? I would like to use your updates without that particular option enabled.

Djamil 05-24-2006 12:53 PM

It is not directly configurable, but you can simply skip the code change in modcp/index.php, that way the option won't be shown in modcp.

Djamil

Neo_obs 06-12-2006 07:24 AM

it doesnt seem to work. I log in as an admin and post then as a test user with normal permissions and post and it doesnt see me as duplicate

OK stupid me fixed that

i do have a question. Can we exclude IPs from being listed? like the aol ones that pop up?

o0Hubba0o 01-20-2007 01:15 AM

Hmmm, last post here was June of '06, but does anyone have this working in 3.6.4 or know of a new one for the latest version of vB?

lazytown 03-02-2007 01:18 AM

This is working in 3.6.4 for me, but I installed in under 3.5. The only problem is there is no way to prune it and it is not sorted by date order.

-vissa

Ingress 11-19-2007 07:59 PM

Too bad there's no one willing to adapt it to vB 3.6 completely.

Just a hint for the people that still want to install this on a vB 3.5: database type must not be set to mysqli in config.php, otherwise it wil not work.

Ingress

Chadi 04-26-2008 09:17 PM

I'm also looking for one for 3.6 (even 3.7 when the stable release comes out)

SimvD 06-20-2008 05:49 PM

I'm confused if this works with 3.6.8. Another admin I know uses a duplicate IP address detection mod, and they have 3.6.8...I can't seem to find the right one anywhere.

globofan 07-29-2008 08:20 AM

Can someone redo this for 3.7? :(

Alfa1 07-29-2008 11:30 AM

Quote:

Originally Posted by Djamil (Post 984956)
I took the freedom to make some alterations to the mod that others might find useful and am posting the package with tamarians permission.

Overview of the alterations:
  • Now also available within the modcp for anyone that can view IP adresses
  • Fully phrased
  • Table display should now fit into the design of control panel without changes in dupeip.php
  • Some minor design alterations and spelling corrected

This version works in vb 3.7.1 PL1, except for 2 small things:

1. the phrase types. Here is a simple fix:
There is no 'Control Panel Global' phrase type. This should be 'GLOBAL' phrase type. So step 3 should be:

---------------

Add 2 new phrases

Phrase type: Global
Varname: dup_ip
Text: Duplicate IPs

Phrase type: Global
Varname: dup_ip_max
Text: Maximum username per page

---------------

2. The listing shows IP addresses, which link to a search for all users with that IP address: modcp/usertools.php?do=doips&ipaddress=xx.xxx.xx.xxx
xx.xxx.xx.xxx is the IP address. I suspect the hash is missing. That function is available from the user profile in modCP & adminCP anyway, so its not vital.

I was able to find a lot of members that had the same IP addresses as banned members.

I think this hack would be beneficial for many and it would be good if someone would release this in the vb 3.7 section. (with permission from tamarian or Djamil off course)

Djamil 07-29-2008 12:29 PM

Quote:

Originally Posted by Alfa1 (Post 1586605)
I think this hack would be beneficial for many and it would be good if someone would release this in the vb 3.7 section. (with permission from tamarian or Djamil off course)

Since I migrated to 3.7.2 a few weeks before I will surely have a look at it myself, just wait a little bit. ;-)

Djamil

Alfa1 07-29-2008 12:35 PM

Take note that I edited my post above, because I found a second small bug.

Alfa1 07-29-2008 01:54 PM

Is there a way to delete all accounts that have 0 posts, are in usergroup 'awaiting email confirmation' and have duplicate IP's? I have done this by hand, but it would be nice if there would be a way to do this in one go.

Alfa1 08-28-2008 06:31 PM

Could you please add this functionality?
Quote:

Originally Posted by Alfa1 (Post 1609266)
A list that would display all accounts that are on the same Ip as banned members, would be very useful in identifying reincarnated banned members. Such a list should exclude known proxies like AOL, TOR, etc and should exclude all accounts in miserable users usergroups.

It would be good if all moderators could see this list.


vithorius 11-04-2008 04:28 PM

Hi! I'm using the original Mod in vB 3.6.11 and it is working. :up: :up:

I'm planning the upgrade to 3.7.x soon... :D

amagab 01-29-2009 09:05 PM

Does this work in 3.8.1 ? Or is there something similar for 3.8.1 ? I just want to make sure people are not registered more than once. Thanks!

RedDevil 01-29-2009 09:20 PM

Quote:

Originally Posted by amagab (Post 1728455)
Does this work in 3.8.1 ? Or is there something similar for 3.8.1 ? I just want to make sure people are not registered more than once. Thanks!


try this one sound close.
https://vborg.vbsupport.ru/showthread.php?p=1085503

Forgot you need this before the above will work >> https://vborg.vbsupport.ru/showthread.php?t=125871

they both work on 3.8.1

LBGSHI 04-21-2011 03:35 PM

Does this work for 4.x.x? If not, what does?


All times are GMT. The time now is 08: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.02099 seconds
  • Memory Usage 1,781KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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