Showing posts with label Tricks N Tips. Show all posts
Showing posts with label Tricks N Tips. Show all posts
Thursday, May 13, 2010
New RS Rule Trick
Guys all you know that when more than 3 users signin into an account than its pass automatically got changed and e-mailed to user.......
but here is a trick by which u can bypass this
its very simple
1. go to
2.enter rapidshare.com and hit enter
3. enter ur account information and login
4.and then download stuff
5.Enjoy
but here is a trick by which u can bypass this
its very simple
1. go to
Code:
http://www.invisibleurl.com
3. enter ur account information and login
4.and then download stuff
5.Enjoy
8:51 PM by Tech | A 60 Second · 0
Saturday, February 13, 2010
Secret Backdoor To Many Websites login!!
Ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first....
The lesson you should have learned here is: Obviously Google can go where you can't.
Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE.
In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.
Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.
How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html"
Voila! You're done!
You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site...
To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Ps:
Opera allows for on-the-fly switching of User Agents through its "Browser Identification" function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this url:
help://chrispederick.myacen.com/work/firefox/useragentswitcher/download
The lesson you should have learned here is: Obviously Google can go where you can't.
Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE.
In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.
Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.
How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html"
Voila! You're done!
You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site...
To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Ps:
Opera allows for on-the-fly switching of User Agents through its "Browser Identification" function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this url:
help://chrispederick.myacen.com/work/firefox/useragentswitcher/download
7:19 AM by Tech | A 60 Second · 0
Tuesday, February 2, 2010
Speed up Firefox 3.6 Final Version .Speed
![[get-firefox.jpg]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6YjGGvyYvZPzQeqWltgzPHolgCAiLxSkzczfo7vVGA6sgtrkX8L1F5pjH81hPhcK4aGx9EEyYjtKkOiEYpJL17BgdzT4DZgUFBhfhyphenhyphenhRTAJNidTssMdSEck8B0XfDI_s2HNAIrJODP6Y/s1600/get-firefox.jpg)
Right click your desktop and select new text document.
* Open that document and paste the following info.
Quote:
1. Type about:config in the address bar and then press Enter.
2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true. HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.
3. Go back to the filter search bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.
4. In the filter search bar and type network.http.proxy.pipelining. Once opened doubleclick on it and set it to true.
5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.
6. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
B. When prompted to choose the value for the new boolean, select true and click OK.
7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
B. You will be prompted to enter a value. Enter 2250000 and click OK.
8. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
9. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
C. You will be prompted to choose the value for the new boolean. Select true and click OK.
10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK.
11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what’s been received
of a page before the entire page has been downloaded. Since the start of a web page
normally doesn’t have much useful information to display, Mozilla applications will wait
a short interval before first rendering a page. This preference controls that interval. Rightclick (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK.
9:32 AM by Tech | A 60 Second · 0
Increase Harddisk Speed Without Softwares
Here, I am going to share the tricks to speed up your harddisk without any using of the softwares.Lets jump in the process.
1. Click on Start Menu -> All Programs -> Accessories -> System Tools -> Disk Cleanup, Now Windows XP has to calculate the space you will get after the process, then you can choose the file and program to clean them up and click OK button.
2. Clear all temporary files that you have never used anymore. The easiest way is to open the folder containing all the temporary file and delete them. Okay, follow the steps. Now you must close any program you are using and click on Start -> Run, then enter %temp% to open the folder and delete all files.
3. Removing unnecessary programs. Go to Control Panel > Add or Remove Programs ,then uninstall any program you don’t want to use it again.
4. Windows needs to reserve the space for System Restore but it might be over for your computer, so we can decrease the space for System Restore. Don’t worry about this way, your computer will be working normally, we only decrease but not disable. Now right click on My Computer icon, then select Properties -> System Restore and click on Settings button to adjust the percent of space reserved by Windows. 4-5 percent is suggested.
5. Remove program coming with Windows XP after setting up it. These programs are hidden in the list of Add or Remove Programs. Therefore you must release them by clicking on Start -> Setting -> Control Panel -> Folder option, then select View tab and check the box that has the message “Show hidden files …”. Now go to Start -> Run and type inf then press Enter key to find the .inf file format. System will open new window and you can found sysoc.inf file in this folder. Double click on sysoc.inf file to open (Normally open with notepad). Find the program you want to remove and delete the text, hide, in the same line. Okay, you can see the program coming from Setting up Windows, go to Add and Remove Programs again and remove them.
6. Adjust the maximum size of Recycle Bin. Normally the Windows System reserve the hard disk space for Recycle Bin about 20% that is over for me and you, so we can decrease it to 5% and right away you get 15% more hard disk space.Right click on Recycle Bin icon on Desktop and choose Properties tab. Now you can adjust the size you want it to be.
8:40 AM by Tech | A 60 Second · 0
Saturday, January 30, 2010
Let me show you how to lock a folder without a software!
The tutorials shares the folder lock? How....lets see below
Steps:
1- make a new folder ( name it as you like )
2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)
Quote:
Quote: 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%== password here 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
3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :
eg: if NOT %pass%== narnia1234 goto FAIL
//so ur password here becomes narnia1234 .//
4- After that go to ‘save as’ & name this file as "locker.bat "
5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)
6- Double Click on it & u will find a new folder (Private )
7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?
8- Type Y. your private folder will dissapear.
9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.
it not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it'l take u to the control panel...
Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required
Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.
Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place ..
Steps:
1- make a new folder ( name it as you like )
2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)
Quote:
Quote: 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%== password here 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
3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :
eg: if NOT %pass%== narnia1234 goto FAIL
//so ur password here becomes narnia1234 .//
4- After that go to ‘save as’ & name this file as "locker.bat "
5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)
6- Double Click on it & u will find a new folder (Private )
7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?
8- Type Y. your private folder will dissapear.
9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.
it not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it'l take u to the control panel...
Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required
Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.
Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place ..
9:43 PM by Tech | A 60 Second · 0
Wednesday, January 6, 2010
Can't See Secure Sites Use This
Fix the problem with seeing them secrue sites.
(banks or online stores)
I Found this very usefull to me at my work.
(isp backbone support lol, at the time i was regular support )

Follow these Steps :-
1. Make a new notepad file.
2. Write in it the followng DLL's.
3. Save it as all file types, and make it something like Securefix.bat
Dont forget to that make the extention .bat than .txt
then just run the file and ur problem shuld be gone.
(banks or online stores)
I Found this very usefull to me at my work.
(isp backbone support lol, at the time i was regular support )
Follow these Steps :-
1. Make a new notepad file.
2. Write in it the followng DLL's.
regsvr32 SOFTPUB.DLL
regsvr32 WINTRUST.DLL
regsvr32 INITPKI.DLL
regsvr32 dssenh.dll
regsvr32 Rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 Cryptdlg.dll
regsvr32 WINTRUST.DLL
regsvr32 INITPKI.DLL
regsvr32 dssenh.dll
regsvr32 Rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 Cryptdlg.dll
3. Save it as all file types, and make it something like Securefix.bat
Dont forget to that make the extention .bat than .txt
then just run the file and ur problem shuld be gone.
7:44 PM by Tech | A 60 Second · 0
End An Non-Responding Task Or Virus Quickly
Many A times people asks me how to overcome a virus or any unresponding task quickly.
Its not easy to end any of the virus file but there are certain ways to end an unresponding task.

Let me introduce you to my friend Unlocker
Unlocker is a specialised software for handling such problems where any of the normal computer user can get in trouble and making his computer shutdown or restarting it and getting huge trouble like fixing it.
It has four options for file handling:-
1. Kill Process (ends the program causing problems).
2. Rename (renames the file).
3. Delete (deletes the file).
4. Change Path (change the system path of the file).
I specially recommend to those users who have just owned a computer and dont know much about it.
You Can Download The Unlocker From
Its not easy to end any of the virus file but there are certain ways to end an unresponding task.

Let me introduce you to my friend Unlocker
Unlocker is a specialised software for handling such problems where any of the normal computer user can get in trouble and making his computer shutdown or restarting it and getting huge trouble like fixing it.
Unlocker is a tool which will help you overcoming the scandalous Windows bugs...
It has four options for file handling:-
1. Kill Process (ends the program causing problems).
2. Rename (renames the file).
3. Delete (deletes the file).
4. Change Path (change the system path of the file).
I specially recommend to those users who have just owned a computer and dont know much about it.
You Can Download The Unlocker From
7:42 PM by Tech | A 60 Second · 0
Send Email From Unknown To Unkown

SMTP: Simple Mail Transfer Protocol
This service runs on port 25 (in most cases) and is used to send outgoing email.
Now, open up the command prompt and telnet to mail.hotmail.com on port 25
(note: to see what you type, type telnet and enter then type in set local_echo)
telnet mail.hotmail.com 25
When yer connected type in (except what's in between *'s; you chose what will go in the []):
hello
*wait*
mail from:[whoever]@[whoever.com]
*wait*
rcpt to:[whoever]@[whoever.com]
*wait*
data
*wait*
[write]
[whatever you want]
[in]
[as many]
[lines as wished]
.
*wait*
quit
*wait*
mail from:[whoever]@[whoever.com]
*wait*
rcpt to:[whoever]@[whoever.com]
*wait*
data
*wait*
[write]
[whatever you want]
[in]
[as many]
[lines as wished]
.
*wait*
quit

Hello is just a handshake with the server.
Mail from: is FROM who you want the email to be.
rcpt to: is who you want the email to go to. under data is what you want sent. the '.' ends data. quit quits.
This is simple isn't it.
7:40 PM by Tech | A 60 Second · 0
Check Invisible Users on Yahoo and MSN
Have you ever wondered why a person in your contact list appears offline to you all the time? Now you can spy your buddy to see his real yahoo status.If someone has blocked you on yahoo or is hiding from you by keeping himself or herself as invisible, you can track him/her easily. Although the tool which I am going to post is easy and simple to use but the side affects are many. Consider that you have tracked the person who is sitting invisible and you ping that person , and in return you didn’t get a reply, you again buzz that person, again no reply, you again……………and you end up with a bad mood and start figuring bad things about that person.
Well that was a bit of personal experience( I am sure you have judged that). Now without wasting enough time, I provide you the list of sites that will actually help you to track a person. These all sites work on the same platform, they just ping the yahoo or google or msn or aol server to check the status of the person you have enquired.
IM Invisible : This site will let you know about the status of Yahoo IM only.
Detect Invisible : This site also works with Yahoo IM only.
Block Checker : This is an amazingly good site that will not only let you to track Yahoo, but Skype, Gmail and MSN also.
Yahoo Block Checker : Works with Yahoo only but this site is not reliable.
Well that was a bit of personal experience( I am sure you have judged that). Now without wasting enough time, I provide you the list of sites that will actually help you to track a person. These all sites work on the same platform, they just ping the yahoo or google or msn or aol server to check the status of the person you have enquired.
IM Invisible : This site will let you know about the status of Yahoo IM only.
Detect Invisible : This site also works with Yahoo IM only.
Block Checker : This is an amazingly good site that will not only let you to track Yahoo, but Skype, Gmail and MSN also.
Yahoo Block Checker : Works with Yahoo only but this site is not reliable.
6:23 PM by Tech | A 60 Second · 0
Detect Invisible Users on Instant Messengers
Hi friends,I m one of those guys who always sign in as invisible in my IM’s because if I set my status to “Online” or available, at least 6 (unwanted) chat windows will open and pest me up. However recently one good friend of mine tracked my status (both on Gmail and Yahoo),slightly baffled I asked him how he did that,and here I m sharing with you how he tracked my status on both IM’s. You can use the given methods to find your friends who try to hide from us,the lesser mortals.
TRACK INVISIBLE USERS ON YAHOO
Yahoo Messenger is a bit cryptic when it comes to tracking users,so we can track their status by these 2 methods -
Yahoo Invisibility Detection sites
Using Yahoo’s URL Resources
Yahoo Invisibility Detection Sites
I’ve found many sites which helps you to see which of your buddies are hiding online,some of these sites are:
YDetector.com
Invisible-Scanner.comInvisible-Scanner.com
DetectInvisible.com
YahooScan.net
Invisible.ir
These site are very easy to use and self explain themselves. Just enter the ID you want to trace and get the status.
Yahoo URL Resources
Here are a bunch of URLs that can be used to detect invisible users, just replace “[username]” with the username you want to detect :
http://mail.opi.yahoo.com/online?u=[username]&m=g&t=0
(Shows up a yellow smiley if the person is online and gray if the person is offline or invisible)
http://mail.opi.yahoo.com/online?u=[username]&m=g&t=1
(Shows up a button with “Online Now” or “Not Online”)
http://mail.opi.yahoo.com/online?u=[username]&m=g&t=2
(Shows an image with “I am Online send me a message” or “Not Online right now”)
http://mail.opi.yahoo.com/online?u=[username]&m=a&t=0
(Shows a text with “[username] is ONLINE or NOT ONLINE”)
http://mail.opi.yahoo.com/online?u=[username]&m=a&t=1
(Shows “00” if person is offline and “01” if he is online)
remember,You have to replace the text in RED color in the given URL with the Yahoo ID you want to detect,
for eg - my YahooID is “iamrdx” ,the first URL is :
http://mail.opi.yahoo.com/online?u=[username]&m=g&t=0
After the replacement it would appear as :
http://mail.opi.yahoo.com/online?u=iamrdx&m=g&t=0
TRACE INVISIBLE USERS ON GTALK
Tracing Gtalk users is rather easy,you only have to use the following method -
Login to Gtalk using your Google id.
Go to IM window of user you want to trace for invisible.
You will see a drop-down list on right top side,click on it.
Click on "go off the record".
Now give any message.
If the "xyz@gmail.com is offline and can't receive messages right now" message appears in red color it means your friend is really offline.
If no message comes means your friend is online and invisible for all.
6:04 PM by Tech | A 60 Second · 0
Monday, January 4, 2010
Download Video From Any Site Without Software
1.Play the video fully or atleast buffer it fully
2.Click Start >all programs>accessories>system tools>disk clean up
3.Select your default windows drive which is usually c
4.select Temp internet files and click View files
5.Make sure u have checked that hidden folders and system files are visible
6.3 or4 folders will be there , enter each and of them and change view settings to details (Ignore any warnings that may come)
7.Look for a file of size larger than 1 mb or so (usually 1 minute videos will be 1 mb and for each mb it may be 1 mb more)
8. copy them to another directory and rename them to something.flv or .mp4
If u use opera then
play file fully
then open my computer>documents and settings>Local settings>Application data>opera>opera>your profile>cahce 4
change view to details and find the largest file .It is your video
For both to work donot close the browser after the video is buffered
and both hidden files and system files must be visible.
This method is usfull for nearly all sites.
2.Click Start >all programs>accessories>system tools>disk clean up
3.Select your default windows drive which is usually c
4.select Temp internet files and click View files
5.Make sure u have checked that hidden folders and system files are visible
6.3 or4 folders will be there , enter each and of them and change view settings to details (Ignore any warnings that may come)
7.Look for a file of size larger than 1 mb or so (usually 1 minute videos will be 1 mb and for each mb it may be 1 mb more)
8. copy them to another directory and rename them to something.flv or .mp4
If u use opera then
play file fully
then open my computer>documents and settings>Local settings>Application data>opera>opera>your profile>cahce 4
change view to details and find the largest file .It is your video
For both to work donot close the browser after the video is buffered
and both hidden files and system files must be visible.
This method is usfull for nearly all sites.
10:09 PM by Tech | A 60 Second · 0
Saturday, December 19, 2009
This summary is not available. Please
click here to view the post.
9:54 AM by Tech | A 60 Second · 0
Double ur internet speed !!!! How
Look for program called TCPOptimizer.exe
For windows XP,
a few clicks and its done,
it will even auto find the max MTU for your pc,
normally 1500 is the normal setting though.
1/2/3 And reboot

For windows XP,
a few clicks and its done,
it will even auto find the max MTU for your pc,
normally 1500 is the normal setting though.
1/2/3 And reboot
9:50 AM by Tech | A 60 Second · 0
Speed up you BroadBand Internet with Shiro Dsl Router
what the hell man u no need to open ur Broad band Configuration service
dont go to that link .. coz if u made any changes in above configuration link .. u net will be suspended and Pakistan Ptcl Broad Band will be then Again repair it .. the below one is just for xp sp1 and sp2
open-conection-socks
go This Link Download the small proggy , Open socks Connection For window Xp . the procedure is written by Bro Vit .. 5 or 4 steps and u r done ur Ports are open of Windows .. and u can use any cracker Http or Sock
If u r using Window vista then go to below topic and download the Vista Port open :
windows vista TCP/IP UAC PATCH
if u r usin Sp3 xp window goto below topic:
Windows XP SP3 TCP/IP Patcher
put the value 100000

download IDM which will increase Ur pakistani DSl board band service a lil faster. ..
IDM will increase ur Kb/s more than Internet explorer .. and Mozilla
dont go to that link .. coz if u made any changes in above configuration link .. u net will be suspended and Pakistan Ptcl Broad Band will be then Again repair it .. the below one is just for xp sp1 and sp2
open-conection-socks
go This Link Download the small proggy , Open socks Connection For window Xp . the procedure is written by Bro Vit .. 5 or 4 steps and u r done ur Ports are open of Windows .. and u can use any cracker Http or Sock
If u r using Window vista then go to below topic and download the Vista Port open :
windows vista TCP/IP UAC PATCH
if u r usin Sp3 xp window goto below topic:
Windows XP SP3 TCP/IP Patcher
put the value 100000
download IDM which will increase Ur pakistani DSl board band service a lil faster. ..
IDM will increase ur Kb/s more than Internet explorer .. and Mozilla
9:44 AM by Tech | A 60 Second · 0
Increase Speed of Harddisk
To speed up your hard disk speed we need to configure a special buffer in the computer's memory in order to enable it to better deal with interrupts made from the disk.
This tip is only recommended if you have 256MB RAM or higher.
Follow these steps:
Run SYSEDIT.EXE from the Run command.
Expand the system.ini file window.
Scroll down almost to the end of the file till you find a line called [386enh].
Press Enter to make one blank line, and in that line type
Irq14=4096
Note: This line IS CASE SENSITIVE!!!
Click on the File menu, then choose Save.
Close SYSEDIT and reboot your computer.
Done. Speed improvement will be noticed after the computer reboots.
Update: The most speed improvement is visible with IDE drives, however there are reports that this tweak also does good for SCSI disks. In any case, it won't harm your system..I HOPE..IT
9:38 AM by Tech | A 60 Second · 0
How to add Safe Mode to Xp boot Menu
Want to add Safe Mode to your XP Boot Menu?
Here's how. First, right-click My Computer and click into Properties. Click Advanced. Under Start Up and Recovery, click the Settings button. Click Edit. The BOOT.INI file will open in Notepad. Copy this line:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Micro soft Windows XP Professional" /fastdetect
Paste the line you just copied after the original one. Change the second line from "Microsoft Windows XP Professional" to “Windows XP Safe Mode” or something similar. At the end of this line add the following:
/safeboot:minimal /sos /bootlog Save the file by clicking File, then Save. Restart your computer and Safe Mode should be available at the boot menu.
Here's how. First, right-click My Computer and click into Properties. Click Advanced. Under Start Up and Recovery, click the Settings button. Click Edit. The BOOT.INI file will open in Notepad. Copy this line:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Micro soft Windows XP Professional" /fastdetect
Paste the line you just copied after the original one. Change the second line from "Microsoft Windows XP Professional" to “Windows XP Safe Mode” or something similar. At the end of this line add the following:
/safeboot:minimal /sos /bootlog Save the file by clicking File, then Save. Restart your computer and Safe Mode should be available at the boot menu.
9:23 AM by Tech | A 60 Second · 0
Removing Hidden Alternative email
1. Reset Your password using your own verified email.
2. After the pass has been rest you see a new page like this.

3. Press "dont delete" the hidden emails.
4. Refresh the page and now press delete next to the hidden mails.

5. The hidden mail is gone.

2. After the pass has been rest you see a new page like this.
3. Press "dont delete" the hidden emails.
4. Refresh the page and now press delete next to the hidden mails.
5. The hidden mail is gone.
9:17 AM by Tech | A 60 Second · 0
Subscribe to:
Posts (Atom)