How To Use Forum Connect
welcome to Game-Tuts.com - Register
Results 1 to 10 of 10
  1. #1
    Suspended
    Join Date
    Jan 2011
    Age
    16
    Posts
    17
    Thanks
    6

    Default 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
    Code:
    Imports System.IO
    Imports System.Xml
    Imports System.Net
    Imports ForumConnect
    Then On Your Main Form Add 2 Text Boxes And 2 Buttons

    Code:
    Public Class Form1
        Dim Title As String = "Budgen360 Beta"
        Dim forumLogin As New ForumConnect.Login("http://yoururlhere.com/forumconnect.php")
    On Button 1 Or 2 Which Says' Login Add This ( BTW Mine Is Button So Change It To Button1
    Code:
            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
    Finally On The Form Add This
    Code:
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Text = Title & " - Not logged in"
    Now To Upload The forumconnect.php To Your Forum I Would Advice You To Use SMF V1.1 Not vBulliten or IPB

    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

  2. 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)

  3. #2
    Infamous Member
    Join Date
    Feb 2011
    Location
    UK
    Age
    19
    Posts
    533
    Thanks
    37

    Default Re: How To Use Forum Connect

    Will this work with myBB 1.6.3

  4. #3
    Suspended
    Join Date
    May 2011
    Age
    16
    Posts
    8
    Thanks
    0

    Default Re: How To Use Forum Connect

    it dosent work with bb just to tell you

  5. #4
    Infamous Member
    Join Date
    Feb 2011
    Location
    UK
    Age
    19
    Posts
    533
    Thanks
    37

    Default Re: How To Use Forum Connect

    damn thanks for the heads up man

  6. #5
    New Member
    Join Date
    Dec 2010
    Age
    23
    Posts
    1
    Thanks
    0

    Default Re: How To Use Forum Connect

    Does This Work With The SMF 2.0

  7. #6
    Infamous Member
    Join Date
    Feb 2011
    Location
    UK
    Age
    19
    Posts
    533
    Thanks
    37

    Default 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

  8. #7
    VIP
    Join Date
    Jun 2009
    Location
    OH (USA)
    Age
    16
    Posts
    1,280
    Thanks
    93
    Gamertag
    xI GB Clutch Ix

    Default 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.

  9. #8
    Infamous Member
    Join Date
    Feb 2011
    Location
    UK
    Age
    19
    Posts
    533
    Thanks
    37

    Default Re: How To Use Forum Connect

    any ideas on how i can get vBulletin 4.1.4 to work

  10. #9
    VIP
    Join Date
    Jun 2009
    Location
    OH (USA)
    Age
    16
    Posts
    1,280
    Thanks
    93
    Gamertag
    xI GB Clutch Ix

    Default Re: How To Use Forum Connect

    Quote Originally Posted by Spectre View Post
    any ideas on how i can get vBulletin 4.1.4 to work
    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.
    Code:
    forumLogin.Salt = ""
    Then put your salt that is the php in between the ""
    Example:
    Code:
    forumLogin.Salt = "CHANGE ME"
    Last edited by lbjdaking23; 07-19-2011 at 12:52 PM.

  11. #10
    Legendary Member
    Join Date
    Sep 2010
    Posts
    373
    Thanks
    29

    Default 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)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
visit GameTuts on these social networking sites