A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy
Moderator: MacroQuest Developers
-
magictiger
- a snow griffon

- Posts: 450
- Joined: Sun Mar 21, 2004 2:24 pm
Post
by magictiger » Thu Aug 26, 2004 10:45 pm
I see dark things coming my way...
-
Space-Boy
- a hill giant

- Posts: 242
- Joined: Wed Dec 04, 2002 12:53 pm
-
Contact:
Post
by Space-Boy » Fri Aug 27, 2004 3:46 am
damn! what happened dev?
You have gotten better at Carpal Tunnel! (247)
-
magictiger
- a snow griffon

- Posts: 450
- Joined: Sun Mar 21, 2004 2:24 pm
Post
by magictiger » Fri Aug 27, 2004 3:41 pm
This is some interesting stuff. Will VC6 work to compile this, or do we need .NET?
-
RDPidb
- a lesser mummy

- Posts: 69
- Joined: Mon Dec 15, 2003 1:14 am
Post
by RDPidb » Wed Sep 01, 2004 4:37 pm
Oh shit .... I can't beleive I just got the source code for login server . WOOT. YOU SIR .. ROCK.
-
bloodurst
- a lesser mummy

- Posts: 56
- Joined: Wed Sep 01, 2004 4:53 pm
-
Contact:
Post
by bloodurst » Wed Sep 01, 2004 4:59 pm
Interesting stuff indeed.
-
SvnRn
- orc pawn

- Posts: 24
- Joined: Fri Aug 06, 2004 7:07 pm
Post
by SvnRn » Wed Sep 15, 2004 2:34 am
Sorry but in my opinion eqemu blows. Maybe now someone will begin a new, opensource emulator.
-
Quagmire
- orc pawn

- Posts: 27
- Joined: Thu Sep 09, 2004 1:21 am
Post
by Quagmire » Wed Sep 15, 2004 6:43 pm
Hehe, not that it matters much, glad they finally changed the login server encryption. If you're wondering why kept it so tightly guarded over the years, these few lines from packetcollector should explain it:
Code: Select all
cout << "Login info: Username: " << lcs->username << " Password: " << lcs->password << endl;
Code: Select all
cout << "New Account being registered:" << endl;
cout << " StationName: " << rs->StationName << endl;
cout << " ChatHandel: " << rs->ChatHandel << endl;
cout << " Email: " << rs->EMail << endl;
cout << " Password: " << rs->Password << endl;
cout << " AccountKey: " << rs->AccountKey << endl;
cout << " Name: " << rs->FirstName << " " << rs->MiddleInitial << " " << rs->LastName << endl;
cout << " Address: " << rs->Address << endl;
cout << " " << rs->City << ", " << rs->State << " " << rs->ZIP << ", " << rs->Country << endl;
cout << " PhoneDay: " << rs->PhoneDay << endl;
cout << " PhoneEve: " << rs->PhoneEve << endl;
cout << " DOB: " << rs->DOB << endl;
-
kathgar
- decaying skeleton

- Posts: 8
- Joined: Sun Aug 25, 2002 3:55 pm
Post
by kathgar » Sat Oct 02, 2004 3:59 pm
Too much drama now-a-days. I wonder how many misspeling/typos are still in all of that code. I can even remember putting comments by some of them and then never rememebring to s///g them, such as WhipeHateList. Anyways quag if they could capture your login packet they could replay attack it anyways iirc. Too bad they don't know about the code that formats your drive if you try to use the crypto.
-
Everguide
- a lesser mummy

- Posts: 63
- Joined: Mon Jun 24, 2002 11:00 pm
Post
by Everguide » Fri Oct 15, 2004 5:38 pm
Too much drama now-a-days.
---------------
There always was.