天赐恩铭天赐恩铭

天赐恩铭天赐恩铭天赐恩铭天赐恩铭天赐恩铭天赐恩铭
个人资料
归档
最新评论
正文

test

(2004-11-10 08:45:27) 下一个

##########################################################################
# CONFIGURATION                                                          #
##########################################################################

$domain = "truez.com"
;

$frame = "yes"
;

$defaultpage = "index.htm"
;


##########################################################################
# NO EDITING NEEDED BELOW THIS LINE                                      #
##########################################################################

$domain = str_replace("http://","",$domain
);
$domain = str_replace("www.","",$domain
);
$host = getenv("HTTP_HOST"
);
$host = str_replace("www.","",$host
);
$host = str_replace("$domain","",$host
);
$host = str_replace(".","",$host
);
$path = getenv("REQUEST_URI"
);


if (
$host == ""
) {
include(
"$defaultpage"
);
}

elseif (
file_exists("$root/$host$path"
)) {
    if (
$frame == "yes"
) {
?>


); ?>" src="http://www.echo("$domain/$host$path"); ?>"
scrolling="auto"noresize>
    exit;
    }
    else {
    
header("Location: http://www.$domain/$host$path"
);
    exit;
    }
}

else {
include(
"$defaultpage"
);
exit;
}

?>

[ 打印 ]
[ 编辑 ]
[ 删除 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.