Your Ad Here

Sunday, March 8, 2009

You Tube video - access file from browser histrory

All of us watch lot of youtube videos online, if you want to save them , there is a simple way to do. You need not use external software to do the job follow these steps

- Install Klite Codec pack - software has package of all video codecs

-open the video in internet explorer - it should render completely.

-go to tools->options->view temporary internet files

-Sort files descending by size

-Copy the file that has the name something like "getvideo?..."

-paste the file to desktop and rename it to 1.flv

- Double click and open.

Tuesday, February 17, 2009

Create Locked Folder

* Copy the following codes (Marked in dark black colour):

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


* Now paste it in notepad.
* Change the "type your password here" with your password (Marked as bold in the above posted matter).
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now copy all the files you want to hide in the locker folder.
* Now double click the batch file to lock the folder namely Locker.
* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.





Monday, February 16, 2009

Browse Internet Via SPICE/IDEA- Mobile for Free

After a lot of efforts I am able to connect my PC to internet via mobile phone,I thought sharing the same with you people.

You require
-GPRS enabled phone
-PC Suite to connect your phone.
-Connecting Cord.
-PC

Method to connect

-Activate free GPRS in your spice phone
-Connect to PC
-Go to control panel and setup a new dialup connection with the following details
- Dialup Number *99#
- Username : 91XXXXXXXXXX
- Password :spice (your free gprs password)

-IMP: Once you setup the connection, go to network properties->TCP/IP properties
-Change DNS servers to 61.1.96.69 and 61.1.96.71
-Restart the connection

Enjoy browsing for free... this method works with most of the mobile networks

Try it and let me know if any issues...




Saturday, February 14, 2009

Importance of Port Forwarding in Torrent Clients

Many of us download stuffs like movies,music , games from torrents so it really matters how much speed you get, when you download huge file of size more than 1GB.

Most of the torrent clients use some random port numbers such as 55600. It is really important to allow the incoming connections on this port. When you open your torrent client, if a Yellow Triangle is displayed in connection status bar, it means the port has not been forwarded properly. and in these cases you get nearly 2 % of the actual download speed.

Following are steps forward the port properly.

- Make an Virtual Server entry in your router entry. It will be created automatically in some of the routers after you install the torrent client.

-Add an Exception to this port number in your Antivirus and Windows Firewall

-Restart your Torrent Client

Green icon gets displayed in the connection status bar. If your internet connection speed is 2mbps, you will get download speed of 170Kbps(depends on torrent factors) in your torrent client.