Hi, my website is currently with a CMS called nuked.klan . Now i wanna change to Mambo, but the thing is that i wanna import my old user list i got like 203 members.
So my programmer did the work and import the old user list for mambo.
But the only trouble is that mambo don't support it i mean
HEre the thing i did a test with 3 peps and the weird thing is in phpmyadmin it add 3, but in mambo it just accept the admin one and the second account.
i did i test so i switched the possition of the account
I used exaclty the same code but i just switch the possition and now weird the new second account is viewable but not the third one like the other time
wtf ??? could some one fix that **** lol
Here is my code :
for the first Screenshot :
INSERT INTO `mos_users` VALUES (1,'Administrator', 'admin', 'mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', 'superadministrator', 0, 1, 25, '2004-08-16 17:05:27', '2004-08-16 18:53:44');
INSERT INTO `mos_users` VALUES (2,'Mathieu660', 'mathieu660', 'Mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', '', 0,0,1, '2004-08-16 17:19:50', '0000-00-00 00:00:00');
INSERT INTO `mos_users` VALUES (3,'yz125','yz125','Mathieu660r@hotmai.com','cc752 4550d1816985c13a143becd7095','',0,0,1,'2004-08-16 17:30:05','0000-00-00 00:00:00');
For the second Screenshot :
INSERT INTO `mos_users` VALUES (1,'Administrator', 'admin', 'mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', 'superadministrator', 0, 1, 25, '2004-08-16 17:05:27', '2004-08-16 18:53:44');
INSERT INTO `mos_users` VALUES (2,'yz125','yz125','Mathieu660r@hotmai.com','cc752 4550d1816985c13a143becd7095','',0,0,1,'2004-08-16 17:30:05','0000-00-00 00:00:00');
INSERT INTO `mos_users` VALUES (3,'Mathieu660', 'mathieu660', 'Mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', '', 0,0,1, '2004-08-16 17:19:50', '0000-00-00 00:00:00');
Pls some one fix that for the next version and say me how to fix it too lol