;
close(TEXT);
for ($c = 0; $c < @text; $c++) {
($msub, $mname, $memail, $mdate, $musername, $micon, $mattach, $mip, $mmessage, $mns) = split(/\|/,$text[$c]);
$message = $mmessage;
if($enable_ubbc) {
&DoUBBC;
}
$board = "$curboard";
$post=<<"EOT";
| $catinfo[0] / $boardinfo[0] / $title[1] |
$txt{'30'}: $mdate |
| $message |
|
$txt{'146'} |
$txt{'145'} |
$txt{'125'}
|
EOT
($date1, $time1) = split(/ at /, $mdate);
($month1, $day1, $year1) = split(/\//, $date1);
($hour1, $min1, $sec1) = split (/:/, $time1);
$totaltime1 = (($year1+2000)*365+$month1*30+$day1)*24*60*60+$hour1*60*60+$min1*60;
if ($INFO{'username'} eq $musername) { $data{$totaltime1}= $post; }
}
}
}
}
}
$title = "Users Latest Posts";
&header;
print "\n\n";
print "$txt{'92'} $memset[1]
\n";
@num = sort {$b <=> $a } keys %data;
$j=0;
if ($display ne "0") {
while ($j<$display && $data{$num[$j]} ne ""){
$j2 = $j + 1;
print <<"EOT";
| $j2 |
EOT
print "$data{$num[$j]}";
$j++;
}
} else {
while ($data{$num[$j]} ne ""){
$j2 = $j + 1;
print <<"EOT";
| $j2 |
EOT
print "$data{$num[$j]}";
$j++;
}
}
print "$txt{'92'} $memset[1]
\n";
print "\n\n\n";
&footer;
exit;
}
german.lng
1;
$users_latest_posts{'1'} = "Zusätzliche Informationen";
$users_latest_posts{'2'} = "Zeige die letzten";
$users_latest_posts{'3'} = "Posts dieser Person";
$users_latest_posts{'4'} = "LOS!";