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 2 of 2
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Run On 1 Computer
upperdrag
This may seem idiotic but, i think u can use the computer's IP instead of the modem one OR you can make the program to make a file and check if it exists
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Run On 1 Computer
Lewis
upperdrag wrote:
This may seem idiotic but, i think u can use the computer's IP instead of the modem one OR you can make the program to make a file and check if it exists
The first one seems okay, wht if they re-format their computer? And the second one could easily be found out.
Image
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Run On 1 Computer
upperdrag
When they reformat they should know that all of the programs is gone so......... lmao; and u can hide the file in a very very very very very very hidden place and lock it up using the file locker
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Run On 1 Computer
Lewis
What if they restore the program :/ And the file locker means it wont be readable it can be seen and recreated, The way to go is web or mysql
Image
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: Run On 1 Computer
Kieken72
Try something With MySql, or something, like Username and password and a serial
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: Run On 1 Computer
Livengood
you could have it make a file somewhere on the C:/ and have it read the key and things..... for the login
Image
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Run On 1 Computer
NoWayIn
use MySQL to store the data such as Computer Names, IP, and ID
Use PHP with VB to check for the data
User avatar
frozerlaxegon
Top Poster
Top Poster
Posts: 84
Joined: Thu May 13, 2010 4:38 pm

Re: Run On 1 Computer
frozerlaxegon
My method will guarantee, best than others.
Set up a website with a file manager( uCoz is a great choice )
You login to your website(e.g.: http://www.musicboxdotnet.at.ua , under Control > File Manager)
You upload a html file with your serial key as the body, title as anything you want.

*When someone purchase a license for your program :
Before you sent them the serial, edit the html file's tite to "USED"
When they activate the program, use a web browser, etc.
Code :
Code: Select all
WebBrowser1.Navigate("YourWebsite.com/YourSerialFile.html")
Under WebBrowser1.DocumentCompleted
Code: Select all
If not WebBrowser1.DocumentTitle = "Used" then
 Elseif not WebBrowser1.DocumentTitle = "404" then
Msgbox "Activate Success"
else
msgbox "You FAIL Over 9000000 Times, You FAIL on LIFE"
End If
Before you use the code, make sure your "client" has an internet connection, or add
Code: Select all
Elseif WebBrowser1.Documenttitle = <IE / FF / Chrome Error Page>
Behind
Code: Select all
Elseif not WebBrowser1.DocumentTitle = "404" then
You've been RICKROLL'D
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Run On 1 Computer
Agust1337
Lewis-Froom wrote:
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.
That's exactly like on Steam, if you buy a steam game you cannot use the serial key again :P
Top-notch casual Dating
User avatar
Tilen
VIP - Site Partner
VIP - Site Partner
Posts: 100
Joined: Wed Aug 18, 2010 10:27 am

Re: Run On 1 Computer
Tilen
you can try with IP... (but it will work on any computer with same IP)
20 posts Page 2 of 2
Return to “Tutorial Requests”