• Welcome to Valhalla Legends Archive.
 

Check keys through a website.

Started by Bloody, August 11, 2004, 12:09 AM

Previous topic - Next topic

Bloody

Could any1 tell me if this is possible and meybe an idea of how u would go about coding preferably in php.  -Thx

quasi-modo

"checking keys"?

I do not know what you mean, buts I am pretty sure its not possible. Php is server side and it is not run by the browser. This means you cannot get computer information such as resolution, system time, or play with the browser or keyboard. You are probably looking for something more... java script.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Meh

I think he may mean bnet keys, if so there is some documentation on connecting on the forums.

Bloody

Yes i did mean bnet keys.  Also, u said there was some info on the forums.  I searched but couldnt find anything so if u could point me there or something that would be great.  -Thx

Meh

Um the info is about checking stats, I cant bebothered to check each page of the web section sorry, but im tired. It was done by Kyro or someone like that. It has the connection sequence there. It may help you.

Bloody


Warrior

..and that is a CHAT connection not a Binary one.
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

Arta

You could check if a key was syntactically valid (ie, decodes correctly) but not if it was valid on Battle.net.

Blaze

I wrote a software application that generates random cdkeys then trys them on bnet, with an interval and it also swiches servers. If someone gave me the anog for generating proper cdkeys, it might work better -.-......
Quote
Mitosis: Haha, Im great arent I!
hismajesty[yL]: No

LordNevar

Who ever comes up with the correct algoritham is definately not going to release it. That's an infinite amount of cdkey's, think of the possibilities.

A good fortune may forbode a bad luck, which may in turn disguise a good fortune.
The greatest trick the Devil ever pulled, was convincing the world he didn't exsist.

Arta

No one knows the correct algorithm except blizzard. If you're generating random keys, you should make sure your product number is correct and then make random product/private values within the correct ranges, and then Then encode the key and compute the check digit. It's highly unlikely that the key will work on Battle.net, but you would be able to use it to install whichever game the key was for.

Blaze

The code that one of the cdkeys generators gave me actually worked... if only I could get the code they used...  and add it to yaesu...
Quote
Mitosis: Haha, Im great arent I!
hismajesty[yL]: No

tA-Kane

#12
Quote from: Arta[vL] on August 11, 2004, 09:34 PMYou could check if a key was syntactically valid (ie, decodes correctly) but not if it was valid on Battle.net.
All he'd have to do to check if it's valid on Battle.net would be to connect to Battle.net and go through the version hashing and CD key sequence. Kyro was kind enough to prove that connecting onto a CHAT connection to check a user's stats is possible. Something so simple as checking a CD key using PHP should not only be possible, but perhaps even useful. Using BNLS, no CheckRevision would be necessary... no CDKeyDecode would be necessary... and then once you've checked the CD key, you can then report to the user as to whether or not the key is good.

I'm sure it can be done with PHP; it just hasn't yet.

The only problem is that it could easily be used for harvesting CD keys  :(
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com

Adron

Quote from: tA-Kane on August 12, 2004, 01:05 PM
The only problem is that it could easily be used for harvesting CD keys  :(

The problem is that after a few invalid cd keys, the web server will be ip banned from battle.net...

tA-Kane

Have the webserver use proxies?
Macintosh programmer and enthusiast.
Battle.net Bot Programming: http://www.bash.org/?240059
I can write programs. Can you right them?

http://www.clan-mac.com
http://www.eve-online.com