Best Blackhat Forum

Full Version: CS-Cart Multi-Vendor v4.2.2 last version nulled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hi Medow bro,

I hope you'r fine. can you now update 4.2.3

Thanks
PLEASE HELP ME : ERROR on 4.2.3 NULLED


[05-Nov-2014 13:08:00 Europe/Moscow] PHP Notice: Undefined index: scheme in /home/????????????/public_html/app/Tygh/Http.php on line 414
[05-Nov-2014 13:08:00 Europe/Moscow] PHP Notice: Undefined index: host in /home/???????????????/public_html/app/Tygh/Http.php on line 414


$components = parse_url($url);

$upass = '';
if (!empty($components['user'])) {
$upass = $components['user'] . (!empty($components['pass']) ? ':' . $components['pass'] : '') . '@';
}

if (empty($components['path'])) {
$components['path'] = '/';
}

$port = empty($components['port']) ? '' : (':' . $components['port']);

$url = $components['scheme'] . '://' . $upass . $components['host'] . $port . $components['path']; 414 LINE

if (!empty($components['query'])) {
if ($method == self::GET) {
parse_str($components['query'], $args);

if (!empty($data) and& !is_array($data) and& !empty($args)) {
throw new DeveloperException('Http: incompatible data type passed');
}

$data = fn_array_merge($args, $data);
} else {
$url .= '?' . $components['query'];
}
}

return array($url, is_array($data) ? http_build_query($data) : $data);
}
Hi Medow;

Foremost thank you for the recent share. However, would it be deemed possible if you may generously share the most recent multivendor version (4.2.4)?. :)

Warm Regards
Pages: 1 2 3 4
Reference URL's