myfreehostingacc
Member
- Jan 26, 2021
- 35
- 8
- 8
Please check its working or not I don't know.
How to null activecollab:
PHP:
$license_accepted = (boolean) $licensing_params['accepted'];
$license_validated = $license_validation_error = false;
if ($owner_email && is_valid_email($owner_email) && $owner_password && $license_accepted) {
$license_validated = true;
}
(change to):
PHP:
$license_accepted = true;
$license_validated = true;
Need upload folder to /activecollab/, later make upgrade from console.
For make update from local folder you need run next command from console:
php activecollab-cli.php upgrade --dont-download-latest
For PHAR update you need:
you need upload a phar file to /public_html/activecollab/ and run
cd /home/admin/web/your-domain/public_html/tasks
php activecollab-cli.php upgrade --dont-download-latest
Phar decompress:
phar extract -f %some phar file%
php -r '$phar = new Phar("phar-file.phar"); $phar->extractTo("./directory");'
NGINX config (Android OS tested)
NGINX:
server {
listen 80;
listen [::]:80;
server_name ac.server.com;
root /var/www/ac.server.com/public;
index router.php
access_log /var/log/nginx/activecollab-access.log;
error_log /var/log/nginx/activecollab-error.log;
ssi on;
client_max_body_size 32m;
include /etc/nginx/default.d/*.conf;
if (!-e $request_filename) {
rewrite ^/assets/(.*)$ /assets/$1 last;
rewrite ^/avatars/(.*)$ /avatars/$1 last;
rewrite ^/wallpapers/(.*)$ /wallpapers/$1 last;
rewrite ^/verify-existence$ /verify.php last;
rewrite ^/proxy.php$ /proxy.php last;
rewrite ^/api/v([0-9]*)/(.*)$ /api.php?path_info=$2&api_version$
rewrite ^$ /router.php last;
rewrite ^(.*) /router.php?path_info=$1 last;
}
}
AсtiveCollab installer 5.13.133
mega.nz
Active Collab 5.14.64 updates in ZIP (phar to zip repack)
ActiveCollab 5.6.16 - 2016.03.17
only updates (.zip)
For ActiveCollab 6.0.7
it's okay for update from 5.13.133 to 6.0.7
updates (.zip)
to ActiveCollab 6.0.50
https:dropmefiles.com/5OnDp
https:mega.nz/#!zAtllCJK!2ByP0R_PAhpJH2zEzwJYXRm1k6NOlf7rfD5n8oYMb1Y
https:mega.nz/#!66IUmCTT!wuEbk5UY9-0Mjd6sGsa5ZjctgF4IACUSZ9QbR6hlkDY
ActiveCollab 6.0.50 INSTALLER
https:mega.nz/#!LdFGBAgS!VAV0b2oekbi3jTw1hzt2oVPym-UfwC1cUxq3UpgI8B0
MIRROR:
https:mega.nz/#!m25SjAZT!VAV0b2oekbi3jTw1hzt2oVPym-UfwC1cUxq3UpgI8B0
ActiveCollab 6.1.53
https:mega.nz/#!eVNEQaJb!Z11XCq1eoh0qyBkrM3jUA1LhStLCrRqqaBHULJ_WOZE
MIRROR:
https:mega.nz/#!3YE2FQJJ!Z11XCq1eoh0qyBkrM3jUA1LhStLCrRqqaBHULJ_WOZE
MIRROR:
https:mega.nz/#!4J5CiKgT!Z11XCq1eoh0qyBkrM3jUA1LhStLCrRqqaBHULJ_WOZE
ActiveCollab 6.2.169
M:
ActiveCollab 7.0.15
mega.nz
M:
mega.nz
Active Collab 7.1.0
mega.nz
M:
mega.nz
How to null activecollab:
\activecollab\5.13.133\angie\classes\application\installer\AngieApplicationInstallerAdapter.class.phpPHP:
$license_accepted = (boolean) $licensing_params['accepted'];
$license_validated = $license_validation_error = false;
if ($owner_email && is_valid_email($owner_email) && $owner_password && $license_accepted) {
$license_validated = true;
}
(change to):
PHP:
$license_accepted = true;
$license_validated = true;
Need upload folder to /activecollab/, later make upgrade from console.
For make update from local folder you need run next command from console:
php activecollab-cli.php upgrade --dont-download-latest
For PHAR update you need:
you need upload a phar file to /public_html/activecollab/ and run
cd /home/admin/web/your-domain/public_html/tasks
php activecollab-cli.php upgrade --dont-download-latest
Phar decompress:
phar extract -f %some phar file%
php -r '$phar = new Phar("phar-file.phar"); $phar->extractTo("./directory");'
NGINX config (Android OS tested)
NGINX:
server {
listen 80;
listen [::]:80;
server_name ac.server.com;
root /var/www/ac.server.com/public;
index router.php
access_log /var/log/nginx/activecollab-access.log;
error_log /var/log/nginx/activecollab-error.log;
ssi on;
client_max_body_size 32m;
include /etc/nginx/default.d/*.conf;
if (!-e $request_filename) {
rewrite ^/assets/(.*)$ /assets/$1 last;
rewrite ^/avatars/(.*)$ /avatars/$1 last;
rewrite ^/wallpapers/(.*)$ /wallpapers/$1 last;
rewrite ^/verify-existence$ /verify.php last;
rewrite ^/proxy.php$ /proxy.php last;
rewrite ^/api/v([0-9]*)/(.*)$ /api.php?path_info=$2&api_version$
rewrite ^$ /router.php last;
rewrite ^(.*) /router.php?path_info=$1 last;
}
}
AсtiveCollab installer 5.13.133

MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now
Active Collab 5.14.64 updates in ZIP (phar to zip repack)
https:mega.nz/#!xq5GkS7S!8TWbB9-s5Y6nvyyfWCKZTxmCxjfRDe-xLxWv3exXlg8
ActiveCollab 5.6.16 - 2016.03.17
https:mega.nz/#!ZJEhgQqS!oyeGmhnpwJc1Xdun1eoThvYZ-LacXfXsl3eBxeRTabs
only updates (.zip)
For ActiveCollab 6.0.7
it's okay for update from 5.13.133 to 6.0.7
updates (.zip)
to ActiveCollab 6.0.50
https:dropmefiles.com/5OnDp
https:mega.nz/#!zAtllCJK!2ByP0R_PAhpJH2zEzwJYXRm1k6NOlf7rfD5n8oYMb1Y
https:mega.nz/#!66IUmCTT!wuEbk5UY9-0Mjd6sGsa5ZjctgF4IACUSZ9QbR6hlkDY
ActiveCollab 6.0.50 INSTALLER
https:mega.nz/#!LdFGBAgS!VAV0b2oekbi3jTw1hzt2oVPym-UfwC1cUxq3UpgI8B0
MIRROR:
https:mega.nz/#!m25SjAZT!VAV0b2oekbi3jTw1hzt2oVPym-UfwC1cUxq3UpgI8B0
ActiveCollab 6.1.53
https:mega.nz/#!eVNEQaJb!Z11XCq1eoh0qyBkrM3jUA1LhStLCrRqqaBHULJ_WOZE
MIRROR:
https:mega.nz/#!3YE2FQJJ!Z11XCq1eoh0qyBkrM3jUA1LhStLCrRqqaBHULJ_WOZE
MIRROR:
https:mega.nz/#!4J5CiKgT!Z11XCq1eoh0qyBkrM3jUA1LhStLCrRqqaBHULJ_WOZE
ActiveCollab 6.2.169
M:
ActiveCollab 7.0.15

12.7 MB file on MEGA

12.7 MB file on MEGA
Active Collab 7.1.0

86.63 MB file on MEGA

86.63 MB file on MEGA
Last edited by a moderator: