My Blog

It's all about Information, tricks and knowledge..

How to create password for folder with CMD (Without Software)


Now a day’s people have to secure their files or personal things in computer. People can protect their folder with password by using certain software’s. But, here you can use folder lock without any software by just using CMD. Below you can see the demo and CMD .bat file in attachment. 



Open the Text document, now paste the following code into the contents of the document:
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private 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 Private "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 password to unlock folder
set/p "pass=>"
if NOT %pass%== yourpassword goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

Change the yourpassword text to the password you want to set before conversion. Now go ahead and save the file as pass.bat. Now run your batch file by double clicking on it. It create the folder “Private” first time you run it. This is the folder that you can store all your secret files. When you have finished adding all your stuff in to the Private folder, run pass.bat again. This .bat file is not safe and any other person can edit it. They can view the password and open your private folder. So, better that you can convert you bat file into exe file. It will protect your folder and it is act as a software.

Download:



Simple Contact/Feedback Form in HTML with php (HTML-PHP mailer)

Contact/Feedback Form

Adding a contact/feedback form helps in getting comments from visitors. These forms should not be complex and also don't add much fields for asking to visitor. Here it is a simple contact/feedback form that you can just download and apply it. Along-side the HTML form, you will find a basic PHP script which will capture the form submissions and send the form contents to your email address.

Simple Contact-Feedback Form in HTML-PHP mailer by My Blog


Form validation
Adobe® Dreamweaver® CS3 software comes with a collection of Spry widgets, which make adding dynamic elements to your websites quick and easy.  The Spry widgets are another great example of how Adobe enhances usability in CS3. The Spry framework itself is powerful and technical in nature. But the power of the widgets lies in the fact that they hide the complexity and code. With just a couple of clicks and CSS modifications, you can create a tightly integrated and highly interactive form validation with the Spry.

When you are running with localhost, you get following error:

Warning: mail(): Failed to connect to mailserver at "smtp.gmail.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in S:\wamp\www\sample\mailTo.php on line 10


You will get this error when you are trying to run in localhost. If you are hosted in your domain you won't get any error. A simple contact form with fields: Name, Email, and Message.

The PHP Code which captures and Emails you

The PHP code below is very basic. It will capture the form fields specified in the HTML form and validate. The fields are then sent off to your email address in plain text.

Note: You need to edit 3 parts of the script below. You need to tell it your email address (this will not be available for anyone to see, it is only used by the server to send your email). You can also specify an email subject line (or just leave the one which is there). After successful form submission, you have to redirect destination page or pop-up message. So, you can also specify pop-up message or thank you page. Here in this demo page, the contact/feedback mailing into your email address only. So, kindly enter yours email address to verify  (Both html & PHP files are attached in download link below).  








IMPRO (Industrial Manpower Resource Organizer) WebSite Project ASP.NET with SQL Server


Industrial Manpower Resource Organizer forms the lifeline of the organization to maintain the hierarchy of the employees. It is very essential for an organization to handle the various activities. Such as the Branch, Department, employee profile, vacancy and goal details. This system is helpful for maintain the hierarchy of employees and assign goals to keep track of those goals.

The IT initiatives have encouraged various Organizations to develop systems to facilitate their day to day operations. So, with this Industrial Manpower Resource Organizer can thus help in saving time and the operations will be carried out efficiently. With the effective use, any organization can apply the “Industrial Manpower Resource Organizer” for maintain various information and getting better outcome in less time.

Keywords: Industrial Manpower Resource Organizer, Organization operations, Employees.
ER diagram of IMPRO
SOFTWARE REQUIREMENTS
Operating system                   :    Windows 2000 or later
Front End                              :    ASP.Net with C#
Back End                               :    SQL Server 2008

HARDWARE SPECIFICATIONS
Processor                               :     Intel Pentium or more
Ram                                       :     128 MB or more
Cache                                     :     512 KB
Hard disk                               :     16 GB hard disk recommended




AVG AntiVirus Internet Security 2015 Serial Key till 2018

AVG AntiVirus Internet Security 2015
Antivirus protection that automatically updates to protect you from continually evolving threats. As hackers develop new techniques, AVG's research labs are constantly processing web data to provide new defenses to keep you automatically protected. Get on with your surfing and gaming without interference. Scans operate when you are away from your PC, and it also knows when you are gaming and ensures that the security operates in the background only, leaving you free to play. When prompt for license number during installation, enter the following serial key.

Serial Keys (all the keys have activation till 2018):




Download AVG AntiVirus Internet Security 2015 Official site

How to backup Database in SQL Server 2008 R2 Management Studio


1.   Right click on your database and hover on Tasks, you got another drop-down, Select Back Up.
2.   You will get a pop-up like this. 
3.   Click on OK button.
4.   Navigate to path on your local PC or another path (C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Backup\your database)
5.   You got your backup database.



How to backup drivers and restore using Double Driver


Double Driver is a very simple and useful tool which not only allows you to view detailed information of all the drivers installed on your system but also allows you to backup, restore, save and print all chosen drivers. Double Driver is FREEWARE.
Requirement
ü  Operating system: Microsoft Windows XP/Vista/7/8/8.1 (32-bit or 64-bit)
Main Feature
ü  List, save, and print driver’s details
ü  Backup drivers from current Windows
ü  Backup drivers from non-live/non-booting Windows
ü  Backup drivers to structured folders, compressed (zipped) folder, and Self-extracting capability
ü  Restore drivers from previous backup
ü  Available in GUI and CLI application
ü  Portable (no installation required)
Generate Download button by click on Social Button