Thursday, June 4, 2009

Smit fraud Fix

SmitFraudFix is a tool created to remove various desktop hijackers, adware and malware installed by Zlob family of trojans.

Operating System:Windows 2000/XP
License:Freeware

Refer the Link to get more info about this tool.

http://www.precisesecurity.com/tools-resources/adware-tools/smitfraudfix/

Sunday, May 10, 2009

Lakshman blog and Free PHP hosting !

I got this site (http://www.zymic.com/) from lakshman.. really cool tech stuf for free PHP hosting and where we can find lot of free tempates...

Lakshman blog..
http://freegraphicsworld.blogspot.com/

Thursday, April 23, 2009

Google tips for hacked sites

Google tips for hacked sites

http://googlewebmastercentral.blogspot.com/2008/04/my-sites-been-hacked-now-what.html

most of the sites which has been hosted by local web hosters always have risk.if they are not properly updaing the antivirus or patches , then it would give the option for hacker.. we should always go to best webhoster. otherwise we can have google or yahoo kind of hosters to avoid the hacking..

Sunday, April 19, 2009

Prevent Malware and Hacked

Using the below we can say that Site hacked or not..
http://www.google.com/safebrowsing/diagnostic?site=www.yahoo.com

I Heard normal hacking is
1.XSS(cross scripting)
2.SQL injection

One of my client site has been infected by same scenario
(some JS has been inserted into homw page ,eventhoug i delete it will update with in 2 hrs)
http://www.google.com/support/forum/p/Webmasters/thread?tid=5f46270bc7fd5b4a&hl=en

I have answerd for that issue..

suggestion

1.when you are using the FTP or content management tool to upload the code ,make sure that pc dont have malware or virus (otherwise hacker will st the UID and PWD)..

2.Go for well protected webhosting service...

Tuesday, December 2, 2008

How to install SQL 2005 client (Microsoft SQL Server Management Studio Express )

I have faced lot of issues to install the Microsoft SQL 2005 client. Finally I found in the solution in Microsoft help site
I mentioned things to download Microsoft SQL Server Management Studio Express (SSMSE)

Download following files
************************************************************************1. DOTNET 2.0
http://www.microsoft.com/downloads/details.aspx?FamilyId=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en
************************************************************************
2.XML schema
http://www.microsoft.com/downloads/details.aspx?FamilyId=993c0bcf-3bcf-4009-be21-27e85e1857b1&displaylang=en
************************************************************************
3.SQL client ((SSMSE)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&displaylang=en

Sunday, July 6, 2008

Top 10 keyword searches by search engines

These links would show the top 10 keywords searches by search engines (google/yahoo)

http://buzz.yahoo.com/
http://www.google.com/trends

I have found those links when i was working on my new project (skin-care.in)..

Wednesday, June 18, 2008

ADO.NET 2.0 new features

Here I share some interesting features in the ADO.net 2.0
1. Ado.net 2.0 provides MARS ( multiple active resultsets which allows you to have two datareader on one connection open at sametime.
2. Ado.net 2.0 provide bulk copy facility.
3. Ado.net 2.0 provides table adapters and hence allows easy to create DAL.