thanks to dear member @newimage updated Proxmox VE VPS For WHMCS with a new update entry:
V3.4.1
Read the rest of this update entry...
V3.4.1
because from this version ,mg team use new method for curl get license checking informaiton.
PHP:private function callServer($url, $data) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url . $this->verifyPath); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_TIMEOUT, 15); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); $httpCode =...
Read the rest of this update entry...