Best Blackhat Forum

Full Version: [GET] activeCollab v5.8.7 NULLED - Team ECHO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: cGc5Sam.jpg]

5.8.7

Improvements
Project templates can be moved to Trash

Bug Fixes
Invoices can’t be duplicated or updated

Download
http://www9.zippyshare.com/v/c7FSciSh/file.html

**Rename 'htaccess' file to '.htaccess' after uploading to server.**

Credit goes to Team ECHO
virus total :
Quote:SHA256: 39aae59298b4d48f03ce2218a2d10db70d7badad8806c6f2cafa5e8a937f1460
File name: activeCollab5.8.7TeamECHO.zip
Detection ratio: 0 / 49
Analysis date: 2016-08-12 06:38:38 UTC ( 4 minutes ago )
Code:
https://www.virustotal.com/en/file/39aae59298b4d48f03ce2218a2d10db70d7badad8806c6f2cafa5e8a937f1460/analysis/1470983918/
nice work.... its so awesome
Hello,
I have a problem with installing IMAP (Configure email). The error is
Quote:'instance_id' property is required
Do you know how to fix that?
Thanks,
You can edit ==> activecollab/5.6.4/vendor/activecollab/activecollab-jobs/src/Jobs/Job.php

Before:
Quote: public function __construct(array $data = null)
{
if (empty($data['instance_id'])) {
throw new InvalidArgumentException("'instance_id' property is required");
} else {
if (!is_int($data['instance_id'])) {
if (is_string($data['instance_id']) and& ctype_digit($data['instance_id'])) {
$data['instance_id'] = (integer) $data['instance_id'];
} else {
throw new InvalidArgumentException("Value '$data[instance_id]' is not a valid instance ID'");
}
}
}

parent::__construct($data);
}

After
Quote: public function __construct(array $data = null)
{
parent::__construct($data);
}

(08-19-2016 06:22 PM)longnhvietnam Wrote: [ -> ]Hello,
I have a problem with installing IMAP (Configure email). The error is
Quote:'instance_id' property is required
Do you know how to fix that?
Thanks,
(08-20-2016 04:04 AM)dispensaryPros Wrote: [ -> ]You can edit ==> activecollab/5.6.4/vendor/activecollab/activecollab-jobs/src/Jobs/Job.php

Before:
Quote: public function __construct(array $data = null)
{
if (empty($data['instance_id'])) {
throw new InvalidArgumentException("'instance_id' property is required");
} else {
if (!is_int($data['instance_id'])) {
if (is_string($data['instance_id']) and& ctype_digit($data['instance_id'])) {
$data['instance_id'] = (integer) $data['instance_id'];
} else {
throw new InvalidArgumentException("Value '$data[instance_id]' is not a valid instance ID'");
}
}
}

parent::__construct($data);
}

After
Quote: public function __construct(array $data = null)
{
parent::__construct($data);
}

(08-19-2016 06:22 PM)longnhvietnam Wrote: [ -> ]Hello,
I have a problem with installing IMAP (Configure email). The error is
Quote:'instance_id' property is required
Do you know how to fix that?
Thanks,

Hi,
The IMAP problem has resolved, but the problem with Active Collab Timer occurs after I fixed IMAP problem. How to I fix the Active Collab Timer problem?
Thanks
Reference URL's