All downloading from 4shared.com. Use this username and password if you don't have already account or want to no sign up.

Username: Procrackz@gmail.com
Password: procrackz

Monday, 13 August 2012

Add music to blogspot Blog

This article is updated to address the difference in the way the code is interpreted by the different browsers, namely Internet Explorer and Mozilla Firefox. We have also included a sample music file which you can use to test the effects of adding the sound file to your Blog. As well, read our article on to add a playlist of several musical pieces or songs.

“Music, the greatest good that mortals know.

Depending on the subject matter of your blog, having music played in the background may either enhance the pleasure of reading or annoy your visitor. Imagine the agony of surfing the web in discreet, only to catch the attention of your office colleagues or parents when the music automatically blasts off in the background. Not to mention, a big music file may cause a slower page download. Nevertheless, the solution, as shall be explained later, is simple - have an option for the reader to play or stop the music.

To begin, you will need to have a music file uploaded onto a server. You can read about using free hosts like Google Page Creator and Google Groups. We have also a rather comprehensive list of free Image Hosts and File Hosting Services in our article on Manage Blogger Image Storage Space. Check out those sites and choose one that is fast, reliable and enables hotlinking to the uploaded files. Upon uploading, note down the URL of the file.

Alternatively, there are several sites that offer free download of their music files. You can enter search words like “free music download” or search for a popular artist name in the Google search box. Most of the sites that offer free download will lead you to the file location stored in their servers. Copy the URL of the music file that you have chosen.

If you would like to hear how the music works on your Blog, you can also use this music file which we have uploaded onto Google Pages - http://ownlblog.googlepages.com/BalladePourAdeline.mid - whenever you are prompted to enter the “URL of music file”. This file is for testing purposes only. Please do not link permanently to this file as it may be changed or deleted in due course.

Next, you would have to decide how you want the music to be played.

Link for reader to click

This is a text link. Your visitor can click the link if he wants to hear the music.

<a href="URL of music file">Click to hear music file</a>


Remember to enter the URL of music file into the above code. This code can be inserted into your Blog post. If you want to put it in your sidebar, you can go to Template -> Page Elements -> Add a Page Element, select HTML/JavaScript and insert the code. Whatever words you type into the “Click to hear music file” will appear as the text link.

Music with a console

A music player console with controls of the volume, on and off buttons, would give your visitors a choice on how he wants the music played. With the code stated below, the music will not play unless the visitor clicks the play button.

You can either insert the music console into your Blog post or your sidebar. If you want it in the sidebar, go to Template -> Page Elements -> Add a Page Element, select HTML/JavaScript.

The code to insert is this:-

<embed autostart="false" height="40" loop="true" playcount="2" src="URL of music file" width="300"/></embed>


For instance, using the following code:-

<embed autostart="false" height="40" loop="true" src="http://ownlblog.googlepages.com/BalladePourAdeline.mid" width="300"/></embed>


this is what you see:-



It will look different in IE and Firefox, depending on the installed plugins.

Note the following attributes and how they work on different browsers:-

1. Insert your URL of music file into the code.

2. The width of the example you see above is "300". If you want it to be embedded neatly into your sidebar, the width should not be greater than the sidebar width. For example, if your sidebar width is 150px, the width of your console should be about 140px.

3. The height would depend on your preference and space constraints.

4. The autostart attribute has two options. If you choose "true", the music will automatically play when your page is loaded. As I have mentioned earlier, this is not a good option unless you are absolutely sure all your visitors would not mind the music. The better option is to state it as "false". If the visitor wishes to hear the music, he can click the play button to start the music.

Note, however, that while it works fine in Internet Explorer, it may not be so in Mozilla Firefox. The default setting for IE is "false" which means the music will not play automatically. The default setting for Firefox is "true", and when we experimented with .wma and .wav files, they automatically played even when we set the autostart to "false". If you are working on the Mac, the default setting for both browsers is "false".

5. The loop attribute indicates whether the music should stop once that particular tune ends. The common attributes are "false" or "true". If the attribute is "false", the music ends after it is played once. If it is "true", the music will automatically loop and continue playing until the visitor clicks the stop button or leaves your site. For short music pieces, you may want it to repeat and choose "true".

For certain versions of Netscape browsers, another attribute that might work is loop="n" where n is a number. If n is 2 for example, the music will play twice and stop. The similar attribute in Internet Explorer is playcount.

6. You can specify the number of times the music is to be played. In the above example, where playcount="2", the same piece of music is played twice before it stops. If you want the music to be played once, you can delete playcount altogether. Note that this only works in Internet Explorer.

Background music to play automatically

For the music to play the moment your page is loaded, the code will have to appear in the HTML document of your site. Note that in so doing, there are no controls for the visitor to choose whether or not to listen to the music, nor options to turn it off. Login to your Dashboard and under “Template”, click “Edit HTML”. Somewhere near the top, after the word <Head>, insert this code:-

<embed autostart="true" height="0" loop="true" src="URL of music file" width="0"/>


Remember to insert the URL of music file into the code. There is no image of a console and readers cannot choose to turn off the music. Use this option with discretion.

Troubleshooting

The sound files can be in any format provided that your browser has the necessary plugin to play that file. Many people have problems playing MP3 files because their Firefox browsers do not have the necessary plugins. To check what your Firefox browser can support, enter this command into your browser:-

about:plugins


It will list all the installed plugins and the media files that can be played. If you need additional Mozilla Firefox add-ons, you can visit their Add-ons Page.

Add Favicon icon to blogger URL

Have you wondered how these little icons appear next to the web addresses, like the one you see above? When you visit the sites or bookmark them, these icons will make these URLs stand out. These are “Favicons” or “Favorite Icons”.

You would first need to have an icon which you would like to use, bearing the extension .ico format. If you search your hard disk, you might find some icons which are generic. I would suggest that you create one to represent your own unique identity. There are quite a number of free icon editor software which you can download from the net.

As for myself, I went to Download.com site and downloaded a very small program called Imagicon which can transform images into .ico format. I created an image using Photoshop. You can use any image or pictures if you do not wish to create one. Next, run the program. It is rather simple to use. While you can create icons in 2 sizes – 16x16 and 32x32 – I would think a 16x16 icon is preferable since it is readable in most older browsers.

If you do not wish to download any software, you may also try creating an icon online. Just enter the keywords “online icon generator” into your Google search bar, and you should be able to find several programs that you can try.



Once you have created an icon, save it into your hard disk. The next step of attaching the icon is a little tricky. Ideally, all you need to do is to save it in the root directory of your blog site. Nevertheless, there is no way this can be done. For one, if you try to upload an icon image, Blogger will reject it. Two, any file that is uploaded will not go into the Blogger root directory.

The only method to use will be to upload the icon into some web folder, and create a link. You can read about using free hosts like Google Page Creator and Google Groups. We have also a rather comprehensive list of free Image Hosts and File Hosting Services in our article on Manage Blogger Image Storage Space. Check out those sites and choose one that is fast, reliable and allows uploading of .ico files.

Once you have done that, take note of the URL of your icon. If you are using Google Page Creator, hovering your mouse over the link, you will see that the file is stored under a directory which looks like this http://yourname.googlepages.com/iconname.ico
where “yourname” is your Gmail account name, and “iconname” is the file name. Copy this URL.

Go back to your Blogger dashboard and under the Template tab, go to “Edit HTML”. Near the top you will see a line like this:-

<title><data:blog.pageTitle/></title>


Update:

Copy and insert the following code below the line:-

<link href='URL of your icon file' rel='shortcut icon' type='image/vnd.microsoft.icon'/>


Inserting this will also work but the former is preferred:-

<link href='URL of your icon file' rel='shortcut icon' type='image/x-icon'/>


Remember to type in the “URL of your icon file”.

Save the template. When you refresh your blog site, you should see your nice little Favicon next to the blog address.

Other image types

The .ico image format has been used by many but you can also create an image under the .png or .gif format. Ensure that the size of the image is either 16x16 pixels or 32x32 pixels.

If you have a PNG format image, the link to insert is:-

<link href='URL of your icon file' rel='shortcut icon' type='image/png'/>


If it is a GIF format image, the link is:-

<link href='URL of your icon file' rel='shortcut icon' type='image/gif'/>


External Domain

For those who have hosted sites in external domains, insert the link in the root directory as well. Otherwise, you can upload the file into the root directory and name it favicon.ico

As an example, if your domain name is www.domain.com, the URL of the favicon will be www.domain.com/favicon.ico

This method is not preferred but a number of browser versions are able to process the icon. Since we do not have external domains to try out this alternative, you may want to see if it works for you.

Compatibility

While you can see the Favicon in Mozilla Firefox, many have problems seeing the Favicon in Internet Explorer. This is a known problem and has been a sore point with many IE users. In some versions of IE, bookmarking the site will display the Favicon. This is not necessarily so in IE7 that we are using. In fact, when we bookmarked the highly popular search engine sites, their Favicons don't show in our IE bookmarks too although they show well in Firefox. Perhaps this is one more reason to download Mozilla Firefox if you have not already done so.

Add Search box in Blogger


The Google Navigation bar at the top of your Blogger blogs has an embedded search box. However, you may want to include a similar box in the main body of your blog (like what I have done), or the sidebar. Other than the convenience for users, the added advantage is that unlike Google search box, the search results of this Blogger.com search box appear in the main body of your Blog.

Under Template->Page Elements tab, click “Add a Page Element” at the place where you want your search box to appear. Select “HTML/JavaScript”.

There are several HTML codes posted on the net. I tried a few, and found the one that works as follows:-

<p align="left">
<form id="searchthis" action="YOUR BLOG URL/search" style="display:inline;" method="get">
<strong>NAME OF YOUR BLOG<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form></p>


Remember to change YOUR BLOG URL to the URL or web address of your Blog. Also, change the NAME OF YOUR BLOG to that which you want to call your site. For instance, if your Blog Name is long, you may want to write something like “Search Here” or “Search this site”.

You can also change the “Search” button to say, “Hit” or “Go”, by changing the Value.

Save the code and refresh your page. If you want a longer or shorter search box, you can play around with the size. The above example of a width size="20" and value="Hit" will give you this:-

Search Here


Whereas a width size="30" and value="Go" will give you this:-

Search Here


The size of the search box is a matter of appearance. You may have noticed that the maxlength="255". This indicates that a user may enter up to 255 characters in the search box, which I think is sufficient and need not be altered.

Image instead of Search button

Search Tips for New Bloggers


Just for the fun of it, if you want readers to click an image instead of a button, you will first need to do up a small picture. You can also resize a picture you already have with photo editing tools like Google's Picasa. After creating a picture, upload it onto a free server like GooglePages or Google Groups, or other free hosts that offer direct links to the image files. Take note of this IMAGE URL.

The HTML code to insert is this:-

<p align="left">
<form id="searchthis" action="YOUR BLOG URL/search" style="display:inline;" method="get">
<strong>NAME OF YOUR BLOG<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" type="image" src="IMAGE URL" align="top"/>
</form></p>


Remember to insert into the code the IMAGE URL, where your picture is uploaded. You can align the image to the top, bottom or set a horizontal space between the bar and the image by using a hspace tag. For more examples on alignment of images,
While it is alright to replace the button of your Blogger search box, you may not want to do that with the Google search box since their T.O.S. disallows any alteration of their code.

Thursday, 9 August 2012

uTorrent 3.2 Build 27708

uTorrent 3.2 Build 27708 Size: 875.4 KB

Sharing files over the Internet using torrents is quite popular and there are a few dedicated applications that can facilitate the file transfer. Such a BitTorrent client is uTorrent, a well-known program that ranks high among its peers.

This tool comes with loads of useful features and is very easy to use. Even if the installation is a breeze you should pay close attention to the third-party software included as it may change the settings of your web browser.

uTorrent will greet you with a very nice and simple interface, designed to provide you quick access to its main functions. Thus, you’ll be able to start new downloads, pause, stop or delete the existing ones, or manage the files you’ve already downloaded straight from the main window.

The application enables you to quickly find new content to download using a powerful built-in search function. The RSS capability is another great feature of uTorrent as it allows the user to subscribe to selected feeds for auto-downloading files.

uTorrent also comes with a configurable bandwidth scheduler, speed limiters and multi-language support to make sure you’ll be able to use it in every corner of the world.

But perhaps the most impressive thing about uTorrent is the way it manages to handle downloads without slowing down Windows. We found that out during our tests where it performed flawlessly and the stress on system resources was minimal.

And if that doesn’t convince you to give uTorrent a chance, you should note that it is also able to download the selected content only when you’re away from the computer. It does that thanks to a special function for pausing the torrents when user activity is detected.

All things considered, it's safe to say that uTorrent remains a heavyweight player in its category, having milions of users worldwide to emphasize that. With a complete feature pack, great ease of use and seamless integration with any system, this software is definitely a keeper for anyone who uses torrents to share files.
 
Here are some key features of "µTorrent":

· Multiple simultaneous downloads
· Configurable bandwidth scheduler
· Global and per-torrent speed limiting
· Quick-resumes interrupted transfers
· RSS Downloader
· Trackerless support (Mainline DHT)
· Password-protected boss key
· Global run-command feature on torrent completion/state change
· UDP proxying for SOCKS5
· Proxy privacy features
· Improved set download location/relocate feature (now moves files for you)
· Show add torrent dialog for magnet links
· Add option to pause torrents when user activity is detected on the computer
Requirements:

· Windows 95 users will need to install the Winsock2 Update from Microsoft for µTorrent to work correctly.
What's New in This Release: [ read full changelog ]

· Feature: never try a tracker again if it returns status code 410
· Fix: improve BitTorrent streaming feature
· Fix: crash fixes
· Feature: dns tracker preferences
· Fix: untriggered jobs
· Fix: resume.dat performance

Users are advised to pay attention while installing this ad-supported application:

· Offers to change the homepage for web browsers installed in the system
· Offers to change the default search engine for web browsers installed in the system
· Offers to download or install software or components (µTorrent Browser Bar) that the program does not require to fully function.

Saturday, 4 August 2012

Flash Player 11.3.300.270 (IE) Download

Flash Player 11.3.300.270 (IE) Size: 8.8 MB 

Adobe Flash Player is the high performance, lightweight, highly expressive client runtime that delivers powerful and consistent user experiences across major operating systems, browsers, mobile phones and devices. Installed on over 750 million Internet-connected desktops and mobile devices, Flash Player enables organizations and individuals to build and deliver great digital experiences to their end users.
  • Immersive experiences with Flash video, content and applications with full-screen mode.
  • Low-bandwidth, high-quality video with advanced compression technology.
  • High-fidelity text using the advanced text rendering engine.
  • Real-time dynamic effects with filters for Blur, DropShadow, Glow, Bevel, Gradient Glow, Gradient Bevel, Displacement Map, Convolution, and Color Matrix.
  • Innovative media compositions with 8-bit video alpha channels.
  • Blend modes, radial gradient, and stroke enhancements.
  • Additional image formats: GIF, Progressive JPEG, and PNG.
This download is the standalone ActiveX installer for Internet Explorer.
Old versions of the Flash player can be downloaded from Adobe at http://www.adobe.com/go/tn_14266

Flash Player 11.3.300.270 (Non-IE) Download

Flash Player 11.3.300.270 (Non-IE) Size: 9.4 MB 

Adobe Flash Player is the high performance, lightweight, highly expressive client runtime that delivers powerful and consistent user experiences across major operating systems, browsers, mobile phones and devices. Installed on over 750 million Internet-connected desktops and mobile devices, Flash Player enables organizations and individuals to build and deliver great digital experiences to their end users.
  • Immersive experiences with Flash video, content and applications with full-screen mode.
  • Low-bandwidth, high-quality video with advanced compression technology.
  • High-fidelity text using the advanced text rendering engine.
  • Real-time dynamic effects with filters for Blur, DropShadow, Glow, Bevel, Gradient Glow, Gradient Bevel, Displacement Map, Convolution, and Color Matrix.
  • Innovative media compositions with 8-bit video alpha channels.
  • Blend modes, radial gradient, and stroke enhancements.
  • Additional image formats: GIF, Progressive JPEG, and PNG.
This download is the standalone installer for Firefox, Opera and other Gecko-based browsers.
Old versions of the Flash player can be downloaded from Adobe at http://www.adobe.com/go/tn_14266

Flash Player 11.3.300.270 (IE) beta 1 Download

Flash Player 11.3.300.270 (IE) beta 1 Size: 8.8 MB 

 Adobe Flash Player is the high performance, lightweight, highly expressive client runtime that delivers powerful and consistent user experiences across major operating systems, browsers, mobile phones and devices. Installed on over 750 million Internet-connected desktops and mobile devices, Flash Player enables organizations and individuals to build and deliver great digital experiences to their end users.
  • Immersive experiences with Flash video, content and applications with full-screen mode.
  • Low-bandwidth, high-quality video with advanced compression technology.
  • High-fidelity text using the advanced text rendering engine.
  • Real-time dynamic effects with filters for Blur, DropShadow, Glow, Bevel, Gradient Glow, Gradient Bevel, Displacement Map, Convolution, and Color Matrix.
  • Innovative media compositions with 8-bit video alpha channels.
  • Blend modes, radial gradient, and stroke enhancements.
  • Additional image formats: GIF, Progressive JPEG, and PNG.
This download is the standalone ActiveX installer for Internet Explorer.
Old versions of the Flash player can be downloaded from Adobe at http://www.adobe.com/go/tn_14266

Adobe Reader 10.1.3 Download

Adobe Reader 10.1.3 Size: 52.0 MB 

Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files.
  • View, print, and search PDF files, including PDF Portfolios and PDF maps
  • Author, store, and share documents, and share your screen, using Acrobat.com services
  • Experience richer content and greater interactivity with native support for Adobe Flash technology
  • Review documents using familiar commenting tools such as sticky notes, highlighting, lines, shapes, and stamps (When enabled by Acrobat Pro or Acrobat Pro Extended)
  • Digitally sign PDF documents (When enabled by Acrobat Pro or Acrobat Pro Extended)

Friday, 3 August 2012

Skype 5.10.0.116 Download

Skype 5.10.0.116 Size: 924.2 KB 

 Skype is software for calling other people on their computers or phones. Download Skype and start calling for free all over the world. The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear.
Additionally it doesn't just work on Windows. Skype is also for Mac OS X, Linux and PDAs using Pocket PC, with a native look and feel for each platform. Talking, sending instant messages or even file transfers work between different platforms like a charm.
  • Skype calling - Skype has all the features of an ordinary phone so it's even easier to manage your calls.
  • Video calling - see who you are talking to at the same time as speaking to them.
  • Add Skype and SkypeOut contacts - Add contacts who use Skype and those who use ordinary phones so you can call more people.
  • Organising groups - group contacts under certain names and share them with your contacts so they can talk to them too.
  • Basic chat and emoticons - when it's not convenient to call, chat or Instant Message (IM) your contacts.
  • Group chat - for when it's easier to chat or Instant Message (IM) all your friends at once.
  • Profile settings - change how you appear to the world and let people know a bit about you.
  • Conference calling - talk to more than one friend at a time.
  • Import contacts - search your address book to find friends and family that already have a Skype name and start calling them for free.
  • View Outlook contacts - view and call your Microsoft Outlook® contacts quickly and directly from your Skype contact list.
  • Quickfilter and Speed-Dial - find Skype contacts, recent chats and SkypeOut contacts quickly and easily, then enter their Skype name to call them back quickly.

Firefox 15.0 Beta 3 Download

Firefox 15.0 Beta 3 Size: 17.5 MB 

 
The Web is all about innovation, and Firefox sets the pace with dozens of new features to deliver a faster, more secure and customizable Web browsing experience for all.

User Experience. The enhancements to Firefox provide the best possible browsing experience on the Web. The new Firefox smart location bar, affectionately known as the "Awesome Bar," learns as people use it, adapting to user preferences and offering better fitting matches over time.

Performance. Firefox is built on top of the powerful new Gecko platform, resulting in a safer, easier to use and more personal product.

Security. Firefox raises the bar for security. The new malware and phishing protection helps protect from viruses, worms, trojans and spyware to keep people safe on the Web.

Customization. Everyone uses the Web differently, and Firefox lets users customize their browser with more than 5,000 add-ons.

VLC Media Player 2.0.3 Download

VLC Media Player 2.0.3 Size: 21.6 MB 

VLC media player is a highly portable multimedia player for various audio and video formats as well as DVDs, VCDs, and various streaming protocols without external codec or program.
It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.
VLC can play:
  • MPEG-1, MPEG-2 and MPEG-4 / DivX files from a hard disk, a CD-ROM drive, and so on
  • DVDs, VCDs, and Audio CDs
  • From satellite cards (DVB-S)
  • Several types of network streams: UDP/RTP Unicast, UDP/RTP Multicast, HTTP, RTSP, MMS, etc.
  • From acquisition or encoding cards (on GNU/Linux and Windows only)

CCleaner 3.21.1767 Download

  CCleaner 3.21.1767 Size: 3.7 MB 

CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)
Cleans the following:
  • Internet Explorer
  • Firefox
  • Google Chrome
  • Opera
  • Safari
  • Windows - Recycle Bin, Recent Documents, Temporary files and Log files.
  • Registry cleaner
  • Third-party applications
  • 100% Spyware FREE

Wednesday, 1 August 2012

Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key

Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key

Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key Size: 4.7 MB

 Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download accelerators and managers that segment files before downloading starts, Internet Download Manager segments downloaded files dynamically during download process.

 Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key  Internet Download Manager 6.11 Final Build 8 Full Patch + Portable with Serial Key.

Internet Download Manager 6.11 Build 8 Portable Full Version

Internet Download Manager 6.11 Build 8 Size: 4.7 MB

 Internet Download Manager 6.11 Build 8 Portable Full Version
Free Download No Need to Any Serial OR Crack. Just download and Enjoy.

 Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version Of Internet Download Manager 6.11 Build 8 Portable Full Version No Need to Serial or crack Free download Full version of Internet Download Manager Latest version.

Tuesday, 31 July 2012

How to know the RAM Speed

Here is the chart to know the RAM speed.

Click on Image to Zoom
  

How to increase windows xp Speed

Services You Can Disable

There are quite a few services you can disable from starting automatically.
This would be to speed up your boot time and free resources.
They are only suggestions so I suggestion you read the description of each one when you run Services
and that you turn them off one at a time.

Some possibilities are:
Alerter
Application Management
Clipbook
Fast UserSwitching
Human Interface Devices
Indexing Service
Messenger
Net Logon
NetMeeting
QOS RSVP
Remote Desktop Help Session Manager
Remote Registry
Routing & Remote Access
SSDP Discovery Service
Universal Plug and Play Device Host
Web Client


--------------------------------------------------------------------------------

Cleaning the Prefetch Directory

WindowsXP has a feature called Prefetch. This keeps a shortcut to recently used programs.
However it can fill up with old and obsolete programs.

To clean this periodically go to:

Star / Run / Prefetch
Press Ctrl-A to highlight all the shorcuts
Delete them

--------------------------------------------------------------------------------

Not Displaying Logon, Logoff, Startup and Shutdown Status Messages

To turn these off:

Start Regedit
Go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionpoliciessystem
If it is not already there, create a DWORD value named DisableStatusMessages
Give it a value of 1

--------------------------------------------------------------------------------
Clearing the Page File on Shutdown

Click on the Start button
Go to the Control Panel
Administrative Tools
Local Security Policy
Local Policies
Click on Security Options
Right hand menu - right click on "Shutdown: Clear Virtual Memory Pagefile"
Select "Enable"
Reboot

For regedit users.....
If you want to clear the page file on each shutdown:

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSe ssion ManagerMemory ManagementClearPageFileAtShutdown
Set the value to 1

--------------------------------------------------------------------------------

No GUI Boot

If you don't need to see the XP boot logo,

Run MSCONFIG
Click on the BOOT.INI tab
Check the box for /NOGUIBOOT

---------------------------------------------------------------------------------
Speeding the Startup of Some CD Burner Programs

If you use program other than the native WindowsXP CD Burner software,
you might be able to increase the speed that it loads.

Go to Control Panel / Administrative Tools / Services
Double-click on IMAPI CD-Burning COM Service
For the Startup Type, select Disabled
Click on the OK button and then close the Services window
If you dont You should notice

--------------------------------------------------------------------------------

Getting Rid of Unread Email Messages

To remove the Unread Email message by user's login names:

Start Regedit
For a single user: Go to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVe rsionUnreadMail
For all users: Go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentV ersionUnreadMail
Create a DWORD key called MessageExpiryDays
Give it a value of 0

------------------------------------------------------------------------------

Decreasing Boot Time

Microsoft has made available a program to analyze and decrease the time it takes to boot to WindowsXP
The program is called BootVis

Uncompress the file.
Run BOOTVIS.EXE
For a starting point, run Trace / Next Boot + Driver Delays
This will reboot your computer and provide a benchmark
After the reboot, BootVis will take a minute or two to show graphs of your system startup.
Note how much time it takes for your system to load (click on the red vertical line)
Then run Trace / Optimize System
Re-Run the Next Boot + Drive Delays
Note how much the time has decreased
Mine went from approximately 33 to 25 seconds.

--------------------------------------------------------------------------------
Increasing Graphics Performance

By default, WindowsXP turns on a lot of shadows, fades, slides etc to menu items.
Most simply slow down their display.

To turn these off selectively:

Right click on the My Computer icon
Select Properties
Click on the Advanced tab
Under Performance, click on the Settings button
To turn them all of, select Adjust for best performance
My preference is to leave them all off except for Show shadows under mouse pointer and Show window contents while dragging

---------------------------------------------------------------------------

Increasing System Performance

If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSe ssion ManagerMemory ManagementDisablePagingExecutive
Set the value to be 1
Reboot the computer

---------------------------------------------------------------------------

Increasing File System Caching

To increase the amount of memory Windows will locked for I/O operations:

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSe ssion ManagerMemory Management
Edit the key IoPageLockLimit

-----------------------------------------------------------------------------

Resolving Inability to Add or Remove Programs

If a particular user cannot add or remove programs, there might be a simple registry edit neeed.

Go to HKCUSoftwareMicrosoftWindowsCurrentVersionPolicies Uninstall
Change the DWORD NoAddRemovePrograms to 0 disable it

4096 - 32megs of memory or less
8192 - 32+ megs of memory
16384 - 64+ megs of memory
32768 - 128+ megs of memory
65536 - 256+ megs of memory

The Simplest Way To Schedule Your Computer to Shut Down

The Simplest Way To Schedule Your Computer to SHUT DOWN(TIP)


Ever wanted to schedule your computer to shutdown at specific time? Windows has a secret trick that allows you to do just that.
 
1) Go to Start -> Run. Type in 'shutdown -s -t 120' and press Enter.



2) Your computer will shut down in 120 seconds. Change 120 to any number (in seconds) you like



Important: If at any time you wish to cancel the operation, type in the command 'shutdown -a'.

PS: You could also use 'at 22:13 shutdown -s' to specify the time to shutdown. Just change 22:13 to any time that you want (must be in 24 hours format)


~~~~~~~~~~End Notes~~~~~~~~~

-s and -t used above are command switches, which is explained in the list below:
-s Shutdown the computer
-t Set a given time for shutdown, in seconds
-r Restart the computer
-l Log off the user
-a Cancels a system shutdown already in progress
-f Forces running applications to close without warning
-i Display a GUI. It must be the first switch

You may use any of these switches to your liking. Normally I'll also add -f to the command so that it will ensure that the computer will shutdown. (but make sure you don't have any unsaved work!)

Nokia Codes


Imagine ur cell battery is very low, u r expecting an important call and u don't have a charger.

Nokia instrument comes with a reserve battery. To activate, key is "*3370#"

Ur cell will restart with this reserve and ur instrument will show a 50% incerase in battery.

This reserve will get charged when u charge ur cell next time.

*3370# Activate Enhanced Full Rate Codec (EFR)-Your phone uses the best sound quality but talk time is reduced by approx. 5%
#3370# Deactivate Enhanced Full Rate Codec( EFR)


*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound
but you should gain approx 30% more Talk Time
*#4720# Deactivate Half Rate Codec

2 *#0000# Displays your phones software version,

1st Line :S oftware Version,
2nd Line : Software Release Date,
3rd Line : Compression Type
3 *#9999# Phones software v ersion if *#0000# does not work

4 *#06# For checking the International Mobile Equipment Identity (IMEI Number)

5 #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

6 #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

7 #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

8 #pw+1234567890+4# SIM Card Lock Status.(use the "*" button to obtain the "p,w" and "+" symbols)

9 *#147# (vodafone) this lets you know who called you last *#1471# Last call (Only vodofone)

10 *#21# Allows you to check the number that "All Calls" are diverted To

11 *#2640# Displays security code in use


12 *#30# Lets you see the private number

13 *#43# Allows you to check the "Call Waiting" status of your phone.

14 *#61# Allows you to check the number that "On No Reply" calls are diverted to

15 *#62# Allows you to check the number that "Divert If Unrea chable(no service)" calls are diverted to

16 *#67# Allows you to check the number that "On Busy Calls" are diverted to

17 *#67705646#R emoves operator logo on 3310 & 3330

18 *#73# Reset phone timers and game scores

19 *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it
means you will get the best standby time possible

20 *#7760# Manufactures code

21 *#7780# Restore factory settings

22 *#8110# Software version for the nokia 8110

23 *#92702689# (to rember *#WAR0ANTY#)

Displays -
1.Serial Number,
2.Date Made
3.Purchase Date,
4.Date of last repair (0000 for no repairs),
5.Transfer User Data.
To exit this mode -you need to switch your phone off then on again

24 *#94870345123456789# Deactivate the PWM-Mem

25 **21*number# Turn on "All Calls" diverting to the phone number entered

26 **61*number# Turn on "No Reply" diverting to the phone number entered

27 **67*number# Turn on "On Busy" diverting to the phone number entered

Each command is prefixed with either one or two * or # characters as follows:
** Register and Activate
* Activate
## De-Register (and Deactivate)
# Deactivate
*# Check Status
? Call button



Once each command has been entered, if it is a network command (as opposed to a local handset command) it must be transmitted to the network by pressing the YES (receiver) key which acts as an enter key - this is represented here with the ? character. Always enter numbers in full international format +CountryAreaNumber ( e.g. +447712345678).

Command Description Command String
Security
Change call barring code **03*OldCode*NewCode*NewCode#?
Change call barring code **03*330*OldCode*NewCode*NewCode#?
Change PIN code **04*OldPIN*NewPIN*NewPIN#?
Change PIN2 code **042*OldPIN2*NewPIN2*NewPIN2#?
Unlock PIN code (when PIN is entered wrong 3 times) **05*PUK*NewPIN*NewPIN#?
Unlock PIN2 code (when PIN2 is entered wrong 3 times) **052*PUK2*NewPIN2*NewPIN2#?
Display IMEI *#06#
Call Forwarding (Diversions)
De-register all call diversions ##002#?
Set all configured call diversions to number and activate **004*number#?
De-register all configured call diversions (no answer, not reachable, busy) ##004#?
Unconditionally divert all calls to number and activate **21*number#?
Activate unconditionally divert all calls *21#?
De-register unconditionally divert all calls ##21#?
Deactivate unconditionally divert all calls #21#?
Check status of unconditionally divert all calls *#21#?
Divert on no answer to number and activate **61*number#?
Activate divert on no answer *61#?
De-register divert on no answer ##61#?
Deactivate divert on no answer #61#?
Check status of divert on no answer *#61#?
Divert on not reachable to number and activate **62*number#?
Activate divert on not reachable *62#?
De-register divert on not reachable ##62#?
Deactivate divert on not reachable #62#?
Check status of divert on not reachable *#62#?
Divert on busy to number and activate /td> **67*number#?<
Activate divert on busy *67#?
De-register divert on busy ##67#?
Deactivate divert on busy #67#?
Check status of divert on busy *#67#?
Change number of seconds of ringing for the given service before diverting a call (such as on no answer). Seconds must be a value from 5 to 30. De-registering the same divert will also delete this change! **service*number**seconds#? (Service numbers, see below)
Call barring
Activate barr all outgoing calls (see Security to set code) **33*code#?
Deactivate barr all outgoing calls #33*code#?
Check status of barr all outgoing calls *#33#?
Activate barr all calls **330*code#?
Deactivate barr all calls #330*code#?
Check status of barr all calls /td> *#330*code#?<
Activate barr all outgoing international calls **331*code#?
Deactivate barr all outgoing international calls #331*code#?
Check status of barr all outgoing international calls *#331#?
Activate barr all outgoing international calls except to home country **332*code#?
Deactivate barr all outgoing international calls except to home country #332*code#?
Check status of barr all outgoing international calls except to home country *#332#?
Activate barr all outgoing calls **333*code#?
Deactivate barr all outgoing calls #333*code#?
Check status of barr all outgoing calls *#333#?
Activate barr all incoming calls **35*code#?
Deactivate barr all incoming calls #35*code#?
Check status of barr all incoming calls *#35#?
Activate barr all incoming calls when roaming **351*code#?
Deactivate barr all incoming calls when roaming #351*code#?
Check status of barr all incoming calls when roaming *#351#?
Activate barr all incoming calls **353*code#?
Deactivate barr all incoming calls #353*code#?
Check status of barr all incoming calls *#353#?
Call waiting
Activate call waiting *43*#?
Deactivate call waiting #43##?
Check status of call waiting *#43#?
Calling Line Identification
The following only works if CLIP and CLIR are enabled (ask your service provider)
CLIP: Presentation of the number of the incoming call
Activate CLIP **30#?
Deactivate CLIP ##30#?
Check status of CLIP *#30#?
CLIR: Presentation of one's own number to the to the called party
Activate CLIR **31#?
Activate CLIR for the actual call *31#number?
Deactivate CLIR ##31#?
Deactivate CLIR for the actual call #31#number?
Check status of CLIR *#31#?
COLP: Presentation of the actual number reached (if number called was diverted to another number
Activate COLP *76#?
Deactivate COLP #76#?
Check status of COLP *#76#?
COLR: Presentation of the original number called by the calling party (if the call was diverted to this cellphone)
Activate COLR *77#?
Deactivate COLR #77#?
Check status of COLR *#77#?

Nokia All Secret Codes


Imagine ur cell battery is very low, u r expecting an important call and u don't have a charger.

Nokia instrument comes with a reserve battery. To activate, key is "*3370#"

Ur cell will restart with this reserve and ur instrument will show a 50% incerase in battery.

This reserve will get charged when u charge ur cell next time.

*3370# Activate Enhanced Full Rate Codec (EFR)-Your phone uses the best sound quality but talk time is reduced by approx. 5%
#3370# Deactivate Enhanced Full Rate Codec( EFR)


*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound
but you should gain approx 30% more Talk Time
*#4720# Deactivate Half Rate Codec

2 *#0000# Displays your phones software version,

1st Line :S oftware Version,
2nd Line : Software Release Date,
3rd Line : Compression Type
3 *#9999# Phones software v ersion if *#0000# does not work

4 *#06# For checking the International Mobile Equipment Identity (IMEI Number)

5 #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

6 #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

7 #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

8 #pw+1234567890+4# SIM Card Lock Status.(use the "*" button to obtain the "p,w" and "+" symbols)

9 *#147# (vodafone) this lets you know who called you last *#1471# Last call (Only vodofone)

10 *#21# Allows you to check the number that "All Calls" are diverted To

11 *#2640# Displays security code in use


12 *#30# Lets you see the private number

13 *#43# Allows you to check the "Call Waiting" status of your phone.

14 *#61# Allows you to check the number that "On No Reply" calls are diverted to

15 *#62# Allows you to check the number that "Divert If Unrea chable(no service)" calls are diverted to

16 *#67# Allows you to check the number that "On Busy Calls" are diverted to

17 *#67705646#R emoves operator logo on 3310 & 3330

18 *#73# Reset phone timers and game scores

19 *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it
means you will get the best standby time possible

20 *#7760# Manufactures code

21 *#7780# Restore factory settings

22 *#8110# Software version for the nokia 8110

23 *#92702689# (to rember *#WAR0ANTY#)

Displays -
1.Serial Number,
2.Date Made
3.Purchase Date,
4.Date of last repair (0000 for no repairs),
5.Transfer User Data.
To exit this mode -you need to switch your phone off then on again

24 *#94870345123456789# Deactivate the PWM-Mem

25 **21*number# Turn on "All Calls" diverting to the phone number entered

26 **61*number# Turn on "No Reply" diverting to the phone number entered

27 **67*number# Turn on "On Busy" diverting to the phone number entered

Each command is prefixed with either one or two * or # characters as follows:
** Register and Activate
* Activate
## De-Register (and Deactivate)
# Deactivate
*# Check Status
? Call button



Once each command has been entered, if it is a network command (as opposed to a local handset command) it must be transmitted to the network by pressing the YES (receiver) key which acts as an enter key - this is represented here with the ? character. Always enter numbers in full international format +CountryAreaNumber ( e.g. +447712345678).

Command Description Command String
Security
Change call barring code **03*OldCode*NewCode*NewCode#?
Change call barring code **03*330*OldCode*NewCode*NewCode#?
Change PIN code **04*OldPIN*NewPIN*NewPIN#?
Change PIN2 code **042*OldPIN2*NewPIN2*NewPIN2#?
Unlock PIN code (when PIN is entered wrong 3 times) **05*PUK*NewPIN*NewPIN#?
Unlock PIN2 code (when PIN2 is entered wrong 3 times) **052*PUK2*NewPIN2*NewPIN2#?
Display IMEI *#06#
Call Forwarding (Diversions)
De-register all call diversions ##002#?
Set all configured call diversions to number and activate **004*number#?
De-register all configured call diversions (no answer, not reachable, busy) ##004#?
Unconditionally divert all calls to number and activate **21*number#?
Activate unconditionally divert all calls *21#?
De-register unconditionally divert all calls ##21#?
Deactivate unconditionally divert all calls #21#?
Check status of unconditionally divert all calls *#21#?
Divert on no answer to number and activate **61*number#?
Activate divert on no answer *61#?
De-register divert on no answer ##61#?
Deactivate divert on no answer #61#?
Check status of divert on no answer *#61#?
Divert on not reachable to number and activate **62*number#?
Activate divert on not reachable *62#?
De-register divert on not reachable ##62#?
Deactivate divert on not reachable #62#?
Check status of divert on not reachable *#62#?
Divert on busy to number and activate /td> **67*number#?<
Activate divert on busy *67#?
De-register divert on busy ##67#?
Deactivate divert on busy #67#?
Check status of divert on busy *#67#?
Change number of seconds of ringing for the given service before diverting a call (such as on no answer). Seconds must be a value from 5 to 30. De-registering the same divert will also delete this change! **service*number**seconds#? (Service numbers, see below)
Call barring
Activate barr all outgoing calls (see Security to set code) **33*code#?
Deactivate barr all outgoing calls #33*code#?
Check status of barr all outgoing calls *#33#?
Activate barr all calls **330*code#?
Deactivate barr all calls #330*code#?
Check status of barr all calls /td> *#330*code#?<
Activate barr all outgoing international calls **331*code#?
Deactivate barr all outgoing international calls #331*code#?
Check status of barr all outgoing international calls *#331#?
Activate barr all outgoing international calls except to home country **332*code#?
Deactivate barr all outgoing international calls except to home country #332*code#?
Check status of barr all outgoing international calls except to home country *#332#?
Activate barr all outgoing calls **333*code#?
Deactivate barr all outgoing calls #333*code#?
Check status of barr all outgoing calls *#333#?
Activate barr all incoming calls **35*code#?
Deactivate barr all incoming calls #35*code#?
Check status of barr all incoming calls *#35#?
Activate barr all incoming calls when roaming **351*code#?
Deactivate barr all incoming calls when roaming #351*code#?
Check status of barr all incoming calls when roaming *#351#?
Activate barr all incoming calls **353*code#?
Deactivate barr all incoming calls #353*code#?
Check status of barr all incoming calls *#353#?
Call waiting
Activate call waiting *43*#?
Deactivate call waiting #43##?
Check status of call waiting *#43#?
Calling Line Identification
The following only works if CLIP and CLIR are enabled (ask your service provider)
CLIP: Presentation of the number of the incoming call
Activate CLIP **30#?
Deactivate CLIP ##30#?
Check status of CLIP *#30#?
CLIR: Presentation of one's own number to the to the called party
Activate CLIR **31#?
Activate CLIR for the actual call *31#number?
Deactivate CLIR ##31#?
Deactivate CLIR for the actual call #31#number?
Check status of CLIR *#31#?
COLP: Presentation of the actual number reached (if number called was diverted to another number
Activate COLP *76#?
Deactivate COLP #76#?
Check status of COLP *#76#?
COLR: Presentation of the original number called by the calling party (if the call was diverted to this cellphone)
Activate COLR *77#?
Deactivate COLR #77#?
Check status of COLR *#77#?

Nokia Secret Codes


Imagine ur cell battery is very low, u r expecting an important call and u don't have a charger.

Nokia instrument comes with a reserve battery. To activate, key is "*3370#"

Ur cell will restart with this reserve and ur instrument will show a 50% incerase in battery.

This reserve will get charged when u charge ur cell next time.

*3370# Activate Enhanced Full Rate Codec (EFR)-Your phone uses the best sound quality but talk time is reduced by approx. 5%
#3370# Deactivate Enhanced Full Rate Codec( EFR)


*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound
but you should gain approx 30% more Talk Time
*#4720# Deactivate Half Rate Codec

2 *#0000# Displays your phones software version,

1st Line :S oftware Version,
2nd Line : Software Release Date,
3rd Line : Compression Type
3 *#9999# Phones software v ersion if *#0000# does not work

4 *#06# For checking the International Mobile Equipment Identity (IMEI Number)

5 #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

6 #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

7 #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)

8 #pw+1234567890+4# SIM Card Lock Status.(use the "*" button to obtain the "p,w" and "+" symbols)

9 *#147# (vodafone) this lets you know who called you last *#1471# Last call (Only vodofone)

10 *#21# Allows you to check the number that "All Calls" are diverted To

11 *#2640# Displays security code in use


12 *#30# Lets you see the private number

13 *#43# Allows you to check the "Call Waiting" status of your phone.

14 *#61# Allows you to check the number that "On No Reply" calls are diverted to

15 *#62# Allows you to check the number that "Divert If Unrea chable(no service)" calls are diverted to

16 *#67# Allows you to check the number that "On Busy Calls" are diverted to

17 *#67705646#R emoves operator logo on 3310 & 3330

18 *#73# Reset phone timers and game scores

19 *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it
means you will get the best standby time possible

20 *#7760# Manufactures code

21 *#7780# Restore factory settings

22 *#8110# Software version for the nokia 8110

23 *#92702689# (to rember *#WAR0ANTY#)

Displays -
1.Serial Number,
2.Date Made
3.Purchase Date,
4.Date of last repair (0000 for no repairs),
5.Transfer User Data.
To exit this mode -you need to switch your phone off then on again

24 *#94870345123456789# Deactivate the PWM-Mem

25 **21*number# Turn on "All Calls" diverting to the phone number entered

26 **61*number# Turn on "No Reply" diverting to the phone number entered

27 **67*number# Turn on "On Busy" diverting to the phone number entered

Each command is prefixed with either one or two * or # characters as follows:
** Register and Activate
* Activate
## De-Register (and Deactivate)
# Deactivate
*# Check Status
? Call button



Once each command has been entered, if it is a network command (as opposed to a local handset command) it must be transmitted to the network by pressing the YES (receiver) key which acts as an enter key - this is represented here with the ? character. Always enter numbers in full international format +CountryAreaNumber ( e.g. +447712345678).

Command Description Command String
Security
Change call barring code **03*OldCode*NewCode*NewCode#?
Change call barring code **03*330*OldCode*NewCode*NewCode#?
Change PIN code **04*OldPIN*NewPIN*NewPIN#?
Change PIN2 code **042*OldPIN2*NewPIN2*NewPIN2#?
Unlock PIN code (when PIN is entered wrong 3 times) **05*PUK*NewPIN*NewPIN#?
Unlock PIN2 code (when PIN2 is entered wrong 3 times) **052*PUK2*NewPIN2*NewPIN2#?
Display IMEI *#06#
Call Forwarding (Diversions)
De-register all call diversions ##002#?
Set all configured call diversions to number and activate **004*number#?
De-register all configured call diversions (no answer, not reachable, busy) ##004#?
Unconditionally divert all calls to number and activate **21*number#?
Activate unconditionally divert all calls *21#?
De-register unconditionally divert all calls ##21#?
Deactivate unconditionally divert all calls #21#?
Check status of unconditionally divert all calls *#21#?
Divert on no answer to number and activate **61*number#?
Activate divert on no answer *61#?
De-register divert on no answer ##61#?
Deactivate divert on no answer #61#?
Check status of divert on no answer *#61#?
Divert on not reachable to number and activate **62*number#?
Activate divert on not reachable *62#?
De-register divert on not reachable ##62#?
Deactivate divert on not reachable #62#?
Check status of divert on not reachable *#62#?
Divert on busy to number and activate /td> **67*number#?<
Activate divert on busy *67#?
De-register divert on busy ##67#?
Deactivate divert on busy #67#?
Check status of divert on busy *#67#?
Change number of seconds of ringing for the given service before diverting a call (such as on no answer). Seconds must be a value from 5 to 30. De-registering the same divert will also delete this change! **service*number**seconds#? (Service numbers, see below)
Call barring
Activate barr all outgoing calls (see Security to set code) **33*code#?
Deactivate barr all outgoing calls #33*code#?
Check status of barr all outgoing calls *#33#?
Activate barr all calls **330*code#?
Deactivate barr all calls #330*code#?
Check status of barr all calls /td> *#330*code#?<
Activate barr all outgoing international calls **331*code#?
Deactivate barr all outgoing international calls #331*code#?
Check status of barr all outgoing international calls *#331#?
Activate barr all outgoing international calls except to home country **332*code#?
Deactivate barr all outgoing international calls except to home country #332*code#?
Check status of barr all outgoing international calls except to home country *#332#?
Activate barr all outgoing calls **333*code#?
Deactivate barr all outgoing calls #333*code#?
Check status of barr all outgoing calls *#333#?
Activate barr all incoming calls **35*code#?
Deactivate barr all incoming calls #35*code#?
Check status of barr all incoming calls *#35#?
Activate barr all incoming calls when roaming **351*code#?
Deactivate barr all incoming calls when roaming #351*code#?
Check status of barr all incoming calls when roaming *#351#?
Activate barr all incoming calls **353*code#?
Deactivate barr all incoming calls #353*code#?
Check status of barr all incoming calls *#353#?
Call waiting
Activate call waiting *43*#?
Deactivate call waiting #43##?
Check status of call waiting *#43#?
Calling Line Identification
The following only works if CLIP and CLIR are enabled (ask your service provider)
CLIP: Presentation of the number of the incoming call
Activate CLIP **30#?
Deactivate CLIP ##30#?
Check status of CLIP *#30#?
CLIR: Presentation of one's own number to the to the called party
Activate CLIR **31#?
Activate CLIR for the actual call *31#number?
Deactivate CLIR ##31#?
Deactivate CLIR for the actual call #31#number?
Check status of CLIR *#31#?
COLP: Presentation of the actual number reached (if number called was diverted to another number
Activate COLP *76#?
Deactivate COLP #76#?
Check status of COLP *#76#?
COLR: Presentation of the original number called by the calling party (if the call was diverted to this cellphone)
Activate COLR *77#?
Deactivate COLR #77#?
Check status of COLR *#77#?