PDF Invoice Pro v3.42 Nulled for Opencart 2x, 3x
Because this version has some obuscatd code... I have compared with 3.0.9 and I have removed that code
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "
http://wen/apis.php"); // INSECURE: remote host
curl_setopt($ch, CURLOPT_REFERER, "http://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/...");
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($post));
// WARNING: SSL verify disabled in orig; if using HTTPS, do NOT disable in production.
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);