Forum Moderators: Robert Charlton & goodroi
there is no way to go to the next page
[edited by: Robert_Charlton at 9:31 pm (utc) on Jul 29, 2010]
[edited by: Robert_Charlton at 7:55 pm (utc) on Aug 2, 2010]
Also noticing a few instances where spam and malware hosts have hotlinked the images (even though they'll never appear), google serves up a cached image with the following in the sidebar:
Website for this image (link to malware site)
spam.domain.com
Full-size image - 1.3x larger (link to image on my server)
and roll out a new Google ad program at the same time for image search.
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?[domainname]\.net [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(jpeg|jpg|gif|bmp|png)$ http://www.[domainname].net/page-name [L] <script language="JavaScript" type="text/javascript">if ( top != self ) { top.location.replace(self.location.href); }</script>. [edited by: tedster at 5:34 am (utc) on Aug 9, 2010]
<SCRIPT LANGUAGE="JavaScript" SRC="../javascript/dontgetframed.js" type="text/javascript"></SCRIPT> if (top.frames.length!=0)
top.location=self.document.location;
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17063932-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})(); [edited by: tedster at 4:02 pm (utc) on Aug 10, 2010]
[edit reason] removed specific domain names [/edit]
[edited by: tedster at 12:05 am (utc) on Aug 16, 2010]
[edit reason] make full urls visible, disable smile faces [/edit]