spy
dołączył: 18-04-2005 |
Witam. Mam taki problem.
Wydaje mi sie ze to jest ta funkcja
function login($numer, $haslo, $host, $port, $opis = "", $wersja = 0x22)
{
$this->fp = fsockopen($host, $port, $errno, $errstr, 1); //timeout = 10s
$this->Debug("Logowanie do $host:$port ...");
if (!$this->fp) {
$this->Debug("PROBLEM Z POLACZENIEM: $errno - $errstr<BR>\n");
return DISCONNECTED;
}
Teraz małyopis problemu :
Mam sobie bramke gg ale chce by przy podłaczniu do serwera korzystał z proxy anie z ip serera.
Pozdrwaim i thx za pomoc |