скрытие адреса

Скрытые ссылок в адресах картинок

В .htaccess пишем строку

RewriteRule ^([0-9]+)(.*).jpeg$ /ff.php?im=$1 [L]

Если файла до этого момента не было, то не забудьте первым делом написать строку

RewriteEngine On

Далее, в файле ff.php пишем

<?php
header(«Content-type: image/gif»);
readfile($_SERVER["DOCUMENT_ROOT"].’/foto/’.(int)$_GET["im"].’.jpg’);
?>

Скрыть e-mail через js - Hide Email JavaScript

Статейка на инглише, но там все ясно вроде как. Это сложный вариант.

As a rule I never write an actual email address on a web page. Now, please note that I’m not talking about the page which is displayed, but rather the one that is written. The HTML part; what’s made in NotePad or whatever it is you use to write your mark-up. The part that is crawled by spiders looking for stuff like that. It’s all about privacy and trying to limit spam intake.

Подписка на RSS - скрытие адреса