Search Box:   

Browse Pay sites for free !!

| Tuesday, April 14, 2009 |

I found a very interesting post recently on Sumesh's site while I was going through my subscriptions and I liked it so much that I decided to share it with you. So many times we come across sites that demand money to show your favorite content. This becomes quite disappointing for us as we have to spend a large amount to view our favorite content, but in some of these sites we can go through our favorite content without paying any money.
This can be done if we disguise ourself as a search bot because some of these sites allow the search bots to let in without any payment to increase the hits on their sites.They detect search bots by its User Agent attribute (for Firefox, it is Mozilla 5.0), and allow only bots in. Hence you can exploit this weakness of the sites that these sites have created themselves.

The user agent defines the browser, what OS you are using, and other small bits of information.information. Switching user agent in various browsers require seperate procedure, as follows: Visit DNSStuff to know your current user agent. Visiting it gave me the following report:


Changing the user agent is easy:

  • Browse pay sites on Firefox

    Install User Agent Switcher Firefox extension and import this XML file by TechPatterns (do not click the link directly, instead right click and save) that has the required Googlebot/2.1. Once the file is loaded, configure your user agent to Googlebot 2.1

  • Pay sites on Internet Explorer

    Change a registry entry, by opening Notepad, then copying the code below into it:

    Windows Registry Editor Version 5.00 [HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet Settings5.0User Agent] @=”Googlebot/2.1″ “Compatible”=”+http://www.googlebot.com/bot.html”

    Save as “uagent.reg” (with the quotes). Double click on it to load the setting. You could also go to the Registry directly, but my guess is that at least some of you are not comfortable working with the Registry.

    To remove the hack, copy the following code into a Notepad window and save as “originaluagent.reg” (with the quotes) and double click it:

    Windows Registry Editor Version 5.00 [HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet Settings5.0User Agent] @=”Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”

Finally, test whether the hack has taken effect by pointing your browser to DNSStuff website. The user agent should now be “Googlebot” according to DNSStuff.



Read more...


Turn keyboard to Disco

| Monday, April 13, 2009 |


Well some of you might be knowing this trick that by running a simple script you can make your Num lock,Caps lock and Scroll lock LED's dance to disco tune.For those who don't here's the simple script and yes,the script is absolutely harmless...

Script:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

Instructions:

  • Paste the code in notepad
  • Save as disco.vbs
  • Run the file
  • To stop the script open task manager
  • IN PROCESSES DELETE WSCRIPT.EXE FILE
[Thanks Aditya]


Read more...


Find who is invisible on Galk

| Sunday, April 12, 2009 |


Many people now days like remain on an invisible mode on GTalk.Even today when I was online this morning my friend was invisible on Gtalk. I wanted to chat with him but I didn't know he was online to.It was later in the dy that I came to know that he was online.
One of my friends once told me that there is a way to detect who is invisible on GTalk so today I searched For the trick and found it on Vishal's blog.

The trick goes like this:

1. Set the chat as off the record with target user.

2. Open the chat window of person, whom you want to check if Invisible or Offline. Go to Options and click "Go Off Record".

3. Now send message to that user

4. If you get the message that "The user is offline and can’t receive messages right now " that means the user is offline.

5. But if you didn’t get any message that means User is online and is in invisible mode..:)


Read more...


Convert PDF files to Word files

| |


recently I had been lookin for such a free utility that will help me convert my pdf files to word documents because I wasn't able to edit the files and I needed to change them for my own purpose, until I fell upon this utility on Keith's site which gave me this free utility to convert my pdfs to word docs.
The PDF to Word converter is a browser based web service which will allow you to quickly and easily create editable DOC/RTF files, making it a cinch to re-use PDF content in applications like Microsoft Word, Excel, OpenOffice, and WordPerfect.

Features:

  • It’s entirely free.
  • It retains the text formatting, including all the bold & italics, hyperlinks and more
  • It maintains proper paragraph formatting and justification
  • Adds the proper header and footers to the word document.




Read more...