MJJ论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: netroby

这是什么网站?我被雷倒了。

[复制链接]
发表于 2011-1-21 19:03:54 | 显示全部楼层
啊。。。。。。 太山寨了
发表于 2011-1-21 19:04:46 | 显示全部楼层
草  我也被累倒了  前几天我看到我的站被他搞了 他还比我高些呢
发表于 2011-1-21 19:22:53 | 显示全部楼层
把域名解析过来不就得了?
发表于 2011-1-21 19:24:02 | 显示全部楼层
太牛了
发表于 2011-1-21 19:26:02 | 显示全部楼层
難怪 hostloc 一直不倒
发表于 2011-1-21 20:17:31 | 显示全部楼层
怎么搞的?
发表于 2011-1-21 21:29:03 | 显示全部楼层
强大 这是采集还是直接解析的
发表于 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一下
发表于 2011-1-22 14:39:12 | 显示全部楼层
反向代理吧?具体怎么做???
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|MJJ论坛

Copyright MJJ论坛 © 2022 All Rights Reserved.

快速回复 返回顶部 返回列表