Results 1 to 2 of 2

Thread: [2008] Logins HELP!

  1. #1

    Thread Starter
    Fanatic Member Emcrank's Avatar
    Join Date
    Jan 2009
    Posts
    566

    [2008] Logins HELP!

    Anyway i want lets just say its TextBox1 and TextBox2
    TextBox1 = Username Box
    TextBox2 = Password Box

    I want the program to download a .txt file off the internet e.g www.website.com/users.txt
    www.website.com/pass.txt

    then i want the program to read them file and check if the username matches one on www.website.com/users.txt

    then i want the program to read them file and check if the password matches one on www.website.com/pass.txt

    and if they both match then
    -Do My Code

    But dont have a clue how to do it
    Please help
    Thanks

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2008] Logins HELP!

    Use a webclient to download the files to your local PC (either as a file or as a String), then do the comparison. If you don't know how to use the WebClient class, google for it.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

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