I contacted the host and was told $75 to restore, so I am manually doing it right now as I am writing this. I have a couple of other questions:
After the site database was nuked by me, (DOH!), I had immediatly downloaded via FTP the site root to a folder on my computer.
I have since restored the site sans users. This morning I woke up with the idea to manually code each member into the database via phpmyadmin in the cpanel. So, I am doing it now, and it so far is working very well. YIPPEE! However, the last thing I am trying to do is tie the user's picture to the profile. I have found the user's pictures in the following directory:
/media/images/profile/x (Where x is the folder number)
In my user's profile cache page under the root directory of /cache/Userxx.php (where xx is the user number), I can get the username, hashed password etc... At the bottom I have the following code which leads me to believe they tie into the images folder:
$aUser[15]['PrimPhoto'] = '5';
$aUser[15]['Picture'] = '1';
$aUser[15]['aff_num'] = '0';
$aUser[15]['Tags'] = 'outgoing, Sap ';
So, in looking under the images folder, I have no folder number 5. Dead end. However, for my test account which is user number 1, It is there of course. The folder numbering scheme doesn't seem to be tied to user number, any other way except from my quickly fading polaroid memory to determine how each one ties into the folder? This is my last step, and will be so totally stoked to get this nightmare over with.