Saturday, August 1, 2009

How to increase download speeds in firefox

Firefox is configured by default for dial-up speeds. If you have high speed internet access such as DSL or cable, you can change a few settings in Firefox and increase your download speeds. If you change the number of connections that Firefox uses to download, you will see a dramatic increas in your bandwidth. The larger the file you are downloading, the greater the speed will be, because more connections can be made to the server.
1. Change Firefox connection setting by typing "about:config" in the address bar of Firefox.

2. In the "Filter:" bar, type "persistent"

3. You should now see two preference names with their values:

network.http.max-persistent-connections-per-proxy user set interger 4
network.http.max-persistent-connections-per-server user set interger 2



4. Double click on each of the preference names. A window will pop-up allowing you to change the values for each. If you have cable or DSL use a number between 20 and 30!. Click OK.



5.Restart Firefox and you will be able to download more files simultaneously and each file a lot faster.

Update Kaspersky Offline !

Follow the simple steps to download Updates :

Step 1 : Visit this Website
Code:
http://support.kaspersky.com/updater?level=2
and download latest KLUpdater.zip from there as it contains the GUI interface also.

Step2 : Once you downloaded KLUpdater.zip , Just extract the files in a Folder.

Step 3 : Now you will get extracted files, Now run the KasperskyUpdater.exe.

Step 5 : Now the Kaspersky Window will be appeared . Select the specific product for which you want to download the updates.

Step 6: Check the boxes which I marked in the figure and select appropriate product. Once done . click on Apply and then press Start to start the downloading process.

Step 7 : Downloading files will be start and a Command prompt will pop up and will show the status. All the required update files will be now downloaded to the folder “Updates“

Thats it. Once done, now you have the off-line
update for that product of kaspersky which you have selected.

How to use this downloaded files to update your Kaspersky product ??

* Right click on system tray icon of the Kaspersky Antivirus.
* Select the Update menu and click Settings .
* Click the Add menu, and find the location of the folder containing the update file above (download the Updates folder above)
* After added, remove the check for “Kaspersky Lab’s update server” and click OK.
* DONE.

Uploading.com Exploit

This exploit makes any download instant, no waiting time, for Uploading.com.
When you see the download timer, enter this into the address bar:


Code:
javascript: for (var i = 0; i<75; i++) {countdown2();} void(0);

Create your own windows loggon message

Create your own windows loggon message

Click Start, click Run, type regedit, and then click OK.In the Registry Editor,
drill down to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinlogonRightclick LegalNoticeCaption,

click Modify, type My Windows XP Machine, and then click OK.Right-click LegalNoticeText, click Modify, and then type your message.Close the editor and your new message will appear at every log on.
Folder Lock without any S/W
Many people have been looking for an alternative way to lock folders without the use of any alternative software.

So, here you go.

Open Notepad and copy the below code and save as locker.bat.

Please don't forget to change your password in the code it's shown the place where to type your password.

Now double click on locker .bat

First time start, it will create folder with Locker automatically for u. After creation of the Locker folder, place the contents u want to lock inside the Locker Folder and run locker.bat again.

I hope this comes in handy.

************************************************** ********

Code:
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

Hide ur drive without any softwares

you can hide your “private” files using a nifty little registry hack that will completely remove an entire drive from your computer. The drive will not show up in My Computer, will not be accessible from the command prompt, and won’t even show up in Safe Mode! Ok, so here’s how to implement the hack: first off, back up your registry as this requires adding a key to the registry. Once you’ve backed up your registry, open the registry editor by clicking on Start, Run and typing in regedit.

Now navigate to the following registry hive shown below:
HKEY_CURRENT_USER \Software\Microsoft\Windows\CurrentVersion\
Policies\Explorer
Right-click on Explorer and choose New and then DWORD Value.

Name the new value NoDrives and then double click on it to open the properties dialog box. Click on Decimal for the Base unit.

Type in one of the following values depending on that drive letter you want to hide.
Code:
A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64,
H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096,
N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072,
S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304,
X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863If you want to hide drive E, just type in the value 16. The really cool thing about this trick is the fact that you can hide multiple drives by adding the numbers of the particular drives together. For example, if you want to hide drive E and drive G, you would type in the number 80, which is 64 + 16.
Restart your computer and your drive will now be hidden! Trying to hide your system drive (C) will not work as Windows has to use this drive to run correctly, so don’t store your secret files there!
When you want to get your drives back, change the value of NoDrives to 0 or simply delete the value altogether. Of course, having to do this everyday can be a pain, so if you’re up for it, you can try and write a registry file that will allow you to insert and delete the value by just double-clicking a file.
This trick also works for mapped drives, so if you want to hide mapped drives, you can do it this way (though it might just be easier to disconnect a mapped drive).
Enjoy!

Friday, July 31, 2009

Auto Link Checker As You Browse

This is for anyone who uses Firefox and will end the need for you to manually check RapidShare links as any coded links are automatically displayed as live or dead while you simply browse the page. This is good for you moderators when doing reports.


Sample pics of what you see while browsing:

Live links:



Dead links:




Step 1. Go here and get the Firefox Greasemonkey Addon.

Code:
https://addons.mozilla.org/en-US/firefox/addon/748
ust click on the ' Add to Firefox ' button and then restart Firefox once downloaded.


Step 2. Go here and click on the ' Install this script ' button in the top right corner of the page.

Code:
http://userscripts.org/scripts/show/9467
Once you do that a pop up will come up and click the Install button and that is it. Now go look at some pages with RS links both live and dead and i think you will be pleasantly surprised - this should make life a lot easier for all staff from now on hopefully ! :y_thumbsup:

Note - If RapidShare is down you will know instantly as no green or red circle will appear after the links at all !

There are heaps of other scripts you can install to Greasemonkey to customize Firefox and save yourself heaps of time whilst doing other daily chores - just type in Google ' greasemonkey scripts ' and pick the ones you need !

her's a script add on for firefox that does all of the Shares sites
sites that r supported
+ rapidshare.com
+ megaupload.com
+ filefactory.com
+ depositfiles.com

Code:
http://userscripts.org/scripts/show/24984