MN Forum
Admin Ip Statistics Module Free - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Mods & Customisations (http://forum.mn-shop.com/forum-mods-customisations.html)
+---- Forum: Free modules (http://forum.mn-shop.com/forum-free-modules.html)
+---- Thread: Admin Ip Statistics Module Free (/thread-admin-ip-statistics-module-free.html)

Pages: 1 2


Admin Ip Statistics Module Free - luisfer91 - 07-29-2013

Hi, I coded this module which will show you the statistics from those account in your that are using same ip's
This is how it looks:
[IMG]Hidden content for guests[/IMG]

To install it you need to edit admin-panel/index.php
and search for:
Code:
Hidden content for guests
and add below:
Code:
Hidden content for guests

Then you have to search for
Code:
Hidden content for guests
and add below:
Code:
Hidden content for guests

Now you save and copy the code below into a new php file that we will call ip_statistics.php (sorry for my english)
Once we save this new file we will upload it to admin-panel/sections/
And that's it.

Here you have ip_statistics.php code you need to copy:
Code:
Hidden content for guests


Enjoy it!

Maybe in a future will add a filter to not show banned ip's or ip's that have all accounts banned, cause right now it shows banned and not banned ip's


RE: Admin Ip Statistics Module Free - Lion - 07-30-2013

something I did not get Sad


RE: Admin Ip Statistics Module Free - luisfer91 - 07-30-2013

what do you mean? are you having trouble with installation? if you follow all the tutorial step by step you shouldn't have any problem


RE: Admin Ip Statistics Module Free - deadlef - 07-30-2013

but what will it be good for?

i check and i see than one come from germany same ip someone from usa. dont check that because i ever thought that everytime router connect new. than get a new ip .


RE: Admin Ip Statistics Module Free - luisfer91 - 07-30-2013

this is to check those users that created accounts through proxy (so city will be germany, usa, asia.... whatever) but then they use same ip to connect to that account so you can then see they are cheating reason why you should ban them or send them an alert.


RE: Admin Ip Statistics Module Free - Galaxian - 07-30-2013

Thanks for coding this, would it be possible to list the ips with most accounts first and not random, it's a pain in the ass to go through all ips.


RE: Admin Ip Statistics Module Free - luisfer91 - 07-30-2013

Yes, search for:
Code:
Hidden content for guests

Replace it with
Code:
Hidden content for guests



RE: Admin Ip Statistics Module Free - Galaxian - 07-30-2013

Okay I will give it a shoot. Also, you should add so that you can check and remove ips from the list.


RE: Admin Ip Statistics Module Free - luisfer91 - 07-30-2013

I'll look into that when I have some time.


RE: Admin Ip Statistics Module Free - maxsam4 - 07-31-2013

Thank you for this Smile