Jul 13th, 2010, 05:38 AM
#1
Thread Starter
Member
Jul 13th, 2010, 05:52 AM
#2
Jul 13th, 2010, 07:01 AM
#3
Thread Starter
Member
Jul 13th, 2010, 07:31 AM
#4
Re: Client and server
I am confused?!?
What exactly are you trying to do?
Authenticate a user name and password against a MySql Database Server, or first get some information from the MySql Database, and compare the user name a password of a row within a table?
Gary
Jul 13th, 2010, 09:48 AM
#5
Thread Starter
Member
Re: Client and server
i want to make a server program that read userlogin.
Jul 13th, 2010, 09:52 AM
#6
Re: Client and server
I am sorry, but you really aren't making much sense?!?
Gary
Jul 13th, 2010, 10:01 AM
#7
Thread Starter
Member
Re: Client and server
example of eathena login server, character server, and map server, only i dea that i want to code not the same as ragnarok server.
Jul 13th, 2010, 10:29 AM
#8
Re: Client and server
Am I supposed to know what that means? Because I don't!!
Jul 15th, 2010, 01:47 AM
#9
Thread Starter
Member
Re: Client and server
Sorry about late reply. our state has been typhoon.
Attached Images
Jul 15th, 2010, 01:51 AM
#10
Re: Client and server
Hey,
So what you are saying is, all you want to do is authenticate the username and password that the user types into the username and password textboxes, against the information stored in the database, correct?
i.e.
Code:
select * from users where users.username = @username and users.password = @password
Gary
Jul 15th, 2010, 02:15 AM
#11
Thread Starter
Member
Re: Client and server
yes like. that but the server will check for that. client only send password and username to server.
Jul 15th, 2010, 02:17 AM
#12
Re: Client and server
Are you saying to are wanting to put a web service, or something else onto the MySql Database Server, which your Windows Application can then talk to?
Gary
Jul 15th, 2010, 02:50 AM
#13
Thread Starter
Member
Re: Client and server
Originally Posted by
gep13
Are you saying to are wanting to put a web service, or something else onto the MySql Database Server, which your Windows Application can then talk to?
Gary
i think so.
i have a project on collage school that need a server that connect many players.
Jul 15th, 2010, 03:04 AM
#14
Re: Client and server
I would suggest that you spend some time planning out exactly what it is that you are trying to achieve, as it sounds as though you don't have a solid plan about how you are going to proceed.
If you are looking for a true Client/Server, then take a look in the Code Bank for a submission by jmcilhinney, it has a good example of how this can be achieved.
Gary
Jul 15th, 2010, 04:52 AM
#15
Thread Starter
Member
Re: Client and server
maybe this idea is more understandable.
Attached Images
Last edited by solid2005; Jul 17th, 2010 at 11:19 AM .
Jul 18th, 2010, 05:56 AM
#16
Re: [RESOLVED] Client and server
Hey,
What you have described there could either be a web service, or a true client/server set up.
Do you have a preference about which one you take?
If you want to create a web service, have a look here:
http://www.15seconds.com/issue/010430.htm
If you want a client/server set up, have a look here:
http://www.vbforums.com/showthread.php?t=587341
Gary
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width