22.05.2010, 09:29
Hello! My register system works great, nothing wrong with it. But I don't like the ''username.dudb.sav'' I just want username or [M]blewer and not _05m_06blewert.dudb.sav or whatever. What can I do?
Originally Posted by //exora
Modify your dudb.inc - there's a function called udb_encode.
|
Originally Posted by //exora
What more info? You'll find the function you might want to modify.
|
Originally Posted by DarkPhoenix
Quote:
|
format(tmp,sizeof(tmp),"%s.dudb.sav",udb_encode(nickname)); |
format(tmp,sizeof(tmp),"%s.file",udb_encode(nickname)); |
Originally Posted by Hiddos
Quote:
Go through your .dudb include and find and replace and %.dudb.sav lines. Example: Quote:
Quote:
|
format(tmp,sizeof(tmp),"%s.dudb.sav",udb_encode(nickname)); |
Originally Posted by 0ne
Dude just edit udb_encode function -_-
|