11.15.2009

Smadav 2009 Rev. 7.3 Download


In Rev. SmadAV 7 times this has been enhanced to be much faster and lighter in detecting and securing your computer from virus threats in Indonesia. New features added such as Smad-Turbo (Scanning 10x faster), Smad-Theme (Changing the color theme), Smad-Ray (Auto flash is very fast scan). This all makes SmadAV become one of the fastest antivirus and lightest in the world, so SmadAV still be used on computers with lower specifications though.

In Rev. 7 It also adds a database SmadAV introduction of new viruses that spread across much of Indonesia. The development of local virus currently diminishing as active and not the preceding months. Maybe it's because SmadAV already widely used computer users in Indonesia. Thus, local virus in Indonesia now live a little longer to get to extinction.

In addition, too many improvements made to the view that the overall SmadAV SmadAV easier and practical to use. The following is a description of the new features in SmadAV 2009 Rev 7:

Smad-Turbo (Scanning 10x faster)
Smad-Turbo is one of the fastest antivirus scanning feature in the world that belongs only SmadAV Pro. If the Free SmadAV takes you 20 minutes to scan the entire contents of computer files, using this feature you only need to take approximately 1-2 minutes to scan the entire contents of the file on your computer. So, Scanning SmadAV Pro 10x faster than SmadAV Free to use these Smad-Turbo.

Smad-Theme (Changing color themes)
SmadAV Pro has the ability to change the color theme originally SmadAV green became the color of your choice. On the theme color settings you can find your own color choices for the theme SmadAV. After you change the theme color, the color of all SmadAV display will automatically turn into the color of your choice.

Smad-Ray (Auto flash is very fast scan)

After the flash plug-in computer disks, SmadAV will immediately bring the scan results in the form of notification if your flash is infected with a virus or not, the process is very fast only about 1-5 seconds so you do not need a long wait for the results of scanning the new flash plug.

Download Smadav 7.3
READ MORE - Smadav 2009 Rev. 7.3 Download

11.10.2009

Microsoft ahead of Yahoo, Google and Facebook


Good news for Microsoft in the middle of an increasingly tight competition in the Internet world. Because according to data from comScore, the software giant became the ruler over the amount of time spent on the site user-site for the month of September 2009.

Data from comScore World Metrix service revealed that Microsoft's site over 15% of time spent online for Internet users around the world. Companies based in Redmond is also frustrate Google and Yahoo in the second and third positions.

So how is Facebook? The most popular networking site has to be satisfied nangkring in fourth place. But they still deserve rejoice because of rapid growth occurs where users spend 1.4 billion hours on Facebook, up 193% from the previous year period.

detikINET quotes from V3, Monday (9/11/2009), Windows Live Messenger Microsoft's so reliable in achieving victory, because the most interesting access time, ie by 70%. While access to Google's much helped by a visit to YouTube.

Microsoft noted authority in the area of Europe, Latin America and the Middle East. While in North America, Yahoo is successful so jawaranya.

"At the moment the U.S. economy had grown from a recession, many multinational corporations shifted the focus of its growth strategy into emerging markets and the Internet plays an important role in that strategy," said comScore Media Metrix EVP, Jack Flanagan about the benefits of this research.

source : detik.com
READ MORE - Microsoft ahead of Yahoo, Google and Facebook

11.09.2009

How to Clean Virus Online Games

For those of you who do not want important data lost or stolen should not be infected with the virus OnlineGames. Avoid the execution and installation of software programs and the unknown.

Also to remember, be careful on the online forum on the Internet that provides links to suspicious or not you believe in its validity.



Especially for companies with computers in a network that many, Vaksincom recommend that you do IP-IP filter suspicious. The results of filtering using Vaksincom NNP conducted on ISP traffic in Indonesia confirms that W32/OnlineGames is a real threat to watch out for the moment.

However, if you are already infected with this trojan, you inevitably have a little struggle to clean viruses OnlineGames, before the critical data you stolen by this Trojan. Here are the steps to clean :

1. Disable System Restore (XP / ME) (when used)
2. Turn off the virus. Use the Windows Task Manager to kill the virus process.
3. Perform End Process on the current virus files (liser.exe)
4. Remove string registry that was created by the virus. To make it easier to use the registry script below.

[Version]

Signature = "$ Chicago $"

Provider = Vaksincom Oeyy

[DefaultInstall]

AddReg = UnhookRegKey

DelReg = del



[UnhookRegKey]

HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ batfile \ shell \ open \ command ,,,"""% 1 ""% * "

HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ comfile \ shell \ open \ command ,,,"""% 1 ""% * "

HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ exefile \ shell \ open \ command ,,,"""% 1 ""% * "

HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ piffile \ shell \ open \ command ,,,"""% 1 ""% * "

HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ regfile \ shell \ open \ command,,, "regedit.exe" "% 1" ""

HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ scrfile \ shell \ open \ command ,,,"""% 1 ""% * "

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Windows, AppInit_DLLs, 0



[del]

HKCU, Software \ Microsoft \ Windows \ CurrentVersion \ Run, Kell

Use the notepad, then save with the name "repair.inf" (use the Save As Type option to All Files to avoid mistakes).

5. Delete virus files (liser.exe & liser.dll) manually, which is in the folder "C: \ Program Files \ Manson" or can use tools Norman Malware Cleaner. You can download the following link http://normanasa.vo.llnwd.net/o29/public/Norman_Malware_Cleaner.exe
READ MORE - How to Clean Virus Online Games

10.31.2009

Popular Posts Widget For Blogger Blogspot

In the previous post, I wrote about Sharing widget button for blogs, and then in this post, I would like to write about Popular Post Widget that can be used for Blogger Blogs. This topic may have been discussed by many blogger masters, but I hope it will be useful for you.

If you want to display your popular posts, or commented by many visitors, you have to install a widget. This widget is called Popular posts widget or Most Commented Posts. You can install this widget with two ways, manually and or automatically. If you want to install Popular posts widget manually, you can follow these steps:

1. Login to blogger with your ID, on the Dashboard, click Layout of the blog you want to place the popular post widget.
2. After you click Layout, make sure you are in the Page Element, now add a new gadget on the sidebar or on the footer of your blog by click on Add a Gadjet.
3. In the dialog box of Add a Gadget, please select HTML/JavaScript by give a click on the text or the sigh plus (+). After the field of Configuration HTML/JavaScript appears, copy the JavaScript below:

<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ul style="text-transform: capitalize;">');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<a href=" + href + ">" + obj.value.items[i].title + "</a> <br/>";
document.write(item);
}
document.write('</ul>');
}
</script>

<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1a1c6e4e6d4f148e3650fda46910e15f&url=http%3A%2F%2FYourblogname.com&num=10" type="text/javascript"></script>

4. If the code above copied, paste into the field or text area of Configuration HTML/JavaScript. For the Title, you can fill out with Popular Posts or Most Commented Post or whatever you like, then don’t forget to click Save.
5. Done

Remarks:

<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1a1c6e4e6d4f148e3650fda46910e15f&url=http%3A%2F%2FYourblogname.com&num=10" type="text/javascript"></script>

Replace the red-printed text above with your blog’s name, and the number 10 at code m&num=10 shows the max number of your popular posts that would be displayed. If you want more or less posts, just adjust the number, as you desire e.g. 15, 20, 5, 3, or anything you like.

I think the manually installation of Popular posts widget is enough, and now how about the automatic way?

To install the automatic widget, you can visit and follow the guide from Blogger Master Amanda here.

However, the widget by Amanda can be manually installed on your blog. The steps are like above as I mention. The JavaScript code would be as follow:

<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ol style="text-transform: capitalize;">');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write('</ol>');
}
</script>

<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1cf38ae68efbe859c4ba1ee239cec099&url=http%3A%2F%2FYourblogname.com&num=10" type="text/javascript"></script>

<span style="font-size: 80%">Widget by <a href="http://www.bloggerbuster.com">Blogger Buster </a></span>

And finish keep blogging

Source : template-tutorial.com
READ MORE - Popular Posts Widget For Blogger Blogspot