网络推广:jpg跳转

| | Comments (0)



很多人都在寻找一种jpg跳转的方法,除去病毒类的办法,其他没有什么好方法,而且制造不是你我等良民所为,这样会良心不安,然而wma或一些mp3在播放的时候确实可以达到跳转到目标网页的效果,这种情况大多是为自己的网站制造流量,其实这些流量的用处也不是很到。

那么JPG跳转有没有办法实现,基本没有,所以网上的什么jpg跳转生成软件请切勿下载,毒-病毒。

唯一可行的办法是在网站目录内建立一个jpg文件同名的文件夹,在文件夹内放一个index文件,这个index文件可以是html、php、asp等,只要实现转向的功能。

提供一些代码,


<?php  if($_SERVER['HTTP_REFERER']!="")
{ @header("Content-type:image/jpeg"); echo file_get_contents("http://spoint.babyshoot.cn/test.jpg/test.jpg"); }
else
{ @header("location: http://spoint.babyshoot.cn"); }

?>


条件判断 header如果不为空就显示图品,直接输入涂片地址就跳转,就是这个思路。


单点日志:http://spoint.babyshoot.cn

Leave a comment

Archives

Ads by google

Pages

Powered by Movable Type 4.24-en

About this Entry

This page contains a single entry by 单点日志 published on May 28, 2011 10:32 PM.

linux主机配置htaccess禁止目录列表浏览 was the previous entry in this blog.

TOM JONES You Can Leave Your Hat On lyrics(歌词) is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.