March 9th 2010
Extended Validation Certificates have been put in place for 3dpixel.net, the control panels, email and FTP.

March 9th 2010
We've been successfully vetted and have upgraded all our SSL connectivity to Extended Validation for additional trust. http://bit.ly/9gpIPj

March 9th 2010
short downtime for oxygen.3dpixelnet.com resolved with server reboot.

March 4th 2010
updated our renewal system to automatically send out PDF invoices with all payments.

You are here: Home » FAQ » Java Agents In My Web Logs

Java Agents In My Web Logs

If you investiage your web logs you may notice from time to time that an unusual entry is present.

'Java/1.5.0_06'

It is common practice these days for spammers and content leechers on the Internet to use agents such as "Java/1.5.0_06" to essentially steal content from your site in order to boost their own website rankings above yours.

Fortunately we have developed a small amount of code that effectively blocks these automated leeching agents from your website.

Firstly you need to create an .htaccess file

Secondly you need to add the following code 'as is'

#block java leechers
RewriteCond %{HTTP_USER_AGENT} ^java
RewriteCond %{HTTP_USER_AGENT} ^Java
RewriteRule .* - [F]

If you visit your site and get an Internal Server Error please recheck the syntax and/or contact our support for further details.



Tell Someone About This Page