So how can I send hits from these domains to someplace else?
thats easy to do with htacess
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} 161.58.142.34 [OR]
RewriteCond %{HTTP_REFERER} adultregion.com
RewriteRule /*
http://adultregion.com/cgi-local/cj2/cjproin.cgi?stopit
but the noref-hits are a problem,since you can't weed al "noref's" out or your bookmarkers won't get in the site.