A block of anti-theft PHP code

Source: Internet
Author: User

$ADMIN [Defaulturl] = http://www.163.com/404.htm; Address returned by hotlinking
$okaysites = Array ("http://www.163.com/", "http://163.com"); White List
$ADMIN [Url_1] = http://www.163.com/download/; Download Location 1
$ADMIN [url_2] = "";//download location 2, etc.

$reffer = $HTTP _referer;
if ($reffer) {
$yes = 0;
while (list ($domain, $subarray) = each ($okaysites)) {
if (Ereg ($subarray, "$reffer")) {
$yes = 1;
}
}
$theu = "url". " _"." $site ";
if ($ADMIN [$theu] and $yes = = 1) {
Header ("Location: $ADMIN [$theu]/$file");
} else {
Header ("Location: $ADMIN [Defaulturl]");
}
} else {
Header ("Location: $ADMIN [Defaulturl]");
}

?>


How to use: Save the above code as dao4.php,
For example, the test Validatecode.rar in the site Http://163.com/download inside,
The download connection is indicated by the following code.

FileName? site=1&file= file

A block of anti-theft PHP code

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.