Topic: Make myself admin...

Hello!
Well, I have access to the files, but not the admin user more.
Is it any way to make my test user as admin via ftp?
Something I can change?
Thanks!

Re: Make myself admin...

Just edit the file ./cdata/users.db.php: add the line like

1352105978|1|your_admin_user|e10adc3949ba59abbe56e057f20f883e||your_email@...|0|
0||||

where

1352105978 -- current timestamp, the result php function time()
1 --the preference level (1=admin)
your_admin_user -- user's login
e10adc3949ba59abbe56e057f20f883e -- MD5('123456')

Best regards,
CN Support team