Run On 1 Computer

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
20 posts Page 1 of 2
User avatar
Mark
VIP - Donator
VIP - Donator
Posts: 372
Joined: Mon Aug 17, 2009 10:35 pm

Run On 1 Computer
Mark
Hello,

Can anyone help me with code so that my program will only work on one computer when they first run the program as i dont want mines to be re-sold.
http://www.mbappz.com
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Run On 1 Computer
Zulf
What do you mean? :S
Image
User avatar
Mark
VIP - Donator
VIP - Donator
Posts: 372
Joined: Mon Aug 17, 2009 10:35 pm

Re: Run On 1 Computer
Mark
I am wanting my program so when people purchase it they cant then use it on another computer.?
http://www.mbappz.com
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Run On 1 Computer
Zulf
3 Solutions:

1) Make the program check for your IP, if it doesn't match make it lock the program up.
2) Make the program require a username or password, check YouTube for a login system of some type if you don't know how to do it by yourself.
3) Make it require a license/key.
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Run On 1 Computer
mandai
I don't think it would be a smart idea to lock a license of your program to a particular IP.
The other 2 methods are fine though.
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Run On 1 Computer
NoWayIn
Zulf wrote:
3 Solutions:

1) Make the program check for your IP, if it doesn't match make it lock the program up.
2) Make the program require a username or password, check YouTube for a login system of some type if you don't know how to do it by yourself.
3) Make it require a license/key.

well locking onto the IP as mandai will not be smart, what if their IP change everytime they restart their Modem/Router?

Using username and password is okay but then they could still share the information.
and as for a key, unless the key is created base on the computer's ID it will be useless =\
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Run On 1 Computer
Zulf
Eehh. Well I don't really know much, I just started using Visual Studio a couple days ago. :/
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Run On 1 Computer
Lewis
To use a key they must be a way for when that key is used it cant be used again - Use Php script on a website.
Image
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Run On 1 Computer
NoWayIn
He could use MySQL to store the serial codes, if the serial code is in the database it can not be use again.
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Run On 1 Computer
GoodGuy17
Or just use CodenStuff's Serial Manager :D lol
20 posts Page 1 of 2
Return to “Tutorial Requests”