   JohnCMS 4.4.0 BY VladiSs

 :

1. //  .
2. // .
3.   : 1. . 2. . 3.   .
4.    .
5.  .
6.  .
7.   .
8.    : http://_/soo/s_
9.   .
    ...

: 

1.   .
2.  CHMOD 777   ../files/soo/forum/attach/  ,   ../files/soo/forum/topics/   ,   ../files/soo/logo/
3.     soo.sql
4.    .
5. .
6.    .



: 


 ../pages/mainmenu.php


//   
    $tots = mysql_result(mysql_query("SELECT COUNT(*) FROM `soo` WHERE `type` = '2'"), 0);
    echo '<div class="menu"><a href="soo/"></a> (' . $tots . ')</div>';


 ../users/profile.php


//    
    $totussoo = mysql_num_rows(mysql_query("SELECT * FROM `soo_users` WHERE `user_id` = '". $user['id'] ."'"));
    echo '<div><img src="../images/soo/soo.gif" width="16" height="16"/>&#160;<a href="../soo/?act=usersoo&amp;user='. $user['id'] .'"> </a> ('. $totussoo .')</div>';
    