I want to use the register user's username, user_email, user_password when they activate their account and write it to other table in the same database.
The following is the code of function activate($username, $check_num)
The '$row[username]' etc, seems to me that it writes from the nuke_users_temp to nuke_users.
I want to use the same information and write it to the netjuke_user table that allows me to create an account for the user with the same user name, email address and password the user use for the registration of the phpnuke.
I have do a test on this but the netjuke_user table havn't add the record according.
What might be the problem of the above? please advise.
Thanks in advance for your time
Regards,
Raven General
Joined: Mar 22, 2003
Posts: 5233
Location: USA
Posted:
Thu Jul 03, 2003 12:24 pm
What is the error that is being written to the server error_log?
_________________ Lam Jam
------------------
Positive attitude combined with a comfortable chair, and lots of coffee - then anything is possible!
osward Nuke Soldier
Joined: May 30, 2003
Posts: 26
Location: Hong Kong
Posted:
Sun Jul 13, 2003 6:09 am
I had make some error on the target table's fields, so the target data table couldn't be inserted.
The concept and function where you want to create other user account depends on when you want the account be created. If you want more data use for other database table, you might add additional fields in the nuke_user_temp table.
Personally think the right time is when user activate the phpnuke account
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum