foass 发表于 2011-1-21 19:03:54

啊。。。。。。 太山寨了

cnweb 发表于 2011-1-21 19:04:46

草我也被累倒了前几天我看到我的站被他搞了 他还比我高些呢

woaijay987 发表于 2011-1-21 19:22:53

把域名解析过来不就得了?

yc260982 发表于 2011-1-21 19:24:02

太牛了

Yikmings 发表于 2011-1-21 19:26:02

難怪 hostloc 一直不倒 :lol

foxconndmd 发表于 2011-1-21 20:17:31

怎么搞的?

秋上书 发表于 2011-1-21 21:29:03

强大yc014t 这是采集还是直接解析的

76064866 发表于 2011-1-21 21:38:38

index.php

<?php
error_reporting(0);
$site='www.im286.com';
$mysite='www.abc.com';
$url=strtolower(substr($_SERVER['REQUEST_URI'],1));
$fullurl='http://'.$site.'/'.$url;
$html=file_get_contents($fullurl);
$out=str_replace($site,$mysite,$html);
$out=str_replace('forumdata/cache/style_8_common.css','http://www.im286.com/forumdata/cache/style_8_common.css',$out);
$out=str_replace('forumdata/cache/style_8_viewthread.css','http://www.im286.com/forumdata/cache/style_8_viewthread.css',$out);
$out=str_replace('include/javascript/common.js','http://www.im286.com/include/javascript/common.js',$out);
echo $out;
?>




.htaccess

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteBase /

RewriteRule ^(.+)$ index.php?noindex

</IfModule>

不三不四 发表于 2011-1-22 13:47:57

mark一下

xiusha 发表于 2011-1-22 14:39:12

反向代理吧?具体怎么做???
页: 1 [2] 3
查看完整版本: 这是什么网站?我被雷倒了。