| View previous topic :: View next topic |
| Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Aug 28, 2007 8:49 pm Post subject: uh, just help, lol |
|
|
Well, I will give an example. I will use Windows Live Messenger(MSN Messenger). It obviously uses some sort of database that holds all the id's and passwords, and stuff like that. But one how would I be able to read from the database if I made a program like that? _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Tue Aug 28, 2007 9:16 pm Post subject: |
|
|
| You would have to reverse engineer MSN Messenger because there's no doubt it uses encryption on its stored username/password combinations. |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Aug 28, 2007 9:54 pm Post subject: |
|
|
Sorry, I didn't make it clear what I wanted to do. I wanted to make a program that uses a database. I just dont know how to use the database. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Tue Aug 28, 2007 10:38 pm Post subject: |
|
|
| Create your own file format that could hold many usernames/passwords or use a documented one (ini, xml) |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Wed Aug 29, 2007 12:45 am Post subject: |
|
|
i dont realy get what you whant =p but anyway
msn have the username and pass saved on the server you cant get them
the user name and password you write is going to be saved on ur computer _________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
tylermoore Expert Cheater
Reputation: 0
Joined: 28 Aug 2007 Posts: 187 Location: ottawa
|
Posted: Wed Aug 29, 2007 4:07 pm Post subject: |
|
|
some reason i feel smart msn has a data base that keeps updating its self . its encrypted with high security if you got in you couldn't read it cuase it all comes out coded. so don't think your special.
Oh and you girl are dumb please xml ini lolz _________________
|
|
| Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Wed Aug 29, 2007 5:57 pm Post subject: |
|
|
Back to the actual question...
Look up "CSV" (comma seperated values) - this would be the flat-file approach, though I doubt msn does that.... It'll be easier to implement in c/c++ than an actual database. _________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
| Back to top |
|
 |
AnonymousX How do I cheat?
Reputation: 0
Joined: 17 Mar 2007 Posts: 8
|
Posted: Thu Aug 30, 2007 12:52 am Post subject: |
|
|
| If you're talking about the server-side of things, then look into SQL and the likes. |
|
| Back to top |
|
 |
|