Login Register


Logging into MyBB via C++ filter_list
Author
Message
Logging into MyBB via C++ #1

Next add it to your c# project 

Add 2 textboxes(username/password)
Add a button(login)

Button code:

[hide]
Code:
Login_To_Mybb.MybbLogin Add = new Login_To_Mybb.MybbLogin();        dynamic res = Add.LoginToMybb("Supremeforums.net/member.php?action=login", textBox1.Text, textBox2.Text);          if (res == 1)       {               MessageBox.Show("Logged in!");               webBrowser1.Navigate("Where to redirect after logged in");           }           else           {              MessageBox.Show("Username/Password wrong try again!");           }       }

[/hide]

Reply

RE: Logging into MyBB via C++ #2
At least give credits to Travis for this.

Reply

RE: Logging into MyBB via C++ #3
Thanks for the share, I want to take a look.

Reply







Users browsing this thread: 1 Guest(s)