ads here
Free Nulled Download Active Collab
Please check its working or not I don't know.
How to null activecollab:
`\activecollab\5.13.133\angie\classes\application\installer\AngieApplicationInstallerAdapter.class.php
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
Spoiler: Download
Active Collab 5.14.64 updates in ZIP (phar to zip repack)
Spoiler: Download
ActiveCollab 5.6.16 - 2016.03.17
Spoiler: Download
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
Spoiler
M:
Spoiler
ActiveCollab 7.0.15
Spoiler
M:
Spoiler
Active Collab 7.1.0
Spoiler
M:
Spoiler
thanks man)) but its just updates for installed version) need installer files
all this:
ActiveCollab 6.0.50 INSTALLER
ActiveCollab 6.1.53
ActiveCollab 6.2.169
cause step by step updates
Bro I have update the links what ever I have please give a try
@ Admin I tried to use spoiler to hide links its going crazy can you take care of hiding links for me please
@myfreehostingacc please go to the 3 dots in your bar and click on spoiler to add it to your links see imagen
I also I delete a few links they were all broken please re-add them
Thanks
Nice work bro
Active Collab v7.1.31
Spoiler: Download
##
91.37 MB file on MEGA
mega.nz
Spoiler: pass ?
babiato
password empty
Look at the mat "pass"
i found this icon in your password spoiler ? without any words,
try to select the text immediately after the image with the mouse
Super thx for the share. Just can I start with the v6 installer or do I need to start with the v5?
do you have a new version?
So there is no 7.x installer?
I need to install 5.x then update to 6.x and then update to 7.x? Or am I missing something
by installing 5.x then upgrading to 7.x
=make a copy before you upgrade=
oh ok thanks!
Tried to install 5.13.133 and getting the error when trying to activate my account:
License Verification
Error — Failed to connect to database
in the first post read how to NULL version 5
I did that, the changes listed in the post are already present in the file. there's nothing to change.
\activecollab\5.13.133\angie\classes\application\installer\AngieApplicationInstallerAdapter.class.php
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;
As I said. The zip file already comes with a modified file:
\activecollab\5.13.133\angie\classes\application\installer\AngieApplicationInstallerAdapter.class.php
public function validateInstallation($database_params, $owner_params, $licensing_params, $additional_params = null)
{
$this->cleanUpValidationLog();
$owner_email = array_var($owner_params, 'email', null, true);
$owner_password = array_var($owner_params, 'pass', null, true);
*$license_accepted = true;
$license_validated = true;*
// We have all the data
if ($license_validated) {
Login to post a reply.
Login to Reply