I found many mistakes while translating the mod to Arabic language.
First of all you should write ( & ) as ( & ) in any HTML/XHTML code
in the line #71, you have to replace it with this:
Code:
$latest_posts .= '<tr><td>'.$count.'</td><td><a href="showthread.php?t='.$post['threadid'].'&goto=newpost#'.$post['lastpostid'].'">'.substr($post['title'],0,30).'...</a></td><td><a href="member.php?u='.$post['lastposterid'].'">'.$post['lastposter'].'</a></td><td><a href="showthread.php?t='.$post['threadid'].'"><img src="images/buttons/collapse_40b.png" /></a></td></tr>';
Another simple mistake in the line #67, ( <div width="100%" ...... )
the default width value for the div tag is 100%, so you don't have to write width="100%", although attribute width cannot be used for the div tag, and more silly errors on line #67, which is in the table tag, you should use quotation mark in the border, cellspacing, and cellpadding attributes.
Last mistake is that you forgot to close the <b> tag on line #67..
PHP Code:
<b>Newest Members</td>
------
Again thanks for the great mod, and I really appreciate your effort on making it.
Sorry if my post isn't well organized because I was reading your code and writing the mistakes I find here

..
Hope you pay more attention on XHTML while making ur next mod

.
Regards,
Ibrahim Moh'd