Icrease Your Download Speed By +2 or +3 KBPS

6 02 2008

Well sometimes you need to download a big file and your sluggish net can’t do the job for you with this trick your net will download files for +2 or +3 kbps then your actual download speed

The trick is this that you must use proxies for downloading file
copy the url of the file to be downloaded and then

go to www.proxy.org

select a proxy and enter this url and hit go download the file it will get downloaded more fast then your actual speed

http://www.easytutorial.info/?p=18





Change Your System Properties Dialog Box in Windows XP

5 02 2008

NOTE: Here I’ll describe how to change the first tab “General” in System Properties dialog box. Following is a screenshot of the dialog box which will you get after following this hack:

1.) I’m uploading some images, which will be required to be added in dialog box. Just download them on your computer and Save them as BMP (Coz the site automatically converted them in JPG after uploading):

Save it as 1.BMP.
1.JPG

Save it as 4.BMP.
4.JPG

Save it as 5.BMP.
5.JPG

Save it as 6.BMP.
6.JPG

2.) Open %windir%\System32\sysdm.cpl file in Resource hacker.

3.) Now we have to replace existing 1.BMP file with the downloaded one. To do this:

a.) Goto Bitmap -> 1 -> 1033.
b.) Click on Action -> Replace Bitmap.
c.) Click on Open file with new bitmap… button.
d.) Select the new downloaded 1.BMP file and click on Open button.
e.) finally click on Replace button.

4.) Now we have to add remaining downloaded BMPs in the file. To do this:

a.) Click on Action -> Add a new Resource ….
b.) Click on Open file with a new resource… button.
c.) select 4.BMP and click on Open button.
d.) Give 4 in Resource Name and 1033 in Resource Language text boxes.
e.) Finally click on Add Resource button.

5.) Repeat 4th Step for other BMPs (5.BMP & 6.BMP) also. (Resource Name for 5.BMP & 6.BMP will be 5 & 6 respectively and Resource Language will be 1033 for both).

6.) Now download following text file, open it and copy the whole contents then goto Dialog -> 101 -> 1033 and replace existing code with the copied code:

sysdm_code.txt

7.) Click on Compile Script button.

8.) Now to change the text “Microsoft Windows XP” & “Version 2002” (or something like that):

a.) Goto: String Table -> 12 -> 1033.
b.) Change the String in 180 to “Windows VISTA™ Ultimate Edition” & click on Compile Script button.
c.) Similarly goto: String Table -> 13 -> 1033.
d.) And change the String in 195 to “Hacked by : VISHAL GUPTA” (If u want, U can change “VISHAL GUPTA” with your name ) & click on Compile Script button.

9.) At last Save the file and see the magic.

PS: Here in the screenshot image saying “ask for Genuine Microsoft software” is the OEMLOGO.BMP which you have to place at %windir\System32\ folder. I’m attaching it too.

OEMLogo





Tips to Speed-up Your FireFox

5 02 2008

Following are a few interesting tips for Firefox which can speed up and can add new functionalities to Firefox.

1. Follow steps:

=> Type “about:config” in the adress field.
=> Set the value of network.http.pipelining to “true“.
=> Set the value of network.http.pipelining.maxrequests to “100“.
=> Set the value of network.http.proxy.pipelining to “true

2. In the firefox address bar, type “about:config“. In the filter box that appears at the top, type “turbo” and hit enter. Double click on the result that comes up and in the box type “true.” Finally, sit back, do some browsing, and watch the magic.

NOTE: If you don’t find “turbo” key, then right-click on the empty area and select “New -> Boolean“. Give it name browser.turbo.enabled and set its value to true.

3. Remove the close button from the tab bar

You can remove the close button from the tab bar by adding the following code to your userChrome.css file:

/* Remove the close button on the tab bar */
.tabs-closebutton {
display: none !important;
}

You can still close tabs by right clicking on them and select Close Tab, or by pressing Ctrl+W or Ctrl+F4.

Note: You can Undo Closed Tabs by using Ctrl+Shift+T.

4. Remove items from the main menu

Some people like to place all their toolbar items on the same row as the menu. In order to save horizontal space, you can remove top menu items that you don’t use. Add the following code to your userChrome.css file:

/* Remove the Go and Help menus
(These are just examples. Try changing “Go” to “Edit” or “Bookmarks”) */
menu[label=”Go”], menu[label=”Help”] {
display: none !important;
}

5. Change the cursor for links that open in new window

This neat trick will change the mouse pointer when you hover it over links that will open a new window. Add the following code to your userContent.css file:

/* Change cursor for links that open in new window */
:link[target=”_blank”], :visited[target=”_blank”],
:link[target=”_new”], :visited[target=”_new”] {
cursor: crosshair;
}

6. Change the cursor for JavaScript links

This tip will change the mouse pointer when you hover it over links that will perform a JavaScript command. Add the following code to your userContent.css file:

/* Change cursor for JavaScript links */
a[href^=”javascript:”] {
cursor: move;
}





Tips to Speed-up Your FireFox

5 02 2008

Following are a few interesting tips for Firefox which can speed up and can add new functionalities to Firefox.

1. Follow steps:

=> Type “about:config” in the adress field.
=> Set the value of network.http.pipelining to “true“.
=> Set the value of network.http.pipelining.maxrequests to “100“.
=> Set the value of network.http.proxy.pipelining to “true

2. In the firefox address bar, type “about:config“. In the filter box that appears at the top, type “turbo” and hit enter. Double click on the result that comes up and in the box type “true.” Finally, sit back, do some browsing, and watch the magic.

NOTE: If you don’t find “turbo” key, then right-click on the empty area and select “New -> Boolean“. Give it name browser.turbo.enabled and set its value to true.

3. Remove the close button from the tab bar

You can remove the close button from the tab bar by adding the following code to your userChrome.css file:

/* Remove the close button on the tab bar */
.tabs-closebutton {
display: none !important;
}

You can still close tabs by right clicking on them and select Close Tab, or by pressing Ctrl+W or Ctrl+F4.

Note: You can Undo Closed Tabs by using Ctrl+Shift+T.

4. Remove items from the main menu

Some people like to place all their toolbar items on the same row as the menu. In order to save horizontal space, you can remove top menu items that you don’t use. Add the following code to your userChrome.css file:

/* Remove the Go and Help menus
(These are just examples. Try changing “Go” to “Edit” or “Bookmarks”) */
menu[label=”Go”], menu[label=”Help”] {
display: none !important;
}

5. Change the cursor for links that open in new window

This neat trick will change the mouse pointer when you hover it over links that will open a new window. Add the following code to your userContent.css file:

/* Change cursor for links that open in new window */
:link[target=”_blank”], :visited[target=”_blank”],
:link[target=”_new”], :visited[target=”_new”] {
cursor: crosshair;
}

6. Change the cursor for JavaScript links

This tip will change the mouse pointer when you hover it over links that will perform a JavaScript command. Add the following code to your userContent.css file:

/* Change cursor for JavaScript links */
a[href^=”javascript:”] {
cursor: move;
}





Add “INSERT” Option In CD Drive Contect Menu

5 02 2008

So guys!

Finally I got it working.
After a few minutes of R&D, I got an option “Insert” in my CD Drive context menu to close the open tray

What I did, I had a setup of a little utility on my HDD since ages, actually I got the utility from a CHIP CD (I think?). This utility just sits in the system try and lets u open/close the tray.

I just installed it bcoz some1 requested me to find out some way to add close cd option in the CD Drive context menu.

Then after some R&D, I got that a file cdeject.dll is installed by it and causes the open/close operation.

So I just copied the DLL file and then uninstalled the s/w. Now the Insert option was not available in CD drive context menu. And thats what I wanted!

Now I copied the DLL file to System32 folder, and added its entry in Registry.

And VOILLA, I got the Insert option back…..

So here is the step-by-step procedure:

1.) D/l the attached file, extract it and copy the DLL file to “%windir%\System32” folder.
2.) Copy following code in notepad:

Code:
Windows Registry Editor Version 5.00  [HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}] @="CDEject Context Menu Shell Extension"  [HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}\InprocServer32] @="C:\\WINDOWS\\system32\\cdeject.dll" "ThreadingModel"="Apartment"  [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}] @="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"

3.) Save the file with any name but the extension must be .REG
4.) Now run the file, it’ll ask ur permission, accept it.
5.) Now u’ll get an Insert option in the CD Drive context menu.





Folder Locker, Very Amazing

5 02 2008

@ECHO OFF
title Folder Locker By Masroor Aijaz
if not exist readme_locker.txt goto readme
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the ‘Personal’ folderY/N)
set /p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto exit
if %cho%==N goto exit
echo Invalid choice. Try Again.
goto CONFIRM
:LOCK
ren Personal “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
pause
goto exit
:UNLOCK
echo Enter password to unlock folder
set /p “tyoe your password here >”
attrib -h -s “c:\windows\setup.ecr”
set /p oripass= < c:\windows\setup.ecr
attrib +h +s “c:\windows\setup.ecr”
if NOT %pass% == %oripass% goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Personal
echo Folder Unlocked successfully
pause
goto exit
:FAIL
echo Invalid password….
echo If you forgot the password mail me:kpmsivachand@yahoo.com
pause
goto exit
:MDLOCKER
rem echo Enter the name for create a folder to hide:
rem set /p “name= >”
echo Enter the password for hide the ‘Personal’ folder:
set /p “msg=>”
del “c:\windows\setup.ecr”
cls
echo %msg% >> c:\windows\setup.ecr
attrib +h +s “c:\windows\setup.ecr”
md Personal
echo ‘Personal’ Folder created successfully …
echo It is created in the current directory…
pause
goto exit
:readme
echo Readme file created….
echo Follow the procedure according to the readme_locker.txt
echo ================================================>> readme_locker.txt
echo Folderlocker By Masroor 1.0 (Beta) * README FILE * Nov 22, 2007 >> readme_locker.txt
echo =============================================== >> readme_locker.txt
echo CONTENTS: >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo ———————— >> readme_locker.txt
echo Folder locker is used for the protect a folder with a password. >>readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo ——– >> readme_locker.txt
echo i.Enter the password for hide the ‘Personal’ folder >> readme_locker.txt
echo ii.Drag the files into ‘Personal’ folder to protect >> readme_locker.txt
echo iii.Run the folderlocker.exe again >> readme_locker.txt
echo iv.If you want to lock the folder hit ‘y’ or ‘Y’ Without Quotes >> readme_locker.txt
echo vi.If you want to retrieve the folder run the folderlocker.exe again >> readme_locker.txt
echo vii.Give the Correct password >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo ———– >> readme_locker.txt
echo Yahoo!: Link: >> readme_locker.txt
echo Google: Link: >> readme_locker.txt
echo Note: >> readme_locker.txt
echo —– >> readme_locker.txt
echo ============================================== >>readme_locker.txt
pause

:exit

Copy the above code and paste in notepad and save this as
folderlocker.bat

1. Now double click on it which opens a readme_locker.txt file
2. Again double click on folderlocker.bat which now asks to enter the password, enter password, now you will see a folder created under named “personal”
3. Now copy all the contents you want to hide in this personal folder
4. Now again double click on folderlocker.bat which will asks to press y/n to hide the folder,press y
5. That’s all you will see your personal folder is hidden completely, and also invisible if go to show hidden files and folders
6. Later if you want to see the personal folder just click on folderlocker.bat
which asks to enter the password, enter it then you will find personal folder appears





Create A Disk Checker

5 02 2008

Do you wanna searching for Create your Own Disk Cheker, here a tutorial about this.

Start >> Run >> type notepad and press enter, Copy the following writed on notepad and save with the file name Disk_Checker_Masroor.bat

 Copy this to the notepad

title Window Disk Checker By Masroor Aijaz

cls

chkdsk

cmd

Now run this utility, Now your are my file is Checking your File System!

 To download ready of this see the uploaded file

UPLODED FILE:

http://www.MegaShare.com/352678





Hunting MP3 & Other Audio Files

5 02 2008

If you wan to embed or playing audio for your Friendster Profile, MySpace or maybe blogs you will need host for your audio files. You can host it on your own server or you can place it on other free audio host server.

But, there are many user already host their mp3 or other audio files in their server and public allowed access. These files are indexed with search engine and all we need is just to look for it and with a specific method.


Find it using Google intitle

In the search query type one of this:

?intitle:index.of? mp3 “Song Tittle”
?intitle:index.of? mp3 “Artist”
?intitle:index.of? mp3 “Artist” “Song Tittle”

For more good result you can remove any web page files from search result. So the result only show indexed directory. To remove web page from result, add “-” before any web page file type.

example:
?intitle:index.of? mp3 “Nirvana” “About a Girl” -html -htm -asp -php -jsp


For other audio files just change mp3 with file type you want to search for.

example:
?intitle:index.of? wma “Artist” “Song Tittle”

Let Google find it in multiply.com

Multiply allow their member to put media files on their server. All this media media files are indexed by Google and can be searched. But, you have to be one of their member to get all those searched media and those files can’t be embed to your Friendster or MySpace. So, you just can only download from it if you’re one of their member.

Search using one of below:

“Song Tittle” site:multiply.com
“Artist” site:multiply.com
“Song Tittle” “Artist” site:multiply.com

Search using altavista and alltheweb.

Altavista
and Alltheweb have a feature to specifically find Mp3/Audio files. You can use this feature to easily find media files by just typing song tittle or artist, no specials keyword needed in here.


Note: You can use Google method to find another files other than audio like Video or Document files.





Multi Yahoo! Messenger Without Any Software

5 02 2008

If u have many yahoo IDs and want to login more that one yahoo ID at the same time in Yahoo Messenger then follow this trick:-

1. Click Start > Run > Regedit > Enter

2. Then go to:-
HKEY_CURRENT_USER/Software/Yahoo/Pager/Test

3. In right side panel right click > create a new Dword value > Name Plural > value 1.

4.close the registry editor > restart your computer

5. For signing in with new YAHOO ID open another messenger open as many messengers you need

6. To disable multiple yahoo messenger option > open registry editor > change Plural value 1 to 0.





Remove Shortcut Arrows

5 02 2008

Now we’re gonna do a little registry tweak for removing Shortcut Arrow from desktop icons. Open regedit (Start -> Run and type regedit), expand the “HKEY_CLASSES_ROOT” and scroll down to “lnkfiles”. Right click on “IsShortcut” string and click delete.

Now close any open application/program and restart your computer. In the next start you should see no more Arrow and Background in your desktop icons.