Results 1 to 8 of 8

Thread: forum account checker?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    130

    forum account checker?

    hey., i wanna make a form that checks if account exist in forums.. like this forum. ill type my ID and my Password on the VB forum and itll tell me if its found or not..

    i dont know how to do that i dont program web things ..

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: forum account checker?

    This has got nothing to do with "web things". It's a straight up database query. You've got two values and you query the database to see if there's a record that matches.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    130

    Re: forum account checker?

    alright. how do i do that lol

  4. #4
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: forum account checker?

    You use ADO.NET to execute a query against your database and return the result. Best to do some study on ADO.NET and if you get stuck you will be able to ask specific questions. try http://www.w3schools.com/ado/default.asp and look up MSDN.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: forum account checker?

    You can follow the Database FAQ link in my signature for some local ADO.NET resources. With regards to validating credentials specifically, follow the CodeBank link in my signature and check out my thread on the topic.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: forum account checker?

    I think the OP might be talking about querying live forums on the internet (like this one) rather than his own database - in which case studying ADO.NET is not going to help at all... is it?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  7. #7
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: forum account checker?

    Quote Originally Posted by chris128 View Post
    I think the OP might be talking about querying live forums on the internet (like this one) rather than his own database - in which case studying ADO.NET is not going to help at all... is it?
    That's how I read the OP's post.

    Like if he wants to make a program to check these existing forums for an account with a name:
    http://www.vbforums.com/
    http://www.*************s.com/
    http://www.vbulletin.com/

    which are all different forums (none of them are associated with each other, as far as I know)

    Am I on the right track -Negative-?

    Edit: wow, they'll allow http://www.vbulletin.com/ but not www.vb dot net forums.com (the middle one, just with spaces), how childish is that??
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  8. #8
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: forum account checker?

    Quote Originally Posted by JuggaloBrotha View Post
    Edit: wow, they'll allow http://www.vbulletin.com/ but not www.vb dot net forums.com (the middle one, just with spaces), how childish is that??
    If vBulletin were spammers who targeted this site, we'd censor their site name too: http://www.vbforums.com/showthread.php?t=616658

    While you could argue that in an ideal world the spam would be edited out manually as it is posted, nobody gets paid to do that, and I'm sure you wouldn't want to wait for every post to be manually approved.

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