Monday, 7 May 2012

HACK or Simply Change XP Start Button Name


I’ve read a number of articles on the internet about changing the text on the Start button in XP. On more than one occasion I’ve seen references to a five (5) letter limitation when the button is renamed. I always wondered if this was true or just an assumption someone made because the default ‘start’ just happened to fit the button size. So, I decided to run a test and see if there really was a five character limit.
First of all just u need to do is download Resource hacker.




Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.

ll its just 541Kb in the size.. Click here to go to the Download Page






First Step The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe
The category we are going to be using is String Table In Resource Hacker. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable as shown in Fig. 02. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry

Second Step – Modify the Registry Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open: field. Navigate to:
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

the Right pane (Fig. 05), double click the Shell entry to open the Edit String dialog box as shown in Fig. 06. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.

Kaspersky 2012 100% working

I Found KIS 2012 license key 100% genuine for 90 days......
Try this key:
        QCGUH-J8FF6-33WGA-UBY62
 If its work for like n share to any where you want......
n Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Saturday, 5 May 2012

How To Backtracking EMAIL Messages


Ask most people how they determine who sent them an email message and the response is almost universally, “By the From line.” Unfortunately this symptomatic of the current confusion among internet users as to where particular messages come from and who is spreading spam and viruses. The “From” header is little more than a courtesy to the person receiving the message. People spreading spam and viruses are rarely courteous. In short, if there is any question about where a particular email message came from the safe bet is to assume the “From” header is forged.
So how do you determine where a message actually came from? You have to understand how email messages are put together in order to backtrack an email message. SMTP is a text based protocol for transferring messages across the internet. A series of headers are placed in front of the data portion of the message. By examining the headers you can usually backtrack a message to the source network, sometimes the source host. A more detailed essay on reading email headers can be found .
If you are using Outlook or Outlook Express you can view the headers by right clicking on the message and selecting properties or options. In Gmail to view the headers there is a option show original in the menu at the top-right corner of the message.
Below are listed the headers of an actual spam message I received. I’ve changed my email address and the name of my server for obvious reasons. I’ve also double spaced the headers to make them more readable.
Return-Path:
X-Original-To: davar@example.com
Delivered-To: davar@example.com
Received: from 12-218-172-108.client.mchsi.com (12-218-172-108.client.mchsi.com [12.218.172.108])
by mailhost.example.com (Postfix) with SMTP id 1F9B8511C7
for ; Sun, 16 Nov 2003 09:50:37 -0800 (PST)

Received: from (HELO 0udjou) [193.12.169.0] by 12-218-172-108.client.mchsi.com with ESMTP id <536806-74276>; Sun, 16 Nov 2003 19:42:31 +0200
Message-ID:
From: “Maricela Paulson”
Reply-To: “Maricela Paulson”
To: davar@example.com
Subject: STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels…isha
Date: Sun, 16 Nov 2003 19:42:31 +0200
X-Mailer: Internet Mail Service (5.5.2650.21)
X-Priority: 3
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary=”MIMEStream=_0+211404_90873633350646_4032088448″
According to the From header this message is from Maricela Paulson at s359dyxxt@yahoo.com. I could just fire off a message to abuse@yahoo.com, but that would be waste of time. This message didn’t come from yahoo’s email service.
The header most likely to be useful in determining the actual source of an email message is the Received header. According to the top-most Received header this message was received from the host 12-218-172-108.client.mchsi.com with the ip address of 21.218.172.108 by my server mailhost.example.com. An important item to consider is at what point in the chain does the email system become untrusted? I consider anything beyond my own email server to be an unreliable source of information. Because this header was generated by my email server it is reasonable for me to accept it at face value.
The next Received header (which is chronologically the first) shows the remote email server accepting the message from the host 0udjou with the ip 193.12.169.0. Those of you who know anything about IP will realize that that is not a valid host IP address. In addition, any hostname that ends in client.mchsi.com is unlikely to be an authorized email server. This has every sign of being a cracked client system.
Here’s is where we start digging. By default Windows is somewhat lacking in network diagnostic tools; however, you can use the tools at to do your own checking.
davar@nqh9k:[/home/davar] $whois 12.218.172.108
AT&T WorldNet Services ATT (NET-12-0-0-0-1)
12.0.0.0 – 12.255.255.255
Mediacom Communications Corp MEDIACOMCC-12-218-168-0-FLANDREAU-MN (NET-12-218-168-0-1)
12.218.168.0 – 12.218.175.255

# ARIN WHOIS database, last updated 2003-12-31 19:15
# Enter ? for additional hints on searching ARIN’s WHOIS database.

I can also verify the hostname of the remote server by using nslookup, although in this particular instance, my email server has already provided both the IP address and the hostname.
davar@nqh9k:[/home/davar] $nslookup 12.218.172.108
Server: localhost
Address: 127.0.0.1

Name: 12-218-172-108.client.mchsi.com
Address: 12.218.172.108

Ok, whois shows that Mediacom Communications owns that netblock and nslookup confirms the address to hostname mapping of the remote server,12-218-172-108.client.mchsi.com. If I preface a www in front of the domain name portion and plug that into my web browser, http://www.mchsi.com, I get Mediacom’s web site.
There are few things more embarrassing to me than firing off an angry message to someone who is supposedly responsible for a problem, and being wrong. By double checking who owns the remote host’s IP address using two different tools (whois and nslookup) I minimize the chance of making myself look like an idiot.
A quick glance at the web site and it appears they are an ISP. Now if I copy the entire message including the headers into a new email message and send it to abuse@mchsi.com with a short message explaining the situation, they may do something about it.
But what about Maricela Paulson? There really is no way to determine who sent a message, the best you can hope for is to find out what host sent it. Even in the case of a PGP signed messages there is no guarantee that one particular person actually pressed the send button. Obviously determining who the actual sender of an email message is much more involved than reading the From header.

Friday, 4 May 2012

IDM Speed Maximiser

You want to Speed UP your IDM with New Speed.....
   
                               


Subscribe It , Like It , Share It
Enjoy!!!!!!!!!!!!!!!!!!!!!

Kaspersky Antivirus Cracker



Now! you got Kaspersky Cracker for 3700 Days 
Its free of cost.......................................






Hey Guys Like it, Share it.................................................
and Subscribe it....................
Thnakx for visiting My Blog........................

Saturday, 24 March 2012

New IDM crcker for lifetime



Hey, I found New Internet Download Manager (IDM) Cracker.
its 100% working with 6 version IDM.
Try this n share to your friends also.......
for download click here

                                                                      


After download the IDM cracker First click "UPDATE" then click "START".
it will successfully cracked.


NOTE :-
  • After update must be crack the IDM again.
  • And if your IDM is expires then you must needed that the IDM , HOST , and PROCESS must be detected if not they becomes not Working...........
  So Enjoy friends...............................
visit again and again..........

Tuesday, 13 March 2012

Live TV Player

http://rapidshare.com/files/120375911/spc2008_Elite_Edition_portable.rarhttp://rapidshare.com/files/120375911/spc2008_Elite_Edition_portable.rarSatellite TV for PC 2008 Elite Edition Portable Portable Satellite TV for PC is the product of more than 7 years of dedicated research and development to create an easy-to-use computer program that legally accesses thousands of television channels from all over the world and sends them to your computer through the internet! . As a result now you can watch hundreds of LIVE worldwide channels on your PC, free* of charge (after one time payment): Features : Movies: Channels of action comedy romance and just about any genre you like! And foreign movies as well! Sports: Channels showing baseball, football, soccer, basketball, tennis, and racing! Channels like ESPN News, EuroSports TV, GameSports TV, WHL TV, Fox Network, and Sport Star. There are channels for just about any sport you can think of... ultimate fighting, martial arts, wrestling, and boxing! Music: The hottest music videos from all over the world! Some channels you should check out are Deejay TV, Festival TV, Ministry Of Sound, Party TV, and Club TV! And on top of that, you also have access to over 1,500 radio stations from around the world! Premium Channels: Channels, including Comedy Central, MTV Overdrive, Euro TV, Discovery Channel, Broadway Network, Game Network, MovieStat Network, National Geographic, Food Network, Rapture TV, Vintage Cartoons, Show TVand even HDTV (high definition television) channels! These are channels you may be paying a lot of money for right nowbut no longer have to! Kids Channels: Countless channels for your kids that show cartoons and movies all day long the whole family can enjoy! Educational: Some of the channels you should check out are Research TV, The Academic Channel, Global Country, Strawberry TV and The Baby Channel! Religious: Theres a lot of programming here from channels like The Church Channel, Hope TV, Islam Channel, Kabbalah, Word Of God, and Vatican TV! Shopping: You can shop from all around the world right from your couch! Channels like Gems TV, Jewelry TV, Price-Drop TV, QVC, and Speed Auction! News, Weather And Politics: Hundreds of channels with the latest news, weather and politics from all over the country and the world live and uncensored! There are countless channels of ABC, NBC, CBS, FOX and PBS affiliates all over the country and the world. This means if youre from Texas but are visiting California, you can still tune in to your local favorite news station! And youll be more up to date than anyone you know especially because; You Can Even Watch Channels That You Cant Get From Your Cable Or Satellite Provider Even If You Paid Them! TV, cable, or satellite is very regulated and controlled by our government as well as foreign governments. However you can now legally get access to these secret channels that our government doesnt want us to see! For example, you can watch Egypt State Channel that shows programming directly from the Egyptian Government! Aljazeera TV from Iran which shows the Iraq war live and uncensored! Vietnam HDTV! Venezuela TV, which is controlled by Hugo Chavez! Cubavision from Cuba! And many more channels that you otherwise cant get in the United States! You will have access to these channels and watching them will truly open your eyes to whats REALLY going on in the world. free download Satellite TV for PC 2008 Elite Edition Portable onrapidshare