Posts: 81
Threads: 16
Joined: Jul 2010
Reputation:
0
So , I have a question, I hope that somebody will answer.
I need autologin.
I have MYSQL Database, so i need that it somehow saves it into database and then gets it and if it's true then it will autologin.
Im quite beginner on MYSQL so please help !
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
It doesn't have anything to do with your database. It matters about your code. Post your code.
Posts: 81
Threads: 16
Joined: Jul 2010
Reputation:
0
I dont have any code.
I need that it saves IP to database and then loads it from database and if it's true with that IP what he joined and that what is on database then it will autologin.
Posts: 81
Threads: 16
Joined: Jul 2010
Reputation:
0
Mh, i have mysql system..
And it saves IP to mysql database, but how i put it on connect
Posts: 440
Threads: 14
Joined: Sep 2009
Reputation:
0
Query the player to the database when the player connects, simple.
Posts: 81
Threads: 16
Joined: Jul 2010
Reputation:
0
Sorry, but i have MYSQL system already.
I need just that it saves IP to query.
Please how to do that ?.