Quote from: David on October 02, 2002, 05:29:28 PMThis mod could be tactfully evil but yet so friggen fun.
Might be I am an evil person

But I really find this thing sort of important, and will probably try to work it out some how. So if I stay offline for the next two years, you know I'm working with the code.
edit:
$karma_result = mysql_query("SELECT * FROM {$db_prefix}log_karma ORDER BY logTime");
while($row_karmas = mysql_fetch_array($karma_result))
{
echo "$row_karmas[ID_TARGET] $row_karmas[ID_EXECUTOR] $row_karmas[action]<br>\n";
}
Well, this simple code imports the Karmalog. My only problem is that I can't find out how to connect the ID_EXECUTOR and ID_TARGET to their respective real names in the members table...