HOW TO PASSWORD PROTECT ANY APPLICATION OR SOFTWARE





Do you want to protect your important software with password so that no one can access it ? , then you are at right place . In this post I am going to show you one simple application which will help you to protect any software of your PC with password so that without entering correct password no one can access it. 


So whenever anyone open any software, he/she will be asked to enter password else he can’t access that software. let’s proceed and check out this nice application.



Steps To Follow :At first download the software named password door from below link ↓↓


Now install it in your pc, at the time of installing it will ask you to enter your desired password which you want to use in other software, just enter any password as per your choice.

Now you have successfully installed password door in your computer, your next task is to set password in your selected software.
Open password door, it will ask you to enter password so just enter same password which you entered at the time of installing.

After opening, click on Protect a Program and select any software as per your choice which you want to set password.


You can change your admin password , color, language, font and even you can disable password door from this window.
Now select any software and finally click on Protect.

Now you have successfully protected your software with password. Whenever anyone will trying to open it, it will ask for password.








  • If you want to remove password then simply select the software and click on Disable.

    • That’s It !! Your personal softwares are now password protected so enjoy freely without any worries.
      Note : If you are thinking that anyone can access any software by removing password door from control panel, then you are totally wrong because it will again ask for same admin password at the time of uninstallation :D

      Hope you liked this application of protecting  softwares. Feel free to comment below for any types of queries.











      Read more

      Facebook trick to add zoom effect on facebook photos


      Hi friends, Now you can easily add zoom effect on all photo displaying on your facebook account.  u just have to hover your pointer on the pic and you will seE A ZOOM EFFECT  , how can you do this then just follow these simple steps ..............


      STEP 1

      You need google chrome for this trick. You can download it from here. If you already have then proceed to step 2




      STEP 2.-

      Now add zoom effect extension to your google chrome 
      click on below link to add zoom effect.
      https://chrome.google.com/webstore/detail/elioihkkcdgakfbahdoddophfngopipi



      STEP 3.-
      Now open your facebook account and take the cursor on any pic and see the result it 
      will look Like This

      Just Hover your mouse there 


      [Note - You can enjoy this zoom effect only on your google chrome till you have installed zoom effect extension on itIf you facing any problem then comment below]






      Read more

      Latest Facebook emoticons 2013 Unknown :D



      Hi guys here take a list of latest emoticons on facebook which are unknown to many people.


      Find codes in below image. Below code is not like those basic sings. To use below smiles/emoticons you need to use special code. 




                                                          Click on Image To Enlarge It.

                             To use the first emoticon/smile use this code: [[f9.bomb]]

      You have to use those f9 with two brackets and after the dot you have to use that smiley code I have listed in above table. Like for bomb use [[f9.teddy]].
      Read more

      Facebook Technologies ..

      As in any other field, for a win, we should take a look at the successful stories and case studies around us. In this article I would like to talk about optimization, speed up and handling with success big amount of traffic and lots of database queries.
      How many times have you bought a domain name, a hosting and started a website with the hope that your idea will rock? I did it few times without real success. Now the question is WHY?
      Supposing you want to start a social website/app, it’s not enough to code the whole thing and turn it on! Imagine that your website can go viral in few hours and your code will not be enough to handle a big amount of traffic. The whole system will crash and you will have to re-work it, and this will take enough time to lose your user’s interest and it will be hard to get them back at your second start.
      The key point for a successful start is to think few times about the technology you use, your hardware system, the possibility of high traffic from the start, and the possibility to upgrade your machine in a short time. In a world where you can find everything as an open source, it’s all about search and research around the right technologies you need in order to avoid future troubles.
      I did some research about Facebook technologies and I would like to share it with you! So let’s look at my results.
      Hip-Hop for Php
      Click to Enlarge
      Click to Enlarge
      Php is relatively slow compared to code that runs natively on a server so, Facebook created a tool used for speeding-up php applications in general by converting the php code into C++. Like this the code will be compiled for better performance. You can find prebuilt packages of hip-hop for php for Ubuntu, Debian and CentOs also, it can easily be integrated into the Zend framework.
      Memcache
      Distributed caching. Hit your database less. Speed up your website.
      Memcache allows you to take memory from parts of your system where you have more than you need and make it accessible to areas where you have less than you need. It’s a free, open source and optionally you can find few php and python add-ons too.
      BigPipe – Say Good Bye to Frames
      Created by Facebook with the goal of decomposing webpages into small chunks called pagelets and pipeline them inside webservers and browsers for optimal performance. For example, BigPipe decomposes a Facebook homepage in few pagelets (chat, newsfeed, ads, menu, and so on) that are retrieved parallel, also gives users a website that even works parts that are deactivated or broken.
      Apache Cassandra
      Created by the Apache Software Foundation, Cassandra is designed to handle very large amounts of data spread out across many commodity servers. It’s perfect NoSql alternative.
      Cassandra is fully distributed (no SPOF), multi master – multiDC, linearly scalable, larger than memory datasets, fully durable, integrated caching, tunable consistency, best in class performance.
      Scribe
      Flexible logging system designed to be scalable, extensible without client side notifications.
      Haystack – efficient storage of billions of photos

      Haystack is a high-performance photo storage/retrieval system used by Facebook to create four different resolutions for each photo uploaded on Facebook. More than that, haystack performance is critical. Imagine that Facebook serves more than 1 million photos every second that means more than 4 million photos (with four different resolutions) are handled by Haystack with success.

      Hadoop and Hive

      Open source (Apache projects) used by big services like Yahoo, Facebook and Twitter. Hadoop makes it possible to perform calculations on massive amounts of data. Hive uses SQL queries against Hadoop, making it easier for non-programmers to use.

      Thrift

      Created by Facebook as open a source, Thrift is a cross-language framework that ties different programming languages used into a system together, giving them the possibility to talk to each other. This helps to keep a cross-language development.

      Apache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages. Instead of writing a load of boilerplate code to serialize, transport objects and invoke remote methods, you can get right down to business.
      Click to Enlarge
      Click to Enlarge
      Click to Enlarge
      Click to Enlarge
      Varnish
      Used by Facebook to serve photos and profile pictures, handling billions of requests every day. Like almost everything Facebook uses, Varnish is open source. Varnish is an HTTP accelerator which cache content and serves it lightning-fast, and also acts as a load balancer. As a web application accelerator it doesn’t need to be installed in front of your web application, and it will speed it up significantly.
      Gatekeeper – Building and testing

      Gatekeeper is used by Facebook to run different code for different sets of users (it basically introduces different conditions in the code base). This permits to do gradual releases of new features, A/B testing, activate certain features only for Facebook employees, etc.
      Click to Enlarge
      Click to Enlarge
      Gatekeeper also lets Facebook do the “dark launches”, which is to activate elements of a certain feature behind the scenes before it goes live (without users noticing since there will be no corresponding UI elements). This acts as a real-world stress test and helps expose bottlenecks and other problem areas before a feature is officially launched. Dark launches are usually done two weeks before the actual launch.
      Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention.
      Online Schema Change for MySQL asmall but complex utility to perform online schema change for MySQL without taking your cluster offline.
      Phabricator is an open source collection of web applications which makes it easier to scale software companies. It was created at Facebook but is also used at many other companies such as Airtime, Asana, Dropbox, deviantART, MemSQL, Path, Quora, and more.
      PHPEmbed makes embedding PHP truly simple (Simplified API built on top of PHP SAPI)
      PhpSh an interactive shell for PHP written mostly in Python.
      Read more

      How To Schedule your Facebook Updates || Fix Timer For Your Post


      Hey friends
      Today im gonna tell you how to fix a timer for your fb updates and comment also.
      you wanna wish your frnd on his/her b’day and unfortunately you will not available at that time to wish them so this will help you . an application called “postcron”  hepl you to do this. so here is the process..
      1. go to “Postcorn by Clicking here“.
      2. Login With Your Facebook Credentials.
      3. Now You Can See This Type of Box Just configure your post according your timings.
      Read more

      How to Install Android on PC [TUTORIAL] By hacking geeks




      install android on pc today  as I thought sharing this awesome tutorial with our readers might help you to Install Android on PC. Google Launched Android OS for SmartPhones as well as Tablet PCs, and now here we are about to check out the procedure about “How to Install Android on PC”.
      Read more

      ICC Cricket World Cup 2011 Game Free Download


      Download ICC Cricket World Cup 2011 - PC Game - Full Version
      Genre: Cricket, Sports,
      Platform: PC
      Release Date: Feb-01-2011
      Size: 920MB

      System Minimum Requirements:
      OS: 2000/XP/Vista/7
      Processor: 1.0GHz
      Memory: 512 MB RAM
      Hard Drive: 2 GB
      Video Card: 128 MB
      Sound Card:direct X 9.0c compatible
      Direct X:9.0c

      Download Torrent File



      Read more

      Adobe Photoshop CS6 13.0 Extended Final Multilanguage (patch-PainteR) only 160 mb!!!




      Adobe® Photoshop® CS6 Extended software delivers even more imaging magic, new creative options, and the Adobe Mercury Graphics Engine for blazingly fast performance. Retouch with greater precision, and intuitively create 3D graphics, 2D designs, and movies using new and reimagined tools and workflows.*
      Read more

      Control Your Internet Traffic using NetBalancer.



      Now This is Good News For All, 
      You can Control Your Internet Traffic using NetBalancer.

      __________________________________
      Read more

      1000+ Hacking tutorial's Leaked Free download | By HaCkInG GeEkS


      ||

                                                    1000+ Hacking tutorial's by hacking geeks
                                       ________________________________________________
                                                              HERE ARE SOME SAMPLE
                                          Note There are More then 1000+ this is just a sample
                                                     Please Comment IF You Like my post
      Read more

      Top 15 Security/Hacking Tools & Utilities Free For YOU By | Hacking Geeks







                              Today i am going to give you Top security/Hacking tools  & Utilities

                                                     Free For You By Hacking Geeks        
      |__________________________________________________________________________|

      Read more

      How to enter Windows XP computer without entering the Password in the log on screen


      Hello,
      Here is a trick from which you can access any friends computer physically without entering there password on the log on screen.


      This works only on WINDOW XP Operating Systems.


      Do to this trick,wait for User Log In Screen to appear while Turning On the computer->


      Read more

      Internet download Manager 7.1 Preactivated Unreleased VERSION ((7.1))

                                        

      Internet Download Manager 

      is by far the most popular well-known download software available. I am going to give you the latest unreleased IDM 7.1 (while writing this post, it is not yet on the main site). It is Preactivated, no need of crack or serial. Just you can not update the software.

      Read more

      How To Create New Partition Without Formating a Hard Disk



      If your Hard-disk contain 3 partitions in your PC and you need to create 1 more partition then what will you do
      ? Most of people are doing the following methods to create new partition in Hard-disk.
      Read more

      How to remove or modify the ugly arrows from the shortcut icons?



       "No one knows it is a shortcut on your desktop"

        Arrows from the shortcut icons can be removed by two ways :
      -Using an application (Vista Shortcut Manager).
      -Another by creating some keys in  registry editor(manually).
      Read more

      FACEBOOK INSPECT ELEMENT TRICK

      Facebook Inspect Element Trick :-
                                                                                                  You can change any comment, status, message anything in facebook with chrome...

      To Change any status, comment, message, name, title etc.

      Open Google Chrome...
      Go to www.facebook.com
      Log in to your account.
      Then highlight the status, name, message,title etc... and right click and then choose inspect element...
      Then a box will open... and in the box find the name, title etc... which you highlight...
      After finding the name, title which you highlight...
      Double click on it...
      And Then Change it to anything ...





      For Example:- 
                                             See the title "Your Facebook Timeline"
      It is not edited it is original...


      Now This is the edited picture...


      With this trick you can change people's comments, their names, status, everything...
      but if you refresh the page it will go back to it's original condition... Just amaze your friends :D by changing status and press print screen button and then CTRL + V in PAINT and then save your image ... and amaze your friends :D ...


      NOTE:-  If you can't find the text you highlighted then there is a search box at the right side of the Inspect Element Box   type the highlighted text in the search box then you will able to see the text and then edit it...


      I hope that You like that Enjoy :) !!!
      Read more

      What’s The Difference Between 32 Bit And 64 Bit Windows & How To Choose Between Them

      Advantages of 64 bit computer• The main advantage of using 64-bit version of Windows is that it offers better memory accessibility and management.

      • Enhanced security features like Kernel Patch Protection, support for hardware-backed data execution protection, mandatory driver signing, removal of support for 32-bit drivers and removal of the 16-bit subsystem available. 

      • Performance of those programs that are specially written for 64 bit operating system is great.
      Read more

      Windows Loader 2.1.7 + WAT Remover 2.2.6 [7+Vista+Server]


      Windows Loader 2.1.7 + WAT Remover 2.2.6 [7+Vista+Server] by Ak | 5.17 MB

      Waw now appears more Windows Loader 2.1.7 By Ak Fans anythink all I had previously shared Windows Loader 2.1.7 By Daz function the same but since there is new version so I share again. That is their role to make windows 7 you become a full version.
      Read more

      AVG Internet Security 2012 12.0.2127 Multilingual (x86) + Keys

       AVG Internet Security 2012
      AVG Internet Security 2012 12.0.2127 Multilingual (x86) + Keys | 151 MB

      Complete protection for everything you do! With AVG Internet Security, our most advanced protection, you get a worry-free online experience every time. This award-winning
      Read more

      How to copy music from your iPod to your PC




      There are some step to copy music from ipod to your pc easily.

      1. Connect the iPod to your PC. If iTunes starts syncing (ie erasing) your music automatically, hit the X in the upper right hand corner of iTunes display, to the left of the search box, to stop it.


      2. In Control Panel, Portable Media Devices, double-click your iPod.

      3. Navigate to the Music folder.

      4. Select all the music folders, and drag and drop them into a folder on your hard drive, or directly into iTunes.

      And you’re done! The iPod music folder structure is strange and inexplicable, but once you move your files into iTunes you can set it to automatically organize your folder by artist and album to clean that up. (To do this, in iTunes Edit menu, choose Preferences and in the Advanced tab, check “Keep iTunes Music Folder organized.”)

      If you give this a go, lemme know how it goes. I’ll ammend the instructions with any additional info for other versions of Windows and iPods.


      Just for the record, I did not write this article, but I would have known how to do this. But one thing I ahve noticed is that you do not need to go into the control panel. Instead just make explorer.exe show hidden folders. Then, navigate into the iPod directory, go into iPod_control, and follow step four of the article. Software
      Read more

      Follow me on facebook