Activecollab corporate

  • Автор темы Автор темы Itnull
  • Дата начала Дата начала
Скачать Activecollab corporate

Itnull

Команда форума
Администратор
Регистрация
22.05.13
Сообщения
26.880
Реакции
11.468
Веб-сайт
itnull.me
Веб-сайт: http://www.activecollab.com
Версия: Corporate 4.2.11 - 4.2.12

Управление проектами и совместная работа, работа с клиентами и выставление счетов в одном удивительном скрипте - ActiveCollab.


У меня всё качается... Ну вот перезалю вам.
Скрытый контент. Для просмотра информации необходимо 30 сообщений.

4.2.11.
View hidden content is available for registered users!

4.2.12.
View hidden content is available for registered users!

пароль:

View hidden content is available for registered users!
 
Версия 4.2.13

Обнулять нужно до УСТАНОВКИ!
открываем файл license.php из папки /config/ меняем данные на эти:

PHP:
<?php
define('LICENSE_KEY', 'P36S2kGGsbhyU0T9rZEyH0zzxZP2yOfvUMaEORqq');
define('LICENSE_UID', 162781);
define('LICENSE_URL', 'localhost');
define('LICENSE_EXPIRES', '2013-10-27');
define('LICENSE_PACKAGE', 'corporate');
define('LICENSE_COPYRIGHT_REMOVED', false);
?>

View hidden content is available for registered users!
 
новая версия



activeCollab 4.2.14

Enhancements:
  • It is now possible to edit closed tasks and subtasks through calendar
  • Removed note, updated and important text formatting options in text editor
Bug Fixes:
  • Fixed problem with user that has access and create project permission for tasks not being able to complete or change label of a subtask assigned to him if he isn't responsible for the task containing it
  • Fixed morning paper sending issues for users which are set as leader on a project
  • Fixed bug which caused task to disappear from task list when changing its related task due date in quick view window
 
activeCollab 4.2.15
Файл config/license.php должен иметь такое содержание
PHP:
<?php
  /**
   * activeCollab license file
   *
   * NOTE: If you change the content of this file without the written permission
   * from A51 Development you are violating activeCollab License Agreement and
   * your license may be terminated!
   */

  define('LICENSE_KEY', 'LICENSE_KEY');
  define('LICENSE_UID', 'LICENSE_UID');
  define('LICENSE_URL', 'localhost');
  define('LICENSE_EXPIRES', '2020-01-01');
  define('LICENSE_PACKAGE', 'corporate');
  define('LICENSE_COPYRIGHT_REMOVED', true);

?>

Код:
1. Подредактировать функцию getCheckForUpdatesUrl в файле activecollab\<версия>\ActiveCollab.class.php
должно получиться
2. в webroot сайта закинуть файл с названием latest_info.php

PHP:
<?php
  require_once '../config/license.php';
  require_once '../config/version.php';

  $script_url = "http". (array_key_exists("HTTPS", $_SERVER) && isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == "on" ? "s" : "")."://". $_SERVER["HTTP_HOST"];
  $url = $script_url;
  $callback = isset($_GET['callback']) ? $_GET['callback'] : false;
  $latest_version = APPLICATION_VERSION;
  $license_branding_removed = LICENSE_COPYRIGHT_REMOVED ? 1 : 0;
  $license_expires = strtotime(LICENSE_EXPIRES);
  $license_package = LICENSE_PACKAGE;
  $license_uid = LICENSE_UID;
  $upgrade_to_corporate = false;

  $url_remove_branding = $script_url;
  $url_renew_support = $script_url;
  $url_update_instructions = "http://www.activecollab.com/docs/manuals/admin-version-3/upgrade/latest-stable";
  $data = array('latest_version'=> $latest_version,
  'latest_available_version'=> $latest_version,
  'license' => array ( 'uid' => $license_uid,
  'url' => $url,
  'branding_removed' => $license_branding_removed,
  'expires' => $license_expires,
  'package' => $license_package,
  'urls' => array('upgrade_to_corporate' => $upgrade_to_corporate,
  'remove_branding' => $url_remove_branding,
  'renew_support' => $url_renew_support,
  'update_instructions' => $url_update_instructions)
  )
  );

  header("Content-type: application/json; charset=utf8");
  if ($callback)
  echo $callback.'('.json_encode($data).')';
  else
  echo json_encode($data);
?>

3. проверить, правильно ли загружаются
Код:
require_once '../config/license.php';
require_once '../config/version.php';
потому как в зависимости от местоположения нямы-нямы, require_once нужно незначительно подредактировать

View hidden content is available for registered users!
 
ActiveCollab 5.6.16 nulled
View hidden content is available for registered users!
 
Назад
Сверху Снизу