/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/ |
H A D | Socket.php | 48 public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null) function in ReCaptcha\\RequestMethod\\Socket 50 …$this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get("default…
|
H A D | SocketPost.php | 91 …if ($this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30) !== false)…
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | SocketHandler.php | 258 protected function fsockopen() function in Monolog\\Handler\\SocketHandler 260 …return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->connectionTimeo… 373 $resource = $this->fsockopen();
|
/plugin/fedauth/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 97 @$sock = fsockopen($host, $parts['port'], $errno, $errstr, 201 $sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,
|
/plugin/openid/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 106 @$sock = fsockopen($host, $parts['port'], $errno, $errstr, 210 $sock = fsockopen($parts['host'], $parts['port'], $errno, $errstr,
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Printer.php | 51 $this->out = fsockopen($out[0], $out[1]);
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/ |
H A D | Socket.php | 60 $this->connectionID = fsockopen($this->host, $this->port, $errorID, $errorDesc, $connectTimeout);
|
/plugin/combo/ComboStrap/ |
H A D | Http.php | 115 * PHP is blocking and fsockopen also. 123 $fp = fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80, $errno, $errstr, 30);
|
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/ |
H A D | Pop3Connection.php | 133 if ((false === $this->handle = @fsockopen($url, $this->getPort(), $errno, $errstr, 5)))
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | fetcher.url.class.php | 131 $fp = @fsockopen($this->host,$this->port,$errno,$errstr,HTML2PS_CONNECTION_TIMEOUT); 164 $fp = @fsockopen("ssl://$this->host", $this->port, $errno, $errstr, 5);
|
/plugin/podcast/ |
H A D | helper.php | 56 $fp=fsockopen($url_info['host'], $port, $errno, $errstr, 10 );
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/ |
H A D | Agent.php | 148 $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
|
/plugin/snap/ |
H A D | syntax.php.ori | 176 $fp = fsockopen($snapServer, $snapPort, $errno, $errstr, 30); 180 $fp = fsockopen($snapServer, $snapPort, $errno, $errstr, 30);
|
H A D | helper.php | 217 $fp = fsockopen($this->snapServer, $this->selectedPort, $errno, $errstr, 30);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | RemoteContentFetcher.php | 113 if (!($fh = @fsockopen($prefix . $p['host'], $port, $errno, $errstr, $timeout))) {
|
/plugin/groupmail/ |
H A D | recaptchalib.php | 80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
|
/plugin/recaptcha/lib/ |
H A D | recaptchalib.php | 82 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
|
/plugin/contactmodern/ |
H A D | recaptchalib.php | 80 if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
|
/plugin/fastwiki/ |
H A D | action.php | 326 $remote = fsockopen($hostname, 80, $errno, $errstr, 5);
|
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
H A D | SMTP.php | 174 $this->smtp = @fsockopen($host, $this->port);
|
/plugin/linkback/ |
H A D | http.php | 112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
|
/plugin/swiftmail/Swift/Connection/ |
H A D | SMTP.php | 301 if (!$this->handle = @fsockopen($server, $this->port, $errno, $errstr, $this->timeout))
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 548 if ($fp = @fsockopen($parsed_url['host'], $parsed_url['port'], $errno, $errstr, $timeout)) { 569 if ($fp = @fsockopen($parsed_url['host'], $parsed_url['port'], $errno, $errstr, $timeout)) { 656 …if ($fp = @fsockopen((($port == 443) ? 'ssl://' : '').$host, $port, $errno, $errstr, $timeout)) { …
|
/plugin/indexmenu/ |
H A D | admin.php |
|
/plugin/eventum/XML/ |
H A D | RPC.php | 934 $fp = @fsockopen($protocol . $server, $port, 937 $fp = @fsockopen($protocol . $server, $port,
|