Ska-Man - 2011-01-12 14:08:22 -
In reply to message 3 from Barbushin Sergey
Hi,
i have tryed this code:
....
include("./proxyConnector.class.php");
$connection = proxyConnector::getIstance();
$connection->launch("http://xpart.ru/_share/ip.php", null);
$data = $connection->getProxyData();
echo "<pre>";
print_r($data);
...
and the result was:
Array
(
[url] => http://xpart.ru/_share/ip.php
[userAgent] => Konqueror/4.0 (Windows 95 4.8; en-US;)
[timeout] => 300
[proxy] => 127.0.0.1:8118
[payload] => http://xpart.ru/_share/ip.php
[return] => HTTP/1.1 200 OK
Content-Length: 15
Date: Wed, 12 Jan 2011 14:02:50 GMT
Server: Apache/2.0.63-lk.d (Unix) mod_ssl/2.0.63-lk.d OpenSSL/0.9.8k mod_dp20/0.99.2 PHP/5.3.2 mod_python/3.3.1 Python/2.6.2 mod_ruby/1.2.6 Ruby/1.8.6(2007-09-24)
X-Powered-By: PHP/5.3.2
Content-Type: text/html
Connection: keep-alive
192.251.226.206
)
So i think it was a miss configuration of the config.ini or the TOR proxy.
Have you used the provided config.ini?
if yes, is the TOR programm installed correctly? maybe the port you need to use is different than 8118 (that is the default port for polipo installation).
Have you tryed using an other proxy?
Let me know if you need more help
Bye
Marco