Awesome Contact Form

This script is a class-based, fully-featured PHP Contact Form with a focus on ease-of-use and extensibility. Includes an autoresponder and custom fields.

It is simple to install and comes packaged with many optional features which can be turned on simply by editing the config file – so no editing of the main source code is needed. [Read more...]

Six Steps To Bakup A Copy of Windows Vista

Windows Vista includes additional functionality and features that Windows XP did not have. One major utility that was upgraded in Vista is the “Backup and Restore” center. There are six steps make it easy to set up and create backup copies of your entire computer and operating system.

First,turn on your computer and plug your external hard drive into your computer.
Second,Open Windows Vista “Backup and Restore” center. To do this, click “Start,” “All Programs,” “Maintenance” and “Backup and Restore Center.”
Third,Click the “Back up Computer” button on the right side of the screen. This opens the “Backup Wizard,” which walks you through the backup process step by step.
Fourth,Select the location of your Windows Vista backup copy by clicking the drop-down menu labeled “On a hard disk.” Click the “Next” button to proceed to the next step.
Five,Select the drive you want to make a copy of from the “Which disks do you want to include in the backup?” window. Choose the hard drive labeled “C” to make a copy of your entire computer. Click the “Next” button to proceed.
Six,Click the “Start Backup” button. Your entire system, including the Windows Vista operating system, will be backed up onto your external drive.

WP Robot V1.31

Another great wordpress plugin for autoblogs, just a few clicks and within minutes you have thousands of blog posts and comments scraped from answers.yahoo.com and your affiliate links placed throughout the blog

With WP Robot you can create targeted blog posts on any topic without writing anything!

WP Robot is a powerful and easy to use plugin for WordPress weblogs allowing you to turn your blog on complete auto-pilot and drip-feed it with fresh content in intervals you specify. And the best part: The posts created will be targeted to any keyword you enter and any topic you could ever think of!

WP Robot Features

This is a quick overview of all features of the WP Robot core version, which can be extended by adding aditional modules. To learn more about the features of a specific module available for WP Robot please have a look at the modules page.
* Create posts related to your weblog’s topic. You can create posts for basically any topic you can think of. I have yet to discover a niche there is no content for on the websites WP Robot pulls content from.

* Create posts for many keywords at the same time.You can have 20 active keywords in the basic version and 50 keywords in the advanced of WP Robot simultaneously. The elite version even allows an unlimited amount of keywords.

* Add created posts to any category of your WordPress weblog. You can choose a different category for each keyword you create.

* Custom time intervals between posts. You define the pace in which new content is added to your site by specifying a custom time interval for every keyword. You could for example add new posts for the keyword “ipods” every 2 hours or every 3 days (etc).

* Extend WP Robot’s functionality with new modules. Currently there are 7 different modules available and more will be released soon!

* Control exactly what content is created. By setting probabilities for every module or disabling modules for certain keywords you have full control over what WP Robot does.

* Creates tags for every post. Tags are one of the many powerful features of WordPress. That’s why WP Robot will add several related tags for each post it creates.

* Many customizable options. You can for example choose if new posts are immediatelly published or added as drafts and much more…


WordPress Robot Full Elite 1.3 See Here

Download:

http://www.wprobot.net/

&O DiskRecovery 4.1 Download And Keygen

This utility thoroughly scans your computer for deleted or corrupted files, but the all-important restoration feature is completely disabled. The O&O DiskRecovery interface is well designed but complex. The list of file types is extensive, and the program is preset to search them all.

This program completely scans a selected drive, finds lost and damaged files, and saves them to a folder viewable only with O&O DiskRecovery. Scan time depends on the capacity of your storage media. Until you register this application, scanning and saving are all it offers. The trial version cannot restore at all, while the registered Personal Edition is limited to restoring 100 files per session. Intermediate and advanced users won’t find this application hard to work with, but with its main function disabled, it’s hard to get a feel for its full capabilities.

O&O DiskRecovery functionality begins where other programs leave off. This software combs every sector of a hard disk, memory card, or digital camera to find lost files. Even when files systems are formatted or destroyed, it is possible to reconstruct once deleted data. More than 300 file types can be recognized and restored, including Word documents, Excel workbooks, Access databases, and virtually every sort of commonly used graphics, photo, movie, and music formats (JPEG, AVI, MPEG, MP3, WAV, BMP, TIFF, Corel Draw, Photoshop, Framemaker, Adobe Illustrator). Do not give up on lost data. The industry-leading O&O DiskRecovery from O&O Software can still help even when things look hopeless.

Version 4.1 accelerates and simplifies the Recovery Procedure and supports Windows Vista.

Download

O&O DiskRecovery 4.1 Keygen:

Product:O&O DiskRecovery 4

Name:  seeor

Company: seeor.com

Seral:RCMD-0LUG-9JM5-S14Q-0G3H

RCMG-0DNL-7Q5V-SL46-1GWJ

RCML-0DS7-VS29-SS4Y-2G9N

What is svchost.exe And Why Is It Running?

You are no doubt reading this article because you are wondering why on earth there are nearly a dozen processes running with the name svchost.exe. You can’t kill them, and you don’t remember starting them… so what are they?

So What Is It?

According to Microsoft: “svchost.exe is a generic host process name for services that run from dynamic-link libraries”. Could we have that in english please?

Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for reusability… but the problem is that you can’t launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born.

Why Are There So Many svchost.exes Running?

If you’ve ever taken a look at the Services section in control panel you might notice that there are a Lot of services required by Windows. If every single service ran under a single svchost.exe instance, a failure in one might bring down all of Windows… so they are separated out.

Those services are organized into logical groups, and then a single svchost.exe instance is created for each group. For instance, one svchost.exe instance runs the 3 services related to the firewall. Another svchost.exe instance might run all the services related to the user interface, and so on.

So What Can I Do About It?

You can trim down unneeded services by disabling or stopping the services that don’t absolutely need to be running. Additionally, if you are noticing very heavy CPU usage on a single svchost.exe instance you can restart the services running under that instance.

The biggest problem is identifying what services are being run on a particular svchost.exe instance… we’ll cover that below.

If you are curious what we’re talking about, just open up Task Manager and check the “Show processes from all users” box:

image

Checking From the Command Line (Vista or XP Pro)

If you want to see what services are being hosted by a particular svchost.exe instance, you can use the tasklist command from the command prompt in order to see the list of services.

tasklist /SVC

image

The problem with using the command line method is that you don’t necessarily know what these cryptic names refer to.

Checking in Task Manager in Vista

You can right-click on a particular svchost.exe process, and then choose the “Go to Service” option.

image

This will flip over to the Services tab, where the services running under that svchost.exe process will be selected:

image

The great thing about doing it this way is that you can see the real name under the Description column, so you can choose to disable the service if you don’t want it running.

Using Process Explorer in Vista or XP

You can use the excellent Process Explorer utility from Microsoft/Sysinternals to see what services are running as a part of a svchost.exe process.

Hovering your mouse over one of the processes will show you a popup list of all the services:

image

Or you can double-click on a svchost.exe instance and select the Services tab, where you can choose to stop one of the services if you choose.

image

Disabling Services

Open up Services from the administrative tools section of Control Panel, or type services.msc into the start menu search or run box.

Find the service in the list that you’d like to disable, and either double-click on it or right-click and choose Properties.

image

Change the Startup Type to Disabled, and then click the Stop button to immediately stop it.

image

You could also use the command prompt to disable the service if you choose. In this command “trkwks” is the Service name from the above dialog, but if you go back to the tasklist command at the beginning of this article you’ll notice you can find it there as well.

sc config trkwks start= disabled

Hopefully this helps somebody!