1
Hi,
I need hack in register.php and edituser.php files. When a new user registers, his/her registration info should be written to a txt file (for example xoops/account/account.txt) as shown below:
[username]
password=userspassword
And when he/she changes his password via "Edit Profile", new password should be overwritten to the existing one which is located in "account.txt".
Thank you.