9
Hi guys.
I also have a requirement to import users in bulk from a comma deliminated text file that contains user registrations from an old web site (see
this earlier post). In my case, the fields I have are as follows :
[b]Username, Password, Real Name, E-Mail address[/b]
The trouble I have is that I have to keep the usernames and the passwords that have already been allocated from the old site the same (to avoid re-emailing them all to tell them what their new details are), whereas the script appears to assign the value of $user as the value for $password.
Can anyone tell me how to change the script file so that all it does is import the 4 values into the XOOPS registration system straight from the file without changing them? A cut and paste would be lovelly because I am not a PHP writer, or MySQL (in fact, I'm quite useless!)
Thanks
Ted