Registration Problem [MySQL]
#6

Quote:
Originally Posted by Dan.
Посмотреть сообщение
OnGameModeInit, after connecting mysql do:
pawn Код:
//
    if(mysql_ping() == 1)
    {
        mysql_debug(1);
        printf("[MYSQL] Connection with the database: SUCCESS!");
    }
    else
    {
        printf("[MYSQL] Connection with the database: FAIL!");
    }
And take a look in your server console, does it connect?

And dude, hash your passwords! People trust you, and you just can watch their passwords whenever you want?
Hello,
Thank you for your help but server is passworded and only i can join.
Thats the only reason i am not HASHING the passwords right now.
When i make it public, passwords will probably be hashed.
By the way.
here is server.log.
Quote:

[23:31:57] Loaded 3 filterscripts.

[23:31:57] [MYSQL] Connection with the database: SUCCESS!
[23:31:57]
Developed by:
Littlehelper[MDZ]

Project Start:
Friday, July 20th, 2012


Last Update:
July 21th, 2012

Tables are created, but player information is not STORED in those.
Reply


Messages In This Thread
Registration Problem [MySQL] - by Littlehelper - 26.07.2012, 18:47
Re: Registration Problem [MySQL] - by Misiur - 26.07.2012, 19:09
Re: Registration Problem [MySQL] - by Littlehelper - 26.07.2012, 19:14
Re: Registration Problem [MySQL] - by Dan. - 26.07.2012, 19:15
Re: Registration Problem [MySQL] - by FireCat - 26.07.2012, 19:16
Re: Registration Problem [MySQL] - by Littlehelper - 27.07.2012, 13:09
Re: Registration Problem [MySQL] - by FireCat - 27.07.2012, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)