incearca sa blochezi referrer-url.
am cautat pe google si am gasit asta
nu stiu cat de bun e..dar vezi si tuCod:<?php // simple referer check // check is referrer exists if ($HTTP_REFERRER){ // check if the referrer is on your noentry list // if so redirect it to another page if ($HTTP_REFERRER == www.referrer.com) { header("Location: http://www.idontlikeyou.net/"); exit; }
l.e. sau prin htaccess
Cod:RewriteEngine on # Options +FollowSymlinks RewriteCond %{HTTP_REFERER} otherdomain\.com [NC,OR] RewriteCond %{HTTP_REFERER} anotherdomain\.com RewriteRule .* - [F]



Răspunde cu citat