search
Homephp教程PHP源码php anti hotlink code

php anti hotlink code

Nov 08, 2016 pm 02:05 PM

<?php
/**
* http://blog.qita.in
*/
$ADMIN = array(
    &#39;defaulturl&#39;=> &#39;http://blog.qita.in/images/banner-header.gif&#39;,  //盗链返回的地址
    &#39;url_1&#39;     => &#39;http://blog.qita.in/file&#39;,
    &#39;url_2&#39;     => &#39;http://blog.qita.in/file1&#39;,
);
$okaysites = array(
  &#39;http://qita.in&#39;,
    &#39;http://blog.qita.in&#39;,  //白名单
    &#39;http://blog.qita.in/1.html&#39;,
);
$reffer = $_SERVER[&#39;HTTP_REFERER&#39;];
if ($reffer) {
    $yes = 0;
    while (list($domain, $subarray) = each($okaysites)) {
        if (ereg($subarray, "$reffer")) {
            $yes = 1;
        }
    }
    $theu = &#39;url_&#39; . $_GET[&#39;site&#39;];
  $file = $_GET[&#39;file&#39;];
    if ($ADMIN[$theu] and $yes == 1) {
    header("Location: $ADMIN[$theu]/$file");
    } else {
        header("Location: $ADMIN[defaulturl]");
    }
} else {
    header("Location: $ADMIN[defaulturl]");
}
print_r($_SERVER[&#39;HTTP_REFERER&#39;]);
?>

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Atom editor mac version download

Atom editor mac version download

The most popular open source editor