Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

IP Matching

Asked Modified Viewed 1,468 times
M
marko_99971
M
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
asked
Member

Is there a way to match ips up to see if one ip has signed up with numerous account names?
0 replies

7 posts

K
kemper
K
kemper 10
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
  • Senior Member, joined since
  • Contributed 235 posts on the community forums.
  • Started 8 threads in the forums
answered
Senior Member

The only way (I think) would be to log into your mysql database and sort fusion_users table by "user_ip". Then you can browse through the list.
0 replies
K
kemper
K
kemper 10
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
  • Senior Member, joined since
  • Contributed 235 posts on the community forums.
  • Started 8 threads in the forums
answered
Senior Member

You may not know how to view the db, so upload the attached user_ip_list.php file to view the list.
0 replies
M
marko_99971
M
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
answered
Member

where do I upload that attached file to and how do I operate it? Also is there a way top stop false ips' frm signing, like if someone has tried to mak their ip?

Thanks
0 replies
K
kemper
K
kemper 10
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
  • Senior Member, joined since
  • Contributed 235 posts on the community forums.
  • Started 8 threads in the forums
answered
Senior Member

You can just upload to the main directory.
0 replies
M
marko_99971
M
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
answered
Member

Is it possible to have usernames in ascending order?
0 replies
K
kemper
K
kemper 10
farm4.static.flickr.com/3057/2609887104_4470d79b05.jpg
  • Senior Member, joined since
  • Contributed 235 posts on the community forums.
  • Started 8 threads in the forums
answered
Senior Member

Sure, in line 21... change
   "SELECT * FROM fusion_users ORDER BY user_ip ASC"

to
   "SELECT * FROM fusion_users ORDER BY user_name ASC"
0 replies
M
marko_99971
M
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
answered
Member

thanks for your help

is there a way top stop false ips' frm signing, like if someone has tried to mask their ip?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet