Hello, it's possible change the system of Znote website? in my server don't have the tabble "name" on accounts
just id and password.
Imgur: The most awesome images on the Internet
when i'll create a new character on website i got this error.
ok, i understand why.. but...
how can i fix it in site, without do things in my server sources?
because if i use other database, i'll create a table name in account... but my server just read the" id"accounts
just id and password.
Imgur: The most awesome images on the Internet
when i'll create a new character on website i got this error.
HTML:
string(50) "SELECT `id` FROM `accounts` WHERE `name`='121212';"
(query - SQL error)
Type: [B]select_single[/B] (select single row from database)
Unknown column 'name' in 'where clause'
ok, i understand why.. but...
how can i fix it in site, without do things in my server sources?
because if i use other database, i'll create a table name in account... but my server just read the" id"accounts