lian123.php
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>中国水处理设备论坛的智能自助友情链接,申请友情链接</title><style>body,td{FONT-SIZE: 9pt} A:link,A:visited {color:blue}A:active,A:hover {color:red;}</style></head><body>
<!-- ########## Lian123.com自助友情链接代码 开始 (不能修改)########## -->
<?php
function my_file_get_contents($url, $timeout=30) {
if ( function_exists("curl_init") ) {
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
} else if ( ini_get("allow_url_fopen") == 1 || strtolower(ini_get("allow_url_fopen")) == "on" ) {
$file_contents = @file_get_contents($url);
} else {
$file_contents = "";
}
return $file_contents;
}
error_reporting(0);
set_time_limit(0);
echo my_file_get_contents("http://user.youqinglian.cn/all_link/c6/23203.html");
?>
<!-- ########## Lian123.com自助友情链接代码 结束 (不能修改) ########## -->
<!--
提示:除了不能修改的代码外,您可以在页面里添加其他的内容,如添加您网站统一的头部和尾部,使得页面更加美观。您还可以在页面里添加一些网站文字介绍,使得这个页面更加的符合搜索引擎seo优化标准
-->
</body></html>