CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: I Need Help!

  1. #1
    Join Date
    Oct 2005
    Posts
    4

    I Need Help!

    how is it going i would like to know how i can take a game called nitto1320 and make it to where when they log in it sends there user name and password to my email address thanks chris.

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: I Need Help!

    Sorry, I did not understand your question. Can you explain it a little bit clearer?
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Oct 2005
    Posts
    4

    Re: I Need Help!

    ok i own a game called nitto1320 i want to change it and make it to where when they log in it sends there username and password to my email address so i can keep it on a grid sheet instead of the server crap im using now

  4. #4
    Join Date
    May 2004
    Location
    Greenville, NC
    Posts
    193

    Re: I Need Help!

    Did you create this "nitto1320"? If so, look into http://msdn.microsoft.com/library/de...classtopic.asp

    Otherwise, if you're talking about latching onto existing applications and sniff out usernames and passwords? Then you're on your own. :P
    Jason Isom
    .NET 2.0 / VS2005 Developer

  5. #5
    Join Date
    Oct 2005
    Posts
    4

    Re: I Need Help!

    my game is not based on .net framework it is based in flash

  6. #6
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: I Need Help!

    Quote Originally Posted by 1fasttransam
    ok i own a game called nitto1320 i want to change it and make it to where when they log in it sends there username and password to my email address so i can keep it on a grid sheet instead of the server crap im using now
    That sounds illegal to me. How can you grab a username & password of someone without even notifying them. And moreover getting a windows password is next to impossible. I don't think you can take someone's personal information this way (That is illegal).

  7. #7
    Join Date
    Oct 2005
    Posts
    4

    Re: I Need Help!

    Quote Originally Posted by Shuja Ali
    That sounds illegal to me. How can you grab a username & password of someone without even notifying them. And moreover getting a windows password is next to impossible. I don't think you can take someone's personal information this way (That is illegal).

    YOU DONT UNDERSTAND THIS IS MY GAME they will be notified but i do not want the hastle of having to wait 4 hours for everything to load i want it all sent to my email and then will be organized by a sorter

  8. #8
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: I Need Help!

    Quote Originally Posted by 1fasttransam
    YOU DONT UNDERSTAND THIS IS MY GAME they will be notified but i do not want the hastle of having to wait 4 hours for everything to load i want it all sent to my email and then will be organized by a sorter
    Well for that matter here is what I have to say "Getting a windows Password is impossible". You can get a UserName but not the password.
    Another thing is that, if you are talking about the username and password that they use for logging on to the Game, then if you have the source code, you can change that to send an email to you when a user logs in.
    PS: I don't understand why there is a need for sending the passwords, username sounds ok to me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured