Here's a fix for the problem in the previous post.
In last10.php, find
Code:
if ($postii != "0" && $postii != "") {
and right below it, add
Code:
$postii = $postii+1;
Then find
Code:
if (($postii == "0" || $postii == "") && $threads[iconid] != "0" && $threads[iconid] != "") {
and right below it, add
Code:
$threads[iconid] = $threads[iconid]+1;
Or you can just download the updated zip file in the first post in this thread, and reupload last10.php (no need to reupload last10config.php).