|
-
Jun 15th, 2005, 09:28 AM
#1
Thread Starter
Fanatic Member
-
Jun 15th, 2005, 09:57 AM
#2
Re: A thought on Game Shareware creation
What if they have 2 PCs? What then? Can't they run your app then?
-
Jun 15th, 2005, 10:05 AM
#3
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
Like I said, this is not the best shareware. At school, most people who had used my friends program had 1 computer. I have 3 myself, but only 1 I use for games (more power ).
You can always put a disclaimer saying "this can only be placed one one computer"...alot like what companies do. They say you buy 1 code, you can put it on 1 computer.
I have actually gotten software they I put on my laptop but then wouldnt work without a different code on my tower.
-
Jun 15th, 2005, 10:09 AM
#4
Re: A thought on Game Shareware creation
I suddenly realiced that it was posted in the game and graphics section, so I moved it..
ØØ
-
Jun 16th, 2005, 12:00 AM
#5
Re: A thought on Game Shareware creation
I thought the hard disk serial number was generated when you formatted, so it changes each time you format.
-
Jun 16th, 2005, 07:49 AM
#6
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
If that were the case, there would be no point to have a hard drive serial number. The HD serial will be stored in the drive's firmware, and will not be changed during any type of reformatting.
-
Jun 19th, 2005, 11:28 AM
#7
Hyperactive Member
Re: A thought on Game Shareware creation
Sorry, neicedover1982, but i think you're mistakin.
To clarify:
Volume in drive C is C DRIVE
Volume Serial Number is 3311-0BE3
Volume in drive D has no label
Volume Serial Number is 1BE4-141F
Volume in drive E has no label
Volume Serial Number is 0B06-1758
This is one drive split into 6 parts. i posted the first three serial numbers.
notice these aren't DRIVE serial numbers, but VOLUME serial numbers. (the
mistake neicedover1982 made in the semantics)
My understanding from this is whenever you create a new drive (maybe even
format it?) it is assigned a random serial number for that volume.
-
Jun 19th, 2005, 12:52 PM
#8
Re: A thought on Game Shareware creation
I just reformatted this weekend, and my program wouldn't read encrypted files, as the serial number had indeed changed. I tried to use the old info that was my registration code, and it didn't work. Now I have to make sure that there is a way to get into the files if this happens to a client.
-
Jun 21st, 2005, 02:15 PM
#9
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
I have reformated my computer 3 times over the last year and the code is the same. You dont get the volume number but the code of the actual hardware. This is hard coded and never changed. I will get the article for you, if I can find it, i think i set it in my favorites.
This is from thetechguide forum
-----
There are 2 Serial numbers on a hard drive.
1 A Volume Serial number. (Can be changed)
2 A Hard drive serial number stored on EEPROM (Can't be changed)
Pliers..
----
we got the code to get the 2nd number, not the first
-
Jun 21st, 2005, 02:55 PM
#10
Re: A thought on Game Shareware creation
neicedover1982 is right. The two things you are talking about is two different things.
ØØ
-
Jun 21st, 2005, 07:31 PM
#11
Re: A thought on Game Shareware creation
Well, this is a PITA. I guess that users can change the serial number to whatever they want, and be able to use the same software key for any computer. Looks like some re-writing is called for!
-
Jun 22nd, 2005, 09:10 AM
#12
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
dglienna, what are you talking about? i just posted that the Hard drive serial number can not be changed?
-
Jun 22nd, 2005, 12:22 PM
#13
Re: A thought on Game Shareware creation
GetVolumeInformation() uses the Volume Serial Number, which can be changed.
I am going to have to alter my program. MVPS has a routine that detects the actual serial number, though, so it will still allow me to register a program.
-
Jun 23rd, 2005, 07:26 AM
#14
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
I just found this while researching better ways for serial numbers. using WMI with visual basic lets you get a ton of information from the computer. I am going to take a look at it and see what I can do, if i can use it at all.
-
Jun 23rd, 2005, 09:52 AM
#15
Re: A thought on Game Shareware creation
Post back what you discover.
-
Jul 5th, 2005, 08:12 AM
#16
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
I did some looking around and some playing with code. It turns out that using WMI is cool but it requires that the users have it installed. It already comes on Windows 2000 and newer, i believe thats what i read. I tried it with my program to get a bunch of things such has the HDD number, CPU id, BIOS, and such like that. It seems like it can be usefull.
-
Jul 5th, 2005, 08:46 AM
#17
Re: A thought on Game Shareware creation
 Originally Posted by neicedover1982
It turns out that using WMI is cool but it requires that the users have it installed.
True, but you can easily deal with this situation by having your setup and installation package install it for you.
-
Jul 13th, 2005, 12:49 PM
#18
Thread Starter
Fanatic Member
Re: A thought on Game Shareware creation
I did some more research and realized something. I am writing for the Windows OS, thats what I am telling people my game will work on. I am going to use the Windows product key (its stored in the registry) and do that. Instead of trying to find out serial numbers of harddrives or what have you. I will still do all the same encryption and math and stuff, but I know that everyone will have the code.
-
Jul 13th, 2005, 04:15 PM
#19
Re: A thought on Game Shareware creation
 Originally Posted by neicedover1982
I did some more research and realized something. I am writing for the Windows OS, thats what I am telling people my game will work on. I am going to use the Windows product key (its stored in the registry) and do that. Instead of trying to find out serial numbers of harddrives or what have you. I will still do all the same encryption and math and stuff, but I know that everyone will have the code.
Wouldn't the type of person that would pirate game software from his buddy be likely to pirate his OS from that same buddy? I know XP is a little bit more of a pain to do that with, but with things like win2K, etc.. it doesn't care.
Bill
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|