ads here

Free Nulled Download Active Collab

Community 5 years ago 163 views 19 replies
C
Community

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

C
Community

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

C
Community

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

C
Community

@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

C
Community

Nice work bro

C
Community

Active Collab v7.1.31

Spoiler: Download

##

91.37 MB file on MEGA

mega.nz

Spoiler: pass ?

babiato

C
Community

password empty

C
Community

Look at the mat "pass"

C
Community

i found this icon in your password spoiler ? without any words,

C
Community

try to select the text immediately after the image with the mouse

C
Community

Super thx for the share. Just can I start with the v6 installer or do I need to start with the v5?

C
Community

do you have a new version?

C
Community

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

C
Community

by installing 5.x then upgrading to 7.x

=make a copy before you upgrade=

C
Community

oh ok thanks!

C
Community

Tried to install 5.13.133 and getting the error when trying to activate my account:

License Verification

Error — Failed to connect to database

C
Community

in the first post read how to NULL version 5

C
Community

I did that, the changes listed in the post are already present in the file. there's nothing to change.

C
Community

\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;

C
Community

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