Archive for May, 2009

Internet explorer 6 update

Copy and paste this code before your </body>  closing tag:

<!–[if IE 6]>
<script type=”text/javascript”>
/*Load jQuery if not already loaded*/ if(typeof jQuery == ‘undefined’){ document.write(“<script type=\”text/javascript\”   src=\”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\”></”+”script>”); var __noconflict = true; }
var IE6UPDATE_OPTIONS = {
icons_path: “http://static.ie6update.com/hosted/ie6update/images/”
}
</script>
<script type=”text/javascript” src=”http://static.ie6update.com/hosted/ie6update/ie6update.js”></script>
<![endif]–>

in your html / php code

for more information go to :  ie6update.com

ISPConfig 3.0.1.2 is out for download

ISPConfig 3.0.1.2 is out for download

——————————————————————————————————————
The software can be downloaded here :
http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.1.2.tar.gz?use_mirror=

——————————————————————————————————————

you can find changes here :
http://bugtracker.ispconfig.org/index.php?string=&project=3&due[]=25&status[]=closed&do=index

For a detailed changelog, please have a look at the SVN history with an SVN client of your choice:
svn://svn.ispconfig.org/ispconfig3/trunk/

——————————————————————————————————————

official web site :
ispconfig.org

BRAIN is at it again

Anti-Piracy Group Takes Out Usenet Indexer

Written by Ernesto on May 17, 2009

Anti-piracy group BREIN is well known in the BitTorrent community, having already managed to shut down hundreds of small sites. The Dutch outfit is currently being sued by a group of Usenet enthusiasts after it called their site illegal. Undeterred, it’s now flexing its muscles to get NZB sites closed down too.

click here to read full article

The Perfect Server – Ubuntu 9.04 [ISPConfig 3]

Version 1.0
Author: Falko Timme <ft [at] falkotimme [dot] com>
Last edited 05/03/2009

This tutorial shows how to prepare an Ubuntu 9.04 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

Please note that this setup does not work for ISPConfig 2! It is valid for ISPConfig 3 only!

I do not issue any guarantee that this will work for you!

1 Requirements

To install such a system you will need the following:

read full article

Kill Frozen Programs in Windows With a Shortcut

If you’re a Windows user, it pretty much goes without saying that you’ve encountered a frozen program before.
Often these jammed apps get labeled with the dreaded “Not Responding” message and simply refuse to do anything, even close.
Usually, the only solution is to open the task manager, find the appropriate process, and choose to close it. Fortunately, a quicker and easier way exists.

More >