Results 1 to 10 of 10
Thread: How To Use Forum Connect
-
04-13-2011 #1
How To Use Forum Connect
Download The Files Here!
ForumConnect
( Add The ForumConnect.dll To Your Refrences )
1. You Need To Create A Website ( SMF V1.1 )
2. You Need Oscars ForumConnect And The Php I Will Upload A Link So It's Ready
3. Here's The Coding You Need. Double Click On The Main Form And Add This
Then On Your Main Form Add 2 Text Boxes And 2 ButtonsCode:Imports System.IO Imports System.Xml Imports System.Net Imports ForumConnect
On Button 1 Or 2 Which Says' Login Add This ( BTW Mine Is Button So Change It To Button1Code:Public Class Form1 Dim Title As String = "Budgen360 Beta" Dim forumLogin As New ForumConnect.Login("http://yoururlhere.com/forumconnect.php")
Finally On The Form Add ThisCode:ButtonX2.Enabled = False TextBoxX1.Enabled = False TextBoxX2.Enabled = False If forumLogin.Verify(TextBoxX1.Text, TextBoxX2.Text) Then MessageBox.Show("Logged in as " & forumLogin.Username & " usergroup: " & forumLogin.Usergroup) Text = Title + " - Logged in as " & forumLogin.Username & " (" & forumLogin.Usergroup & ")" Else End If End Sub
Now To Upload The forumconnect.php To Your Forum I Would Advice You To Use SMF V1.1 Not vBulliten or IPBCode:Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Text = Title & " - Not logged in"
Ok On Filezilla Or Any Other Cpanel Uploader Drag And Drop The forumconnect.php In The Main Folder On Mine It's This

The You're Done! Enjoy The New Login
Please Thank Topic If Helped
~Budgen360
-
The Following 4 Users Say Thank You to Budgen360 For This Useful Post:
-eLeVaTiiONz (05-24-2011), NoVa Gamester (04-13-2011), Spectre (05-18-2011),
WeModthe360(05-31-2011)
-
05-18-2011 #2
Re: How To Use Forum Connect
Will this work with myBB 1.6.3
-
05-31-2011 #3
Re: How To Use Forum Connect
it dosent work with bb just to tell you
-
06-01-2011 #4
Re: How To Use Forum Connect
damn thanks for the heads up man
-
07-19-2011 #5
Re: How To Use Forum Connect
Does This Work With The SMF 2.0
-
07-19-2011 #6
Re: How To Use Forum Connect
it says it does on his blog i think ..... im trying to get this to work with vBulletin 4.1.4 now
-
07-19-2011 #7
Re: How To Use Forum Connect
SMF 2.0 Gold (Aka Final Or Newest) Does not work yet
You have to get the Forum Connect 2.0 Beta from him on his blog.
I have a modified on that will work but I don't know if I should give it out to anyone because it is his project.Last edited by lbjdaking23; 07-19-2011 at 12:11 PM.
-
07-19-2011 #8
Re: How To Use Forum Connect
any ideas on how i can get vBulletin 4.1.4 to work
-
07-19-2011 #9
Re: How To Use Forum Connect
I will give you a forumconnect.php That should work with it.
---------------
Everybody there is something missing in the tutorial and that is the salt
Put this on form load.
Then put your salt that is the php in between the ""Code:forumLogin.Salt = ""
Example:
Code:forumLogin.Salt = "CHANGE ME"
Last edited by lbjdaking23; 07-19-2011 at 12:52 PM.
-
07-21-2011 #10
Re: How To Use Forum Connect
why reply to an old thread ?

Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL
About LinkBacks
Reply With Quote





Bookmarks