Changeset 782 for trunk


Ignore:
Timestamp:
04/16/11 12:41:03 (13 months ago)
Author:
r2
Message:

копирайты

Location:
trunk
Files:
4 deleted
248 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/ajax/modconfig.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/admin/applets/arhive.php

    r594 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_arhive(){ 
  • trunk/admin/applets/backup.php

    r603 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_backup(){ 
  • trunk/admin/applets/cache.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_cache(){ 
  • trunk/admin/applets/cats.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function createMenuItem($menu, $id, $title){ 
  • trunk/admin/applets/components.php

    r663 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function cpComponentHasConfig($id){ 
  • trunk/admin/applets/config.php

    r618 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_config(){ 
  • trunk/admin/applets/content.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function createMenuItem($menu, $id, $title){ 
  • trunk/admin/applets/cron.php

    r509 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_cron(){ 
  • trunk/admin/applets/filters.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_filters(){ 
  • trunk/admin/applets/frules.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_frules(){ 
  • trunk/admin/applets/help.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_help(){ 
  • trunk/admin/applets/install.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function pluginsList($new_plugins, $action_name, $action){ 
  • trunk/admin/applets/main.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function newContent($table, $where=''){ 
  • trunk/admin/applets/menu.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function iconList(){ 
  • trunk/admin/applets/modules.php

    r715 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_modules(){ 
  • trunk/admin/applets/noaccess.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_noaccess(){ 
  • trunk/admin/applets/phpinfo.php

    r612 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_phpinfo(){ 
  • trunk/admin/applets/plugins.php

    r491 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function cpPluginDir($plugin){ 
  • trunk/admin/applets/repair.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_repair(){ 
  • trunk/admin/applets/repairnested.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function checkNestedSet($table){ 
  • trunk/admin/applets/tree.php

    r705 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_tree(){ 
  • trunk/admin/applets/userbanlist.php

    r594 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_userbanlist(){ 
  • trunk/admin/applets/usergroups.php

    r465 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_usergroups(){ 
  • trunk/admin/applets/users.php

    r496 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
    1115 
    1216function applet_users(){ 
  • trunk/admin/components/arhive/backend.php

    r465 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215    header('Location:/admin/index.php?view=arhive'); 
  • trunk/admin/components/autoawards/backend.php

    r769 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215function error($msg){ 
  • trunk/admin/components/banners/backend.php

    r760 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215function bannerCTRbyID($id){ 
  • trunk/admin/components/blogs/backend.php

    r751 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215    function cpBlogOwner($blog_id){ 
  • trunk/admin/components/board/backend.php

    r750 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215        //LOAD CURRENT CONFIG 
  • trunk/admin/components/catalog/backend.php

    r750 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215function cpPriceInput($id){ 
  • trunk/admin/components/clubs/backend.php

    r750 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215function error($msg){ 
  • trunk/admin/components/comments/backend.php

    r751 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215function cpStripComment($text){ 
  • trunk/admin/components/content/backend.php

    r465 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215        cpAddPathway('Êàòàëîã ñòàòåé', '?view=components&do=config&id='.(int)$_REQUEST['id']); 
  • trunk/admin/components/faq/backend.php

    r750 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215        cpAddPathway('Âîïðîñû è îòâåòû', '?view=components&do=config&id='.(int)$_REQUEST['id']); 
  • trunk/admin/components/forms/backend.php

    r705 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215        require('../includes/jwtabs.php'); 
  • trunk/admin/components/forum/backend.php

    r771 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
     14 
    1115        cpAddPathway('Ôîðóì', '?view=components&do=config&id='.$_REQUEST['id']); 
    1216        echo '<h3>Ôîðóì</h3>'; 
  • trunk/admin/components/photos/backend.php

    r705 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
     14 
    1115        define('DEFAULT_PHOTO_TITLE', 'Ôîòî'); 
    1216 
  • trunk/admin/components/price/backend.php

    r645 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
     14 
    1115 
    1216        cpAddPathway('Ïðàéñëèñò', '?view=components&do=config&id='.$_REQUEST['id']); 
  • trunk/admin/components/registration/backend.php

    r706 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
     14 
    1115 
    1216cpAddPathway('Ðåãèñòðàöèÿ', '?view=components&do=config&id='.$_REQUEST['id']); 
  • trunk/admin/components/rssfeed/backend.php

    r465 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
     14 
    1115 
    1216        cpAddPathway('RSS ãåíåðàòîð', '?view=components&do=config&id='.$_REQUEST['id']); 
  • trunk/admin/components/search/backend.php

    r465 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215        cpAddPathway('Ïîèñê', '?view=components&do=config&id='.$_REQUEST['id']); 
  • trunk/admin/components/statistics/backend.php

    r465 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114 
    1215function getChart($data, $processor='', $rownums = true, $rowlines = false){ 
  • trunk/admin/components/users/backend.php

    r751 r782  
    11<?php 
    22if(!defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                                                 InstantCMS v1.0 (c) 2008 COMMERCIAL VERSION                       // 
    6 //                                              Source code protected by copyright laws                          // 
    7 //                                                                                           // 
    8 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    9 //                                                                                           // 
    10 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    11 //                                                                                           // 
    12 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1314 
    1415cpAddPathway('Ïðîôèëè ïîëüçîâàòåëåé', '?view=components&do=config&id='.$_REQUEST['id']); 
  • trunk/admin/dbstructure.php

    r705 r782  
    1 <?php  
     1<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214$tables['#_banlist']['0']['Field'] = 'id'; 
    315$tables['#_banlist']['0']['Type'] = 'int(11)'; 
  • trunk/admin/editor/index.php

    r645 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014        session_start(); 
    1115         
  • trunk/admin/includes/cp.php

    r781 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114defined('VALID_CMS_ADMIN') or die( 'Äîñòóï çàïðåùåí' ); 
  • trunk/admin/includes/editor.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS_EDITOR')) { die('ACCESS DENIED'); } 
    315         
  • trunk/admin/includes/mainmenu.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214defined('VALID_CMS_ADMIN') or die( 'Äîñòóï çàïðåùåí' ); 
    315 
  • trunk/admin/includes/phpinfo.php

    r612 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    session_start(); 
  • trunk/admin/includes/timezones.php

    r618 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214    $timezones[] = 'Africa/Abidjan'; 
    315    $timezones[] = 'Africa/Accra'; 
  • trunk/admin/index.php

    r751 r782  
    1 <?php Error_Reporting(E_ALL & ~E_NOTICE); 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     1<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314        session_start(); 
  • trunk/admin/login.php

    r750 r782  
    22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    33<?php 
    4 /*********************************************************************************************/ 
    5 //                                                                                                                                                                                       // 
    6 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    7 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    8 //                                                                                           // 
    9 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     4/******************************************************************************/ 
     5//                                                                            // 
     6//                             InstantCMS v1.8                                // 
     7//                        http://www.instantcms.ru/                           // 
     8//                                                                            // 
     9//                   written by InstantCMS Team, 2007-2010                    // 
     10//                produced by InstantSoft, (www.instantsoft.ru)               // 
     11//                                                                            // 
     12//                        LICENSED BY GNU/GPL v2                              // 
     13//                                                                            // 
     14/******************************************************************************/ 
    1215 
    1316?> 
  • trunk/admin/modules/mod_polls/backend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        cpAddPathway('Ãîëîñîâàíèÿ', '?view=modules&do=edit&id='.$_REQUEST['id']); 
  • trunk/admin/modules/mod_respect/backend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        cpAddPathway('Äîñêà ïî÷åòà', '?view=modules&do=edit&id='.$_REQUEST['id']); 
  • trunk/admin/modules/mod_swftags/backend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        cpAddPathway('SWF Îáëàêî òåãîâ', '?view=modules&do=edit&id='.$_REQUEST['id']); 
  • trunk/admin/modules/mod_tags/backend.php

    r618 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        cpAddPathway('Îáëàêî òåãîâ', '?view=modules&do=edit&id='.$_REQUEST['id']); 
  • trunk/admin/template.php

    r750 r782  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
    22<?php  
    3 /*********************************************************************************************/ 
    4 //                                                                                                                                                                                       // 
    5 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    6 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    7 //                                                                                           // 
    8 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    9 //                                                                                           // 
    10 /*********************************************************************************************/ 
     3/******************************************************************************/ 
     4//                                                                            // 
     5//                             InstantCMS v1.8                                // 
     6//                        http://www.instantcms.ru/                           // 
     7//                                                                            // 
     8//                   written by InstantCMS Team, 2007-2010                    // 
     9//                produced by InstantSoft, (www.instantsoft.ru)               // 
     10//                                                                            // 
     11//                        LICENSED BY GNU/GPL v2                              // 
     12//                                                                            // 
     13/******************************************************************************/ 
    1114        defined('VALID_CMS_ADMIN') or die('Äîñòóï çàïðåùåí');    
    1215?> 
  • trunk/components/actions/frontend.php

    r733 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/actions/model.php

    r733 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/actions/router.php

    r733 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_actions(){ 
  • trunk/components/arhive/frontend.php

    r781 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/arhive/install.php

    r663 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314// ========================================================================== // 
  • trunk/components/arhive/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_arhive(){ 
  • trunk/components/banners/frontend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/banners/model.php

    r663 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/banners/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_banners(){ 
  • trunk/components/blogs/frontend.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/blogs/includes/blogcore.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1115 
  • trunk/components/blogs/model.php

    r705 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/blogs/prss.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/blogs/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/blogs/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_blogs(){ 
  • trunk/components/board/frontend.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/board/model.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/board/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/board/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_board(){ 
  • trunk/components/catalog/frontend.php

    r775 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                      // 
    4 //                                                 InstantCMS v1.0 (c) 2008 COMMERCIAL VERSION                       // 
    5 //                                              Source code protected by copyright laws                          // 
    6 //                                                                                           // 
    7 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    8 //                                                                                           // 
    9 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    10 //                                                                                           // 
    11 //                                   LICENSED BY GNU/GPL v2                                  // 
    12 //                                                                                           // 
    13 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1414if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1515 
  • trunk/components/catalog/includes/shopcore.php

    r671 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/catalog/model.php

    r751 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/catalog/prss.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/catalog/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/catalog/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_catalog(){ 
  • trunk/components/clubs/frontend.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/clubs/model.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/clubs/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_clubs(){ 
  • trunk/components/comments/addform.php

    r762 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314        session_start(); 
  • trunk/components/comments/comments.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114    define('PATH', $_SERVER['DOCUMENT_ROOT']); 
  • trunk/components/comments/frontend.php

    r762 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/comments/model.php

    r762 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/comments/prss.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/comments/router.php

    r708 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_comments(){ 
  • trunk/components/comments/vote.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314        session_start(); 
  • trunk/components/content/frontend.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/content/model.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/content/prss.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/content/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/content/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_content(){ 
  • trunk/components/faq/frontend.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                                   InstantCMS v1.7 (c) 2010                              // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/faq/model.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    314 
  • trunk/components/faq/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_faq(){ 
  • trunk/components/files/frontend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/files/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_files(){ 
  • trunk/components/forms/frontend.php

    r594 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/forum/frontend.php

    r768 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/forum/includes/forumcore.php

    r768 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1115 
  • trunk/components/forum/model.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/forum/prss.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/forum/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/forum/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_forum(){ 
  • trunk/components/frontend.template.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by                      2007-2009                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by                                               // 
     8//                produced by                                                 // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/photos/ajax/pubphoto.php

    r709 r782  
    11<?php 
    2         session_start();         
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
     14    session_start(); 
    315        if (!isset($_REQUEST['id'])) { die(100); } else { $id = (int)$_REQUEST['id']; } 
    416        define("VALID_CMS", 1);  
  • trunk/components/photos/frontend.php

    r781 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/photos/model.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/photos/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/photos/router.php

    r705 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_photos(){ 
  • trunk/components/polls/frontend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/polls/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_polls(){ 
  • trunk/components/price/cart.php

    r494 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013         
    1114        define("VALID_CMS", 1);  
  • trunk/components/price/frontend.php

    r594 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/price/psearch.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/price/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_price(){ 
  • trunk/components/ratings/frontend.php

    r458 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1315 
  • trunk/components/registration/frontend.php

    r776 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/registration/model.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/registration/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_registration(){ 
  • trunk/components/rssfeed/frontend.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314function rssfeed(){ 
  • trunk/components/rssfeed/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_rssfeed(){ 
  • trunk/components/search/frontend.php

    r765 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/components/search/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_search(){ 
  • trunk/components/subscribes/frontend.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/subscribes/router.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_subscribes(){ 
  • trunk/components/users/ajax/status.php

    r779 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    session_start(); 
  • trunk/components/users/ajax/wall.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    session_start(); 
  • trunk/components/users/frontend.php

    r781 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/users/includes/usercore.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                                                 InstantCMS v1.0 (c) 2008 COMMERCIAL VERSION                       // 
    5 //                                              Source code protected by copyright laws                          // 
    6 //                                                                                           // 
    7 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    8 //                                                                                           // 
    9 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/users/includes/userforms.php

    r458 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                                                 InstantCMS v1.0 (c) 2008 COMMERCIAL VERSION                       // 
    5 //                                              Source code protected by copyright laws                          // 
    6 //                                                                                           // 
    7 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    8 //                                                                                           // 
    9 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    1314 
  • trunk/components/users/messages.php

    r750 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013        $inPage->backButton(false);  
    1114    $opt = $inCore->request('opt', 'str', 'in'); 
  • trunk/components/users/model.php

    r771 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315 
  • trunk/components/users/router.php

    r726 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    function routes_users(){ 
  • trunk/core/ajax/citysearch.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214 
    315    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/core/ajax/dumper.php

    r781 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314        session_start(); 
  • trunk/core/ajax/getip.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/core/ajax/imginsert.php

    r709 r782  
    11<?php 
    2         header('Content-Type: text/html; charset=windows-1251');  
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
     14    header('Content-Type: text/html; charset=windows-1251'); 
    315    session_start(); 
    416 
  • trunk/core/ajax/karma.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/core/ajax/registration.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/core/ajax/tagsearch.php

    r709 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/core/classes/actions.class.php

    r733 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsActions { 
  • trunk/core/classes/config.class.php

    r618 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsConfig { 
  • trunk/core/classes/cron.class.php

    r509 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsCron { 
  • trunk/core/classes/db.class.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsDatabase { 
  • trunk/core/classes/formgen.class.php

    r715 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsFormGen { 
  • trunk/core/classes/page.class.php

    r730 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsPage { 
  • trunk/core/classes/photo.class.php

    r705 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                       written by Igor V. Bessmeltsef, 2011                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsPhoto { 
  • trunk/core/classes/plugin.class.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsPlugin { 
  • trunk/core/classes/upload_photo.class.php

    r705 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7.1   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, fuze@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                       written by Igor V. Bessmeltsef, 2011                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsUploadPhoto { 
  • trunk/core/classes/user.class.php

    r705 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314class cmsUser { 
  • trunk/core/cms.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/core/lib_clubs.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/core/lib_content.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS') && !defined('VALID_CMS_ADMIN')) { die('ACCESS DENIED'); } 
  • trunk/core/lib_karma.php

    r705 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/core/lib_photos.php

    r514 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/core/lib_tags.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/cron.php

    r509 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314        define('PATH', dirname(__FILE__)); 
  • trunk/filters/f_banners/filter.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013        function f_banners(&$text){ 
    1114 
  • trunk/filters/f_contents/filter.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
    10  
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1113        function f_contents(&$text){ 
    1214 
  • trunk/filters/f_filelink/filter.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function getDownLoadLink($file){ 
  • trunk/filters/f_includes/filter.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function getLink($file){                 
  • trunk/filters/f_pages/filter.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function f_pages(&$text){ 
  • trunk/filters/f_replace/filter.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function insertForm($form_title, $title){ 
  • trunk/includes/codegen/cms_codegen.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114    session_start(); 
  • trunk/includes/dbimport.inc.php

    r603 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214        function runQuery($sql){ 
    315                if ($sql){ 
  • trunk/includes/graphic.inc.php

    r750 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                http://www.instantcms.ru/, info@instantcms.ru                              // 
    6 //                                                                                           // 
    7 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    813 
    914if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/includes/tools.inc.php

    r465 r782  
    11<?php  
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/index.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314    Error_Reporting(E_ALL & ~E_NOTICE & ~E_WARNING); 
  • trunk/install/index.php

    r781 r782  
    11<?php  
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        define('VALID_CMS', 1); 
  • trunk/languages/ru/components/arhive.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/blogs.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1214 
    1315if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/board.php

    r750 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/catalog.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/clubs.php

    r750 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/comments.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/content.php

    r538 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/faq.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/files.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/forms.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/forum.php

    r664 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/photos.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/price.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/registration.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/rssfeed.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/search.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/components/users.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                           //                                                                                  // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                        http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                          written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                   LICENSED BY GNU/GPL v2                                  // 
    10 //                                                                                           // 
    11 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1213 
    1314if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
  • trunk/languages/ru/lang.php

    r750 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    3 /* 
    4  * Created by Firs Yuriy 
    5  * e-mail: firs.yura@gmail.com 
    6  * site: firs.org.ua 
    7  */ 
     15 
    816$_LANG = array(); 
    917$_LANG['PATH_HOME']             ='Ãëàâíàÿ'; 
  • trunk/migrate/index.php

    r776 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114    session_start(); 
  • trunk/modules/mod_actions/install.php

    r458 r782  
    11<?php 
    2  
    3 // ========================================================================== // 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    413 
    514    function info_module_mod_actions(){ 
  • trunk/modules/mod_actions/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_actions($module_id){ 
  • trunk/modules/mod_arhive/module.php

    r781 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_arhive($module_id){ 
  • trunk/modules/mod_auth/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014        function mod_auth($module_id){ 
    1115        $inCore = cmsCore::getInstance(); 
  • trunk/modules/mod_bestblogs/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_bestblogs($module_id){ 
  • trunk/modules/mod_bestclubs/module.php

    r514 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_bestclubs($module_id){ 
  • trunk/modules/mod_bestcontent/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_bestcontent($module_id){ 
  • trunk/modules/mod_bestphoto/module.php

    r625 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_bestphoto($module_id){ 
  • trunk/modules/mod_cart/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_cart($module_id){ 
  • trunk/modules/mod_category/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_category($module_id){ 
  • trunk/modules/mod_clock/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_clock(){ 
  • trunk/modules/mod_comments/module.php

    r645 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_comments($module_id){ 
  • trunk/modules/mod_forum/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_forum($module_id){ 
  • trunk/modules/mod_invite/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_invite($module_id){ 
  • trunk/modules/mod_lastreg/module.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_lastreg($module_id){ 
  • trunk/modules/mod_latest/ajax/latest.php

    r709 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                                                           // 
    8 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    913 
    1014    if($_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest') { die(); } 
  • trunk/modules/mod_latest/module.php

    r514 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_latest($module_id){ 
  • trunk/modules/mod_latest_faq/module.php

    r458 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_latest_faq($module_id){ 
  • trunk/modules/mod_latestblogs/module.php

    r771 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_latestblogs($module_id){    
  • trunk/modules/mod_latestboard/module.php

    r750 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_latestboard($module_id){    
  • trunk/modules/mod_latestclubs/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_latestclubs($module_id){ 
  • trunk/modules/mod_latestphoto/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_latestphoto($module_id){ 
  • trunk/modules/mod_menu/module.php

    r705 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014        function mod_menu($module_id){ 
    1115 
  • trunk/modules/mod_polls/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_polls($module_id){ 
  • trunk/modules/mod_pricecat/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_pricecat($module_id){ 
  • trunk/modules/mod_random_image/module.php

    r458 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_random_image($module_id){ 
  • trunk/modules/mod_respect/module.php

    r458 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 //                                  Ìîäóëü "Äîñêà ïî÷åòà"                                    // 
    10 //                      âûâîäèò â áëîêå îòìå÷åííûõ àäìèíîì ïîëüçîâàòåëåé.                    // 
    11 //                                                                                           // 
    12 //                                                                                           // 
    13 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1413 
    1514function mod_respect($module_id){ 
  • trunk/modules/mod_rss/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_rss($module_id){    
  • trunk/modules/mod_search/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_search(){ 
  • trunk/modules/mod_tags/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_tags($module_id){ 
  • trunk/modules/mod_template/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_template($module_id){ 
  • trunk/modules/mod_uc_latest/module.php

    r727 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function mod_uc_latest($module_id){ 
  • trunk/modules/mod_uc_popular/module.php

    r727 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014if (!function_exists('buildRating')){ 
    1115        function buildRating($rating){ 
  • trunk/modules/mod_uc_random/module.php

    r727 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_uc_random($module_id){ 
  • trunk/modules/mod_user_friend/module.php

    r705 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.5   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014        function mod_user_friend($module_id){ 
    1115        $inCore = cmsCore::getInstance(); 
  • trunk/modules/mod_user_image/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_user_image($module_id){ 
  • trunk/modules/mod_user_rating/module.php

    r751 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_user_rating($module_id){ 
  • trunk/modules/mod_user_stats/module.php

    r458 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014        function mod_user_stats($module_id){ 
    1115 
  • trunk/modules/mod_userfiles/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114function fetchFiles($sql){ 
  • trunk/modules/mod_usermenu/module.php

    r750 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_usermenu($module_id){ 
  • trunk/modules/mod_usersearch/module.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014function mod_usersearch($module_id){ 
    1115 
  • trunk/modules/mod_whoonline/module.php

    r644 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    1013 
    1114        function mod_whoonline($module_id){ 
  • trunk/modules/module.template.php

    r465 r782  
    11<?php 
    2 /*********************************************************************************************/ 
    3 //                                                                                                                                                                                       // 
    4 //                              InstantCMS v1.7   (c) 2010 FREEWARE                          // 
    5 //                                                http://www.instantcms.ru/, info@instantcms.ru                      // 
    6 //                                                                                           // 
    7 //                                                  written by Vladimir E. Obukhov, 2007-2010                        // 
    8 //                                                                                           // 
    9 /*********************************************************************************************/ 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written                                                  // 
     8//                produced                                                    // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    1014 
    1115        function mod_/* MODULE NAME */($module_id){ 
  • trunk/plugins/p_demo/plugin.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_demo extends cmsPlugin { 
  • trunk/plugins/p_fckeditor/plugin.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_fckeditor extends cmsPlugin { 
  • trunk/plugins/p_hidetext/plugin.php

    r525 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_hidetext extends cmsPlugin { 
  • trunk/plugins/p_loginza/plugin.php

    r703 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_loginza extends cmsPlugin { 
  • trunk/plugins/p_morecontent/plugin.php

    r489 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214class p_morecontent extends cmsPlugin { 
    315         
  • trunk/plugins/p_ping/plugin.php

    r551 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_ping extends cmsPlugin { 
  • trunk/plugins/p_usertab/plugin.php

    r458 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314class p_usertab extends cmsPlugin { 
  • trunk/readme.txt

    r647 r782  
    22------------------------------------------------------------------------------- 
    33 
    4 [ Âåðñèÿ:    ] 1.7 
    5 [ Äàòà:      ] 2010-12-07 
     4[ Âåðñèÿ:    ] 1.8 
     5[ Äàòà:      ] 2011-16-04 
    66[ Ëèöåíçèÿ:  ] GNU/GPL v2 
    77 
     
    1010[ ñàéò:      ] www.instantcms.ru 
    1111 
    12 [ òðåáóåòñÿ: ] apache+mod_rewrite 
     12[ òðåáóåòñÿ: ] apache + mod_rewrite 
    1313[            ] php 5.x (+GD, iconv, mbstrings) 
    1414[            ] mysql 5 
     
    1616Ñèñòåìà ðàñïðîñòðàíÿåòñÿ ïî ïðèíöèïó "ÊÀÊ ÅÑÒÜ" è ÁÅÇ ÃÀÐÀÍÒÈÉÍÛÕ ÎÁßÇÀÒÅËÜÑÒÂ. 
    1717Âû ìîæåòå ñâîáîäíî èñïîëüçîâàòü è ìîäèôèöèðîâàòü ñèñòåìó, íî èñêëþ÷èòåëüíî íà 
    18 ñâîé ñòðàõ è ðèñê. Ïîäðîáíåå ñì. â ôàéëå license.rus.txt 
     18ñâîé ñòðàõ è ðèñê. Âû îáÿçàíû ñîõðàíÿòü êîïèðàéòû â èñõîäíîì êîäå. 
     19Ïîäðîáíåå ñì. â ôàéëå license.rus.txt 
    1920 
    2021------------------------------------------------------------------------------- 
    2122 
     23ÓÑÒÀÍÎÂÊÀ ÑÈÑÒÅÌÛ: 
     24 
     25        1. Ðàñïàêóéòå àðõèâ ñ ñèñòåìîé â ïàïêó ñàéòà 
     26        2. Ñîçäàéòå áàçó äàííûõ 
     27        3. Çàïóñòèòå ñêðèïò http://yoursite.ru/install 
     28        4. Ïîñëå óñòàíîâêè óäàëèòå ïàïêó "install" 
     29 
    2230ÂÍÈÌÀÍÈÅ:  
    2331         
    24         Ïðè óñòàíîâêå íà ðåàëüíûé õîñòèíã óñòàíîâèòå ïðàâà (chmod) 777 íà  
    25         ïàïêè 
     32        Ïðè óñòàíîâêå íà ðåàëüíûé õîñòèíã óñòàíîâèòå ïðàâà äëÿ çàïèñè â ïàïêè: 
     33 
    2634        /backups 
    2735        /cache 
     
    2937                /includes 
    3038                /upload 
     39 
    3140        è âñå âëîæåííûå â íèõ! 
    3241 
    3342------------------------------------------------------------------------------- 
    3443 
    35 ÓÑÒÀÍÎÂÊÀ ÑÈÑÒÅÌÛ: 
    36         1. Ðàñïàêóéòå àðõèâ ñ ñèñòåìîé â ïàïêó ñàéòà 
    37         2. Ñîçäàéòå áàçó äàííûõ 
    38         3. Çàïóñòèòå ñêðèïò http://yoursite.ru/install 
    39         4. Ïîñëå óñòàíîâêè óäàëèòå ïàïêó "install" 
    4044 
    41 ÎÁÍÎÂËÅÍÈÅ Ñ ÂÅÐÑÈÈ 1.6.2: 
     45ÎÁÍÎÂËÅÍÈÅ Ñ ÂÅÐÑÈÈ 1.7: 
     46 
    4247        1. Ñäåëàéòå ðåçåðâíóþ êîïèþ ñàéòà è äàìï áàçû äàííûõ - ÎÁßÇÀÒÅËÜÍÎ!!!! 
    4348        2. Ðàñïàêóéòå àðõèâ â ïàïêó ñ ñàéòîì, çàìåíÿÿ âñå èìåþùèåñÿ ôàéëû 
  • trunk/templates/_default_/template.php

    r750 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
     13 
    214    if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } 
    315    $inUser = cmsUser::getInstance(); 
  • trunk/url_rewrite.php

    r719 r782  
    11<?php 
     2/******************************************************************************/ 
     3//                                                                            // 
     4//                             InstantCMS v1.8                                // 
     5//                        http://www.instantcms.ru/                           // 
     6//                                                                            // 
     7//                   written by InstantCMS Team, 2007-2010                    // 
     8//                produced by InstantSoft, (www.instantsoft.ru)               // 
     9//                                                                            // 
     10//                        LICENSED BY GNU/GPL v2                              // 
     11//                                                                            // 
     12/******************************************************************************/ 
    213 
    314    // 
Note: See TracChangeset for help on using the changeset viewer.