Best Blackhat Forum

Full Version: [GET] Active Collab 4.2.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Free For All !
Link: http://www60.zippyshare.com/v/47539017/file.html

Not tested. Only found on the internet ! If you decode key you will find: FLIPMODE20140303OBLIQ

P.S. Special dedication from someone to Flipmode !
Wow, seems that somebody stay without bonuses :D!
I am sure that somebody will share his other special editions...very soon ;)

Great share narciszu! You are real BBH warrior... reps for you allways!

PS: Tested and working!
mirror, please? zippyshare doesnot work for me!
Thank you for the mirror, narciszu
it works, thank you
Hey dudes... for the longest time, throughout versions, on shared hosting i always get this stupid issue thats being driving me to drink.., too many folks having same issue. its that spl-autoload error.. looks something like...

Fatal error: Uncaught exception 'AutoloadError' with message 'Failed to load class 'User\UserRow'' in /home/eltsmmna/public_html/pmo/activecollab/4.1.7/angie/classes/application/AngieApplication.class.php:2717 ...yuddu yuddu...

anyway there are two ways to fix it, one way...and seemingly not a permanent fix, is installing via the probe.php / requirements checker script from their site.. but as soon as u mess around with modules system crashes again..

To Fix permanently: replace the autoload function inside the above class (line 2717) with this.. (comment out the smarty check and exception). i havnt the patience to properly figure it out, but it is either to do with module auth, or just strict naming/case on particular hosts. either way kind of amusing how many unsolved posts about this same issue there are on ac forums... the fact that they remain unanswered leads me to believe this is not as nulled as certain folks would lead you to believe.... just like the pintastic 3.0 open source flipmode and co were selling...still having blatantly obvious callbacks and authchecks on modules. Im tempted to give the latest AC a proper hosing down..or even trying my luck @ cracking the trial.

static function autoload($class) {
$path = array_var(self::$autoload_classes, strtoupper($class));
if($path and& is_file($path)) {
require_once $path;
} else {
//if(substr($class, 0, 7) == 'Smarty_') {
// if(stripos($class, 'smarty_') !== false) {
return; // Ignore Smarty classes
//} // if

// throw new AutoloadError($class, self::$autoload_classes);
} // if
} // autoload
thanks, it looks quote is missing in this version.
Reference URL's