Log-in Form using an IP.Board Accounts
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
8 posts
Page 1 of 1
Hello guys ,
Can anyone help in my problem .
I want to have a Proj that use IP.Board Forum Accounts. Then when they successfully Log-In to my Log-In Form , it will hide then another Form will show .
blusho; blusho; i hope that someone can gets and solved my problem . Thanks in advance
Can anyone help in my problem .
I want to have a Proj that use IP.Board Forum Accounts. Then when they successfully Log-In to my Log-In Form , it will hide then another Form will show .
blusho; blusho; i hope that someone can gets and solved my problem . Thanks in advance
Hey there Rhez,
Before I try to answer your question I want to point out that 'I want a project with', and that being your only post, is not really the way things work here, at least not for me.
Nevertheless I will try to answer your question regardless. I assume the IP.Board forum is already online with enlisted users on it. You can use a webbrowser control for the login, and upon success it should/could hide (me.hide form2.show can be used for that).
You can also use a/the API of your forums, if you have one. I dont know how to use it but maybe if you post the explanation here someone can.
Before I try to answer your question I want to point out that 'I want a project with', and that being your only post, is not really the way things work here, at least not for me.
Nevertheless I will try to answer your question regardless. I assume the IP.Board forum is already online with enlisted users on it. You can use a webbrowser control for the login, and upon success it should/could hide (me.hide form2.show can be used for that).
You can also use a/the API of your forums, if you have one. I dont know how to use it but maybe if you post the explanation here someone can.
Practice makes perfect!
VIP since: 6-10-2011
VIP since: 6-10-2011
As clanc said, we do like our new members to introduce themselves before attempting any other post 
Regardless, without more details (perhaps a link to the actual site), it's difficult to say how this could be done.
If IP.Board work like phpBB, then it would be possible to scan the Web page looking for a successful login message (or an error if the login failed) and hide the form accordingly.

Regardless, without more details (perhaps a link to the actual site), it's difficult to say how this could be done.
If IP.Board work like phpBB, then it would be possible to scan the Web page looking for a successful login message (or an error if the login failed) and hide the form accordingly.
If you own the webserver you could write an api for the login using php and mysqli then echo a message if the username and password matched
IpBoard as said above has its own built in API that you can use and import into VB.Net, any other ways won't work unless you do it by your hosts MySQL. The reason it works with other websites with different methods is due to them having built in login acceptions or handlers while ipboard has none.
I think it has hashing system for the login(it needs to be implemented)
Find my programs on Softpedia
mshimranpro wrote:I think it has hashing system for the login(it needs to be implemented)It has a page in the Cpanel for API, but you must implement it yourself, so yes.
Hello again guys ,
Thanks to all of your reply and reading my thread .
All I want to do is this
In this form . User needs to login their account (Accounts on my IP.Board Forum)

After they successfully Login (The Form before will be hide then this form will be show)

That's all I want and I want a code for it . I am newbie with this and I don't know what to do . cryer; cryer;
Thanks a lot for those who give a response . :P :P :P
Thanks to all of your reply and reading my thread .
All I want to do is this
In this form . User needs to login their account (Accounts on my IP.Board Forum)

After they successfully Login (The Form before will be hide then this form will be show)

That's all I want and I want a code for it . I am newbie with this and I don't know what to do . cryer; cryer;
Thanks a lot for those who give a response . :P :P :P
8 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023