Go homepage(回首页)
Upload pictures (上传图片)
Write articles (发文字帖)

The author:(作者)归海一刀
published in(发表于) 2014/2/10 6:52:55
如何在PHP程序中防止盗链_[PHP教程]

如何在PHP程序中防止盗链_[PHP教程]

example:

页面: dl.php
--------------------------------------------------------------------------------------

id = _GET['id'];
act = _GET['act'];

switch(act) {
default :
case "display" : displayHTML(); break;
case "down" : down(); break;
}

function displayHTML(id) {
setcookie("visited", "true");

// print your HTML.
}

function down(id) {
if(! isset(_COOKIE['visited']) ) print "你盗联?";

sql = "select path from TABLE where id=". id;
//..............................
}
?>

Download Now...





If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)





QQ:154298438
QQ:417480759