well .. this well take a bit of work to check it out so .. here is the steps
go to phpmyadmin and open the profiles table from the database .. right there you can see the users and there hashed passwords and slats of those passwords ..
now see what is the last id you have (lets say it was 100 )
and then in the sql section insert this quirey
INSERT INTO `profiles` (`ID`, `NickName`, `Email`, `Password`, `Salt`, `Status`, `Role`, `Couple`, `Sex`, `LookingFor`, `Headline`, `DescriptionMe`, `Country`, `City`, `DateOfBirth`, `Featured`, `DateReg`, `DateLastEdit`, `DateLastLogin`, `DateLastNav`, `aff_num`, `Tags`, `zip`, `EmailNotify`, `LangID`, `UpdateMatch`, `Views`, `Rate`, `RateCount`, `CommentsCount`, `PrivacyDefaultGroup`, `allow_view_to`, `UserStatus`, `UserStatusMessage`, `UserStatusMessageWhen`, `Avatar`, `Height`, `Weight`, `Income`, `Occupation`, `Religion`, `Education`, `RelationshipStatus`, `Hobbies`, `Interests`, `Ethnicity`, `FavoriteSites`, `FavoriteMusic`, `FavoriteFilms`, `FavoriteBooks`, `FirstName`, `LastName`, `FacebookProfile`) VALUES
(101, 'admin', 'your@email.here', '04673fb3da3932c6078ca873564691667631fc1d', 'YmRjM2Uz', 'Active', 3, 0, '', '', '', '', '', '', '0000-00-00', 0, '2011-08-01 12:48:03', '0000-00-00 00:00:00', '2011-08-10 05:26:27', '2011-08-10 05:26:27', 0, '', '', 1, 0, 1, 0, 0, 0, 0, 3, 3, 'online', '', 0, 1, '', '', '', '', '', '', NULL, '', '', '', '', '', '', '', '', '', '');
now i have put an id of 101 becouse the last id is 100 ( iguess you get what i mean )
admin is the user name (change it to what ever you like).
the password for this user will be admin as well
so after you add this user though the phpmyadmin try to login and tell us what happens
if i did help you .. it wont hurt to go to my profile and add a recommendation for me ;)