Registration and Login
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
Registration and Login
Hi all, is there any way I can create a login and registration system without using MySql?
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
you don't open a file over the internet...
you'll have to make a server program, your client program connects to it and the server program opens the file local on the server...
all other would be too unsecure !!!
you'll have to make a server program, your client program connects to it and the server program opens the file local on the server...
all other would be too unsecure !!!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
HI is their such a way where you make a server app and a client app, well a game program where the person installs it on their computer then when the game is being excuted , it then would connect to the server where you a gui that's like a user's profile like a 2d chat room and other stuff. then you can pick level's or room's to play in, then it load's the room level then the person plays it?.
Only limit is your imagination. You have to know how to do it and you should know, how to do it most effective.
You could take irrlicht and create a second "unreal tournament 3" or another "doom 3", "starcraft" or whatever ...
But best way is to start out small. If your game code is clean and well organized it shouldn't be too hard to add networking later on.
You could take irrlicht and create a second "unreal tournament 3" or another "doom 3", "starcraft" or whatever ...
But best way is to start out small. If your game code is clean and well organized it shouldn't be too hard to add networking later on.