Wednesday 29 June 2011

want to get rid of bad dreams try this.........

                                        ॐ हीं श्रीं क्लीं दुर्गर्तिनाशिन्ये महामायाये स्वाहा II 
                                                         

 ( रात को बुरा सपना आने पर , सुबह उठकर , नहाने के बाद  , नव दुर्गा के सामने २१ बार जाप करें .....इससे 
    बुरे सपने का प्रभाव शीन हो जायेगा )

Tuesday 28 June 2011

for those who want to know their exact birthdate

if you don't know your exact birthdate ..............(for eg. :-- if  you were born on 5th day after diwali in the year
 1991 , and the approx. coming of diwali is mid-October and mid-November , so from here you can find in nov calender of 1991 about Kartik Shukla Paksha amavasya ..... and so from that date 5th one will be your birth date..)



http://www.prokerala.com/general/calendar/hinducalendar.php?year=1991&mon=magha

my favourite moviz sites

http://tubeplus.me/

http://www.alias3dmedia.com

http://www.moviebie.com/

http://www.namemovies.net/

http://www.mediafire-movie.com

http://www.free4vn.org/

http://www.sinema-21.com

http://www.mediafire4u.com/

it would be great if you can provide me with your fovourite sites so that i can update ....and others can be
benefitted.....................................enjoy@%#!#@!

sai baba original photo

 

                                                               

create the batch file to lock a folder

How to create the batch file to lock a folder
1. Copy and paste the following codes in a notepad file.

cls
@ECHO OFF
title Folder Confidential
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Confidential goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Confidential "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter the Password to unlock folder
set/p "pass=>"
if NOT %pass%== eclipse goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Confidential
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md confidential
echo Confidential created successfully
goto End
:End

2. Save the file as “Key.bat”. You are done. When you’ll double click on the Key.bat file for first time, a folder “Confidential” will be automatically created. You can move all your confidential data in that folder.Now to lock the folder just double click on the file “Key”. You will get a confirmation message in Command Prompt. Type “y” to confirm. Now the folder “Confidential” will be locked and hidden.If you want to access the contents of the folder then again double click on the batch file, you have created. Immediately you will be prompted to enter your password. After that you can access the folder “Confidential”.

By this process you can password protect the folder and no body can access the folder without the password. But still there is some risk. If some body is a computer savvy then he can easily retrieve the password from your batch file. He can easily find the password by choosing “Edit” option from the right-click context menu.

So, to prevent from that option you can make an executive file of the batch file. The facility of the executive file is that no body can’t see the source code of an exe file. Here I’ve described the process of converting the batch file to executive(.exe) file.

At first you need a compiler that compiles the batch file to an executive file.

1. Download Bat to Exe converter

2. Now run the application and put the source path of the batch file, then the target executive file name with location.

. Click on “Compile” button.

That’s all. Delete the batch file “key.bat”. You can now protect or access the folder by using the exe file (key.exe). Your data is now fully protected.

The above method works in XP, Vista and Windows 7.

While password protecting a folder ensures the security of important data, password protect images to make them private and inaccessible.

<<<<<<<<<<note:- here i have set the password to .......eclipse........ if you want to change , just search for the word eclipse in the command lines from downwards and replace  ''eclipse" with the pass you want.................for more security download bat to exe conv. having password encryption so that you can set pass on your exe file......@#^$#^%#

 ...............................enjoy....

hide files behind photographs

How to hide the files behind JPEG image

Step 1. Create a folder anywhere in your PC e.g. C > Softslas and keep all the files you want to hide as well as the jpg image you will use to keep that files in.

Step 2. Just select all the files you want to hide, and by right clicking on them select the option of add them to a compressed ZIP or RAR file. Only compress the files you want to hide, not the jpg image. Lets name it as “Secret.rar”.

You’ll see that there is those files, the jpg image and a compressed archive named Secret.rar inside the folder Softslas.

Step 3. Now i will tell you how to make the trick.Click on Start menu, click Run and type “cmd” (without the inverted commas), press enter and you will see the command prompt window has been opened. Type cd to get into the root directory and again type cd followed by the folder’s name you want to hide i.e. “cd Softslas”. Now you are inside the directory C > Softslas>.

Step 4. Suppose the jpg image have name of “Image.jpg”. Type the following line

copy /b Image.jpg + Secret.rar Image.jpg

(Omit the quotes) and press enter.

Be sure that the compressed file has the extension of . ZIP or .RAR. As I have heard about some problems people faced while using WinZIP, I recommend you to use WinRAR instead of WinZIP.

That’s all you have to do. Now you have a jpg image with your secret files inside it. If you check the picture size you will see it has been increased by same size that was of the compressed archive. Now you can the delete the . RAR file and the file1 and file2.
How to access the hidden files

Just right click on the file and chose open with WinRar.Then you can see the file you hide behind the picture. Another way to access the hidden file is that just change the extension of the file to .RAR and open the file using WinRar and then extract them.