A line of code to implement the anti-theft chain!

Source: Internet
Author: User

The most hope is that the site is collected and hotlinking, today to introduce the anti-theft chain. The ability to implement the anti-theft chain is actually very simple, and here is just one of the ways. Crap not much to say, the code is as follows:

<?php

Header ("Content-type:text/html;charset=utf-8");

Address anti-theft chain issues based on HTTP

$referer = isset ($_server[' http_referer ')? $_server[' http_referer ': ';

if ($referer! = "&& strpos ($referer, ' http://www.nuskinbing.com/') ===0) {

The URL before the jump must be www.nuskinbing.com. If it is not from the site itself, then reject the output details

echo "<br> member information is as follows:";

echo "<br> ..... What to display on this page ... ";

echo "<br>, ......";.. ";"; ";"

}else{

The URL before the jump is not on this site

Header (' location:warning.php ');

}

A line of code to implement the anti-theft chain!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.