百度贴吧图片点击后跳转链接
给一个演示地址:http://tieba.baidu.com/f?kz=643299680
准备一张图片,比如001.jpg图片,
然后在空间建立一个001.jpg目录
把001.jpg图片放到001.jpg目录里面,
再准备一个index.php文件,代码如下:然后把index.php文件放到001.jpg目录里面)
到百度贴吧插入图片图片地址:http://www.xxx.com/001.jpg 即可
<?php
$url = (strstr($_SERVER['HTTP_REFERER'], 'baidu'))?'001.jpg':'http://www.google.cn/';
header("Location: {$url}");
exit;
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title> </title>
</head>
<body>
<form id="form1" runat="server">
</form>
</body>
</html>
[ 本帖最后由 junhan 于 2009-9-15 11:39 编辑 ]
回复 1# 的帖子
有点意思,点击后直接跳到首页去了。htaccess就可以实现,直接跳转到首页。 搞出来啦```呵呵``