Online Login

Do you need something made? then ask 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.
9 posts Page 1 of 1
Contributors
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Online Login
RunarM
I'm using this: viewtopic.php?f=38&t=405

Is it possible to make it like this:
When you create a user in my website you get access to login to the software.
Can anyone create a tutorial for it =)

Thanks, RunarM.
Just another day in my life.
http://www.codexvideos.com
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: Online Login
CodenStuff
Hello,

Could you explain a little more about what you want to do?

Thank you.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: Online Login
RunarM
Sure...
You make a user:
Image

And when you have done that, then you can login on my website and use all the softwares i have made and will make.

Cause i'm going to use this for start up for all my softwares:
Image

So you can use all the softwares and login to my website.

Understand =)?
Just another day in my life.
http://www.codexvideos.com
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: Online Login
CodenStuff
Hello,

Hmm so you want people to make an account using your application which will register then on your website and then they will be able to goto your website and login through the website.

Depending on how your login system works on your website you would have to make some php scripts and/or include a MySQL connector code in your application that links to the database on your website.

What is your website? and how do you store login information on it?
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: Online Login
RunarM
I'm using the same forum as you phpBB...
Just another day in my life.
http://www.codexvideos.com
User avatar
Coden
Member
Member
Posts: 35
Joined: Wed Dec 09, 2009 7:31 am

Re: Online Login
Coden
Check out this tutorial. it's a youtube login, works very well.

http://www.youtube.com/watch?v=xY5nDEWM-tw
regards.
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: Online Login
RunarM
Its not the same...
Just another day in my life.
http://www.codexvideos.com
User avatar
Toxikr3
Dedicated Member
Dedicated Member
Posts: 69
Joined: Tue Dec 08, 2009 12:49 am

Re: Online Login
Toxikr3
I have an idea,

You can use a browser control, make a PHP login page and load that page as your start up screen.

When they log in it takes them to say, index.php. Have a timer check if the browser control is equal to index to php. If it is then start the program? I know its not fool proof but... ^_^
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: Online Login
RunarM
I've made a login system:
Image

You need the right username and password to login... ofc..

code:
Code: Select all
       Dim login = Me.RunarMTableAdapter1.RunarMString(TxtUsername.Text, TxtPassword.Text)

        If login Is Nothing Then
            MsgBox("Incorrect Details")
        Else
            MsgBox("Welcome, You are now logged in")
            Form1.Show()
        End If
    End Sub
I've also made a Microsoft Office Access 2007 database (which is working)
now i only have to connect it online some how, any ideas?

Do you think its possible =)



Click on the smile to download the database thing
=).rar
You do not have the required permissions to view the files attached to this post.
Just another day in my life.
http://www.codexvideos.com
9 posts Page 1 of 1
Return to “Tutorial Requests”