Just lost 62,000+ posts [message #31853] |
Sun, 21 May 2006 00:22 |
Crimson
Messages: 51 Registered: June 2005 Location: Phoenix, AZ
Karma: 0
|
Member |
|
|
I applied a hack to rhost.inc.t to return a custom host for a specific IP belonging to a paranoid user who thinks that someone will find him and do bad things to him if they know he is connecting from ri.ri.cox.net and doesn't reveal his real name.
Anyway, I couldn't get the hostname in his posts to update, so I ran a theme rebuild, consistency checker, and then I compacted the message files, something I had never done before. When I did that, ALL my messages disappeared. The contents of my "messages" directory is this:
[root@host5 messages]# ls -al
total 1260
drwxrwxrwx 2 apache apache 4096 May 20 18:41 .
drwxrwxrwx 13 apache apache 4096 Sep 13 2005 ..
-rw-rw-rw- 1 apache apache 14 Sep 13 2005 .htaccess
-rw-rw-rw- 1 apache apache 1270375 May 20 18:41 private
My hack to rhost.inc.t is: (assume 127.0.0.1 is the actual IP and User is his actual username)
if ($ip == '127.0.0.1') {
$name = 'User.is.paranoid.com';
}
return $name;
}
We are running a disk utility to try and bring back the files, but is there anything else I can do?
[Updated on: Sun, 21 May 2006 00:23] Report message to a moderator
|
|
|
|
Re: Just lost 62,000+ posts [message #31868 is a reply to message #31853] |
Sun, 21 May 2006 15:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What version of the forum were you using? There are a few versions that had a buggy version of the message compactor in them.
FUDforum Core Developer
|
|
|
|
Re: Just lost 62,000+ posts [message #31884 is a reply to message #31871] |
Mon, 22 May 2006 14:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I believe that version was one of the ones that had an issue with the compactor.
FUDforum Core Developer
|
|
|
|
|
|
|