1
Ok, first of all:
1. What tables are used in the creation of an user? The reason i need to know this is because i'm importing a database.. so far i have putted the right datas in: xoops_users, xoops_groups_users_link, xoops_user_profile
Nut all my 561 users seem to be unactive, and i can't see their information...
here is an example of every data i used:
Quote:
INSERT INTO `xoops_users` VALUES (561, '', 'efekto_mc', '', 'f_kto@hotmail.com', 'blank.gif', 'cd87cd5ef753a06ee79fc75dc7cfe66c', '1', '0');
INSERT INTO `xoops_user_profile` VALUES (561, '', '', '', '', '1125945383', '0', '0', '', '1', '0', '', '0'," ''", '', '', '', '', '0', '', '', '', '', '', '', '');
INSERT INTO `xoops_groups_users_link` VALUES (562, '2', '561');
WAHT ELSE DO I NEED TO DO TO ACTIVATE AND GET MY USERS GOING!!!!?????????????
Thanxs!!!!!