7
Ok...here are two more links to try
check post#25 - for this:
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: - and there is a code that follows.
I also found this
FAQ that might help.
I suggest you try searching through the threads on being hacked - there is a lot to learn and lots of ideas once you resolve this one.