Results 1 to 5 of 5
Threaded View
-
29th Oct 2010, 03:24 PM #4MemberWebsite's:
Pirateview.org Gfxs.org StarkWood.orghm..if your network uses dynamic IP addressing and your users switches computers(meaning they use different computers to access your site) then its quite impossible to identify any misuse.
But, if your users are using a single computer, then you can use cookies for example, to store some random keys! Cookies have an expiry date.
Suppose you set a cookie for 2 month,
First you store a randomly generated key in your database and in a cookie when the user first log in the system!
Now, every time he log on the website, check the validity of the key from the cookie to the one in the database. If its the same, then the same person is using the account, if not, then its maybe someone else!
You can do this in an another way, each time a user logged in, you get the key from the cookie and store it in your database!
Now, after certain time, you can perform a check to the logs of your database, to see how many different keys have been used! If a single key was used, the it means, a single computer was used but if there are different keys, then it means multiple computers were used to access the user account!
Problem: when the user logout out, you must make sure the cookie containing the key is not deleted!
Ahhh..You just need some imagination dude!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Hiring] vBulletin Modification - Track IPs / Users
By EvilGenius in forum Completed TransactionsReplies: 0Last Post: 16th Aug 2011, 07:49 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...