Jump to content

How could i check if more then one person is using my program?


Recommended Posts

Currently i have a way to check if user info exists on my server and according to that allow usage of my program or not.

What i want to add here is to check if more then one person is using the same info(which exists on server in a .txt file)

I really cant find a good logic to implement autoit here, any suggestions or ideas how could this be done?

Link to comment
Share on other sites

DriveGetSerial on client side and send to server?

Or explaind more about your problem and about 'info'? :)

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

Thanks for the tip, i had no idea about that function BUT

they could just emulate a virtual machine for example which would have same serial so i still wouldnt know if its a single person thats using license.

Maybe there is a way around that?

I am thinking of something like "check if there is more then 1 serial with license #10920192190" but how would i implement this i wonder...hmm dazed and confused

Edited by Aktonius
Link to comment
Share on other sites

Can Operating Systems tell if they're running in a Virtual Machine?

Do not know if you can copy Virtual PC hdd newer tested it, i don`t see why you should not use HDD serial as your second serial license number

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

Request new instalation package from creator :)

The other solution is to get him on his web cam and see if its him using it ^^ and that still is not 100% secure :) (nothing is)

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

You can create a file with unique & random data on each PC as a form of installation id, also you can take it a step further by hashing this value with their IP address to send to your server during authentication.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...