Change Name
#2

From your filterscript I see you're using SQlite Database Browser.
You can click "execute sql" and execute the following sql query:

Код:
UPDATE `TABLE_NAME` SET `USERNAME_FIELD` = 'Jake_Hero' WHERE `USERNAME_FIELD` = 'Ronald_Lacson'
You have to replace TABLE_NAME and USERNAME_FIELD with the name of the table and the name of the username field in your database.
Reply


Messages In This Thread
Change Name - by JaKe Elite - 10.04.2014, 08:02
Re: Change Name - by Conradus - 10.04.2014, 08:24
Re: Change Name - by Ari - 10.04.2014, 08:40
Re: Change Name - by JaKe Elite - 10.04.2014, 12:37

Forum Jump:


Users browsing this thread: 1 Guest(s)