25
Quote:
ipwgc wrote:
The hacked took the administrator
When I try to login this message appears "Incorrect Login!"
If I request a new password this message appears "Sorry, no corresponding user info was found."
How I do to login to the general administrator through the portal. here http://www.ipwgc.com/english/user.php
David
Have a look into your database with phpMyAdmin.
Check the table xoops_users:
- Does the user with the uid 1 still exist?
If yes you can change your password following this faq item:
How can i reset the administrator password?If no and the uid 1 was completely deleted you can recreate the user with this query executed in phpMyAdmin:
INSERT INTO `xoops_users` VALUES (1, '', 'username', 'your@email.adress', 'http://localhost/', 'blank.gif', 1151696485, '', '', '', 1, '', '', '', '', '8001705594d6c97f71faee1f5522ed31', 0, 0, 7, 5, 'default', 0.0, 1151696491, 'thread', 0, 1, 0, '', '', '', 0);
Please change the username and email adress accordingly. Using this querrie your password is
replace_me.
(assuming your table names start by default with xoops_. If not you have to change that of course.
However if they messed with your database i would still think about using a back (if exists).
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...