 "-   jar"  JohnCMS 3.2.2
---------------------
  - Lexx (http://playm.ru/)
ICQ: 262810
---------------------
  :
1.    John-CMS
(, , , , , -  .).
   .
2.         
/     ,   
 .
    ,     "" 
    .
3.    ,    
  !
4.    (title     
    SEO.
5.   JAD-    .
6.      .
7.     .  ,
   , , , . 
   .  .    /.
   .
9.    CMS!   !
10.  :
- /    ( ).
- / .
-   ///   
 .
- /       
.
-    .
11.      .
: http://playm.ru/games/
----------------------

:

1.    .


2.  files, screen, tmp -  777


3.   ini.php


4.     table.sql   !!!


5.   str/online.php  :
                    case 'games' :
                    $place = '<a href="/games/"> </a>';
                    break;


6.    :
                    echo '<a href="games/"> </a> (' . games() . ')<br/>';


7.   incfiles/func.php   :
 
function games() {
    ////////////////////////////////////////////////////////////
    //      JAVA           //
    ////////////////////////////////////////////////////////////
    global $realtime;
    $ntime = time() - (3600*24*1);
		{
		$total_files = mysql_result(mysql_query("SELECT COUNT(*) FROM `games` WHERE `cat_id`;"),0);
		$new_files = mysql_result(mysql_query("SELECT COUNT(*) FROM `games` WHERE `added` > '$ntime';"),0);
		if($new_files>0) $total_files.=" / <span class='red'><a href='" . $home . "/games/new.php'>+$new_files</a></span>";
    return $total_files;}
}



8.  !


!!!   - http://_/games/admin/

----------------------

    !!!




