1)  forum/index.php      ( : 'who_chital',):

$array = array (
    'new',
    'who',
    'addfile',
    'file',
    'users',
    'moders',
    'addvote',
    'editvote',
    'delvote',
    'vote',
    'per',
    'ren',
    'deltema',
    'vip',
    'close',
    'editpost',
    'nt',
    'tema',
    'loadtem',
    'say',
    'post',
    'read',
    'faq',
    'trans',
    'massdel',
    'files',
    'filter',
    'who_chital',
    'restore'
);

2)  forum/index.php   

                if ($filter)
                    echo '<div><a href="index.php?act=filter&amp;id=' . $id . '&amp;do=unset"> </a></div>';
                else
                    echo '<div><a href="index.php?act=filter&amp;id=' . $id . '&amp;start=' . $start . '"> </a></div>';
                echo '<a href="index.php?act=tema&amp;id=' . $id . '"> </a>';

  :

               ////////////////////////////////////////////////////////////
               //                                          //
               ////////////////////////////////////////////////////////////
               if ($user_id && $id) {
                    $count = mysql_result(mysql_query("SELECT COUNT(*) FROM `cms_forum_sled` WHERE `topic` = '$id' AND `user_id` = '$user_id'"), 0);
                    if ($count > 0)
                    echo '<p><a href="index.php?act=sled&amp;id=' . $id . '">   </a></p>';
                    else
                    echo '<p><a href="index.php?act=sled&amp;id=' . $id . '&amp;yes">  </a></p>';
                }    
 

4)      

5)  :

////////////////////////////////////////////////////////////////////////////////
// : 			       Vangel                                 //
// :                               http://youfeat.ru                      //
// :                              ICQ: 553-710                           //
// :                                                             //
// WMR                                 R357258254197                          //
// WMZ                                 Z478583766161                          //
////////////////////////////////////////////////////////////////////////////////
