UBB.Dev
Posted By: p74vic Cross Reference IP's - 02/09/2002 2:13 PM
I'm trying to pinpoint a problem user who I think has multiple user names.. Is there an easy hack that will let me cross reference ALL IPS/USERS to see which users have posted with the same IP?

Jason
Posted By: p74vic Re: Cross Reference IP's - 02/10/2002 1:58 PM
ttt smile
Posted By: p74vic Re: Cross Reference IP's - 02/11/2002 3:12 PM
Ok.. last Time.... ttt

smile
Posted By: Charles Capps Re: Cross Reference IP's - 02/11/2002 9:09 PM
Using 6.2?

Go check out the member search area of the control panel. smile

Not using 6.2? Upgrade.
Posted By: Terminator_X Re: Cross Reference IP's - 02/12/2002 12:05 AM
Oh cool. They add that in... laugh

About darn time. wink
Posted By: p74vic Re: Cross Reference IP's - 02/12/2002 2:50 PM
Hey Charles, thanks for the reply.. I'm not sure if I 'm seeing it.. but what I want, is:

I don't want to give it an IP to search for, I want the UBB to process all IP's that it has in its logs, and see if any match, therefore, telling me if one IP has multiple usernames smile

Jason
Posted By: Charles Capps Re: Cross Reference IP's - 02/12/2002 8:28 PM
If you're bound and determined to get it done... all the IPs are storeed in the Members/user_posts/ directory...
Posted By: p74vic Re: Cross Reference IP's - 02/13/2002 6:16 AM
Thanks.. is there a command prompt that will search for matches in linux?

Jason
Posted By: Charles Capps Re: Cross Reference IP's - 02/13/2002 8:41 PM
Well, you COULD use Perl.. But that might be overkill.

Try this instead:

cd path/to/Members/user_posts
grep 192.168.0.1 * | more

That'll dump lines that match '192.168.0.1' in all the files... it'll list the filename (member number) from time to time as well... It will take some time to execute.
Posted By: p74vic Re: Cross Reference IP's - 02/18/2002 4:55 AM
Thanks Charles

Jason
© UBB.Developers