Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Test Your Windows XP Security

Sunday, September 21, 2008


Security is becoming more and more important as new viruses and worms (Lovesan Worm, Blaster Worm...etc) keep being unleashed. That's why it's important to make sure your system is protected.Put your system to the test. Here are some great websites that will test your security:


Hackerwhacker.com

GRC

Testmyfirewall

Auditmypc

Click Here to Read More..
By htRULZ 6 comments

Browse the Internet Anonymously


Image Surfing on the net is not as secure as the average internet user may think. Your identity and what you are doing can be monitored easily. This is especially true for those with Wireless networks, those who browse the internet from their work computer and those that browse dodgy (red flag) websites. The solution is to use an anonymizer when you surf the net.
Anonymous Surfing redirects your web traffic through secure servers, hiding your online identity. Identity thieves, aggressive marketers, hackers and online snoops are prevented from accessing your personal information and viewing your Internet activity.

The Anonymizer (includes a Free Tool to browse any website anonymously)

Surf Secret

Proxy 7

Virtual Browser

Hide IP

Site Tunnel

Surf Anonymous

From reading some of the information on these sites, you may be shocked to realize how little privacy you actually have….even with a Firewall. If you have concerns with identity theft or monitoring of your online browsing without your permission , I suggest you take a look at these sites and decide for yourself.

Click Here to Read More..
By htRULZ 4 comments

Download Google Chrome Themes

Saturday, September 13, 2008


Everyone is enjoying Google Chrome and so as me.It's features such as browsing speed,incognitio mode,javascript console,very low memory usage has made it a favorite of millions of web surfers around the world.But what i feel and most of you will agree is the look of Chrome is not cool enough.May be it is in accordance with Google's policy "Simple but powerful".Now there is a solution to this.Here are some cool themes for Chrome ,that will make it sexiest browser in terms of looks as well.



How to install Google Chrome themes


1.Download the zip files from the liks given below.

2. Extract the files from the archive using your own extraction tool. eg WinRAR

3. Go to: (Replacing USERNAME with your username)

Vista users -

C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\0.2.149.27\Themes

XP users-
C:\Documents and Settings\USERNAME\LocalSettings\AppData\Google\Chrome\Application\0.2.149.27\Themes

And backup your existing, Default.DLL file (Just incase anything goes wrong)

4. Copy over Default.DLL from your extracted files into your Themes folder

5. Open up Chrome and guess what you have a new theme installed.


Note: Don’t forget to make backup of default theme file before replacing with new one.

Screenshots & Download links



Download Google Chrome Green theme here



Download Google Chrome Mozilla Firefox theme here



Download Google Chrome Light Green theme here



Download Google Chrome Orange theme here


Download Google Chrome dark theme here


Download Google Chrome Vista theme here


Download Google Chrome Mac theme here

Click Here to Read More..
By htRULZ 0 comments

Give your iGoogle page an artist's touch


In case you're looking for some more personality to add to your iGoogle page, here is a fresh collection of iGoogle artist themes.The new collection features designs from 28 leading artists from the worlds of fashion and music. This group is amazing, spanning a wide range of styles and genres: Radiohead and Gnarls Barkley used radiant colors; Gucci, Burberry, and Vera Wang illustrated beautiful patterns; and Bob Dylan and Celine Dion created an iconic look (of course). So depending on what you're interested in, there's lots of great art to choose from to suit your personality, taste or mood.


So check out the new collection of themes and pick one that appeals to you. Changing it up is easy and requires only a few clicks. If you have a hard time selecting just one, add the sampler theme, which displays a different artist every day.

See more themes here

Click Here to Read More..
By htRULZ 1 comments

Animated Labels Cloud for Blogger

Tuesday, September 02, 2008






Learn how to use this cool animated labels cloud in your blog here in 2 easy steps.


"Blogumus" is an Flash based tag cloud widget which uses scripts converted from Roy Tanck's WP Cumulus plugin for Wordpress.Amanda converted this for use in Blogger powered blogs.

How it works

This widget uses a combination of JavaScript and Flash animation to parse and display your blog labels. Once installed in your template, it should work "out of the box" without any additional tweaking required, though of course you may prefer to change the variables for color, background and size if appropriate :) You should also be able to move the Label Cloud widget through the Page Elements page of your dashboard if you prefer display in a different layout location. To see Blogumus in action, both Flash and Javascript must be installed and enabled for your internet browser. However, it does degrade relatively gracefully, and label links will still be clickable (though not animated) for those who do not use JavaScript of Flash (including search engine spiders).

How to install Blogumus in your Blogger layout

Installing Blogumus in your Blogger layout is surprisingly simple! You should only need to copy and paste a section of code to your Blogger template, though any tweaks for the style of display will require some manual editing. Here are the steps required to install Blogumus in your Blogger layout: Go to Layout>Edit HTML in your Blogger dashboard, and search for the following line (or similar):

<b:section class='sidebar' id='sidebar' preferred='yes'>


Immediatly after this line, paste the following section of code:
<b:widget id='Label99' locked='false' title='Labels' type='Label'>

<b:includable id='main'>

<b:if cond='data:title'>

<h2><data:title/></h2>


</b:if>

<div class='widget-content'>

<script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js' type='text/javascript'/>

<div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>


<script type='text/javascript'>

var so = new SWFObject(&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;240&quot;, &quot;300&quot;, &quot;7&quot;, &quot;#ffffff&quot;);


// uncomment next line to enable transparency

//so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);

so.addVariable(&quot;tcolor&quot;, &quot;0x333333&quot;);


so.addVariable(&quot;mode&quot;, &quot;tags&quot;);

so.addVariable(&quot;distr&quot;, &quot;true&quot;);

so.addVariable(&quot;tspeed&quot;, &quot;100&quot;);


so.addVariable(&quot;tagcloud&quot;, &quot;<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);

so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);


so.write(&quot;flashcontent&quot;);

</script>


<b:include name='quickedit'/>

</div>

</b:includable>


</b:widget>



Then preview your template. If installed correctly, you should see the tag cloud appear in your sidebar. Then you are free to save your template, edit the colors and dimensions as required, or move it to a different location.

Customizing Blogumus

In this default installation, Blogumus includes the following preset variables:

* Width is set to 240px
* Height is set to 300px;
* Background color is white
* Test color is grey
* Font size is "12"

If you would prefer to make your widget wider, shorter, change the color scheme, etc, you will need to do this by editing various parts of the code. I'll go through these options in the order they appear in the widget code. Editing width and height The variables for width and height are found in this line of the script:

var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");


The width (currently 240) is highlighted in red, while the height (300px default) is highlighted in blue. These numerical values specify the width and height in pixels, so you can alter these of you prefer. Editing background color You can change the background color from white to any other color by altering the hex value in the same line.


var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");


For example, if you prefer a bright red background, you may replace #ffffff with #ff0000. Take a look at this page for a list of commonly used hex color codes. Alter the color of text By default, the text is set to display as dark grey ( hex value #333333). You can alter this variable in the following line:


so.addVariable("tcolor", "0x333333");


Be aware that "tcolor" is a Flash variable and doesn't include the usual hash symbol of hex color codes. Be sure to only replace the numbers! Adjust the font size The maximum font size of tags is specified in this line:

so.addVariable("tagcloud", "");


You can alter this to ensure tags are displayed in a bigger or smaller font if you prefer by changing "12" to a larger or smaller number. While making any of these changes, you should be able to preview your widget and be certain that your new choice of color, dimensions and background are suitable for your needs.

Credits


Blogumus is based on the original WP Cumulus plugin by Roy Tanck, and was converted for use with Blogger layouts by Amanda. Please leave the credit links in the widget code intact. These will not be seen by the majority of your blog readers (as they will only display if JavaScript and Flash is not activated) but leaving these links intact is a great way of passing some link love on to Roy for all his hard work, and to inform other Blogger users that they can find the widget codes on this site.

I hope that you enjoy using Blogumus in your own Blogger blogs!



Click Here to Read More..
By htRULZ 4 comments

Use Greasemonkey in Opera

Saturday, August 30, 2008

For all those who enjoyed my previous posts Change Google logo text & Make Google Page dark & Google extra - All in one Google search and wished that they could work on Opera too,now there is a good news for you.Now you will be able to use Greasemonkey with Opera too.Then you will be able to install scripts and enjoy my cool tricks on Opera.


Opera has a in-built feature that can support Greasemonkey scripts (custom JavaScript). These user scripts work exactly how they work in Firefox. You can read the brief tutorial after the jump on how you can use it.

How To Use Greasemonkey in Opera

1. Download any Greasemonkey script.

2. Rename the script so that it ends with “.user.js”



3. Open Opera and go to Tools > Preferences > Advanced > Content and click the JavaScript Options button.

4. In User JavaScript files field, choose the location of your scripts folder.

5. Restart Opera for the changes to take effect.


Download Opera here


Download Greasemonkey here

Click Here to Read More..

Download FlashGet 1.9.4

Wednesday, August 27, 2008


If you’ve ever waited too long for your files to download from a slow connection, or been cut off mid-way through a download, or just can’t keep track of your ever-growing downloads, FlashGet can help you.FlashGet is specifically designed to address two of the biggest problems when downloading files, speed and management of downloaded files.
Download FlashGet here


FlashGet is specifically designed to address two of the biggest problems when downloading files, speed and management of downloaded files.

Features



- Optimize the system resource. FlashGet can use up the lowest system resources and will not influence your normal work or study.

- Call anti-virus automatically. FlashGet can call anti-virus automatically to clean viruses, spyware and adware after finishing download.

- 100% Clean, free. No adware and spyware. Easy to install and use.

- Increase the download speed and stability. Flashget can increase download speed from 6-10 times. It uses MHT (Multi-server Hyper-threading Transportation) technique and optimization arithmetic.

- Support HTTP, FTP, BT and other various protocols. FlashGet supports HTTP, FTP, BT, MMS, RTSP and other protocols. It is seamless between protocols and there is no need to operate manually for download switch. The One Touch technique optimizes BT download and can automatically download target files after getting seeds information, hence no need to operate again.

- Powerful files management feature. It supports unlimited categories. Each category is assigned a download saving directory. The powerful management feature can support drag and drop, adding and description, search, rename, etc.


Click Here to Read More..

Make Self Destructing Private Notes

Monday, August 25, 2008


Remember at cool self-destructing gadget in the movie Mission Impossible. The message will self destruct in 5 seconds
I found a website that creates notes which are somewhat similar to those in MI, except that they aren't exploding gadgets, off course!

Privnote lets anyone create messages that can be read only once. The message won't be available the next time around; it will be destroyed forever.

How to create a self destructing message?

Just head over to Privnote and type your message. Privnote will provide you a link to that message, which can be mailed to your recipient. Once anyone clicks the link and reads the message, it is destroyed. The message won't appear ever again from that link.

Why to create self-destructing notes?

It is a neat way to find if someone else has eavesdropped and read the message. If you send a confidential note to your co-worker and he/she doesn't find it, it becomes clear that the message has been read by someone to whom it wasn't intended.
This won't prevent eavesdropping but will let you know that your message has been read.

Additionally, Privnote can also notify you by email when the message has been read.

Create a self destructing note here

Click Here to Read More..
By htRULZ 0 comments

I have dumped 'nofollow'

u comment-i follow
Now my blog is no longer a 'nofollow' blog.I have joined the 'do follow' movement by removing the 'nofollow' tag from my blog.
For those of you who have no idea what 'nofollow' is just continue reading.
Apart from making my blog 'nofollow',I actually did some research as to how to make my own blog a “dofollow” blog. I’d love to get a barrage of comments. (Come on, who doesn’t like attention? Even if it is virtual.)

Let’s see what Wikipedia says about “nofollow” and what it is exactly:



“nofollow is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target’s ranking in the search engine’s index. It is intended to reduce the effectiveness of certain types of search engine spam, thereby improving the quality of search engine results and preventing spamdexing from occurring in the first place. The concept for the specification of the attribute value nofollow was designed by Google’s head of webspam team Matt Cutts and Jason Shellen from Blogger.com in 2005.”
nofollow
“Nofollow” was initiated to fight spam, yet it has affected decent backlinkers and blog commentors as well. Luckily for us we have a choice, as there are more “dofollow” sites emerging, where you can actually be rewarded for your linking efforts.

Well the obvious question now is, apart from making my blog a do follow blog, how do I find dofollow blogs, forums and etcetera to link from? Where is dofollow web 2.0? A little skittle around the web for dofollow resources actually proved to be very productive. I actually posted a question on digitalpoint forums and asked how to get high PR links without spending a lot? Apparently, I end up answering my own question.Well,the answer is Do follow search engines. Type your keyword and find only dofollow results.

One personal favorite is W3ec . The interface is very revolutionary. (If you check it out you’ll see what I mean.)

Here are some more great links:

21 Dofollow Social Bookmarking Sites. :Bookmark your way to the Pagerank you’ve always dreamed of!

Sites that really do follow. : Dofollow directory.
Do follow blog community. :Like blogcatalog or technorati, only these is exclusively for bloggers who follow. Did you follow me?
Do Follow Blogs. :Another do follow blog directory.
List of forums that allow “do follow” signature links :Sign your way to link juice.

Backlinking has never been so rewarding, and having too many comments never so accepted. If they say you have something to say about everything, maybe you should be saying what you say in do follow blogs.

Hope this helps you. Spread the virus.

Click Here to Read More..
By htRULZ 0 comments

I've joined Back Links Project.Hav'nt you??? Update

Saturday, August 23, 2008

UPDATE: I removed it from my blog since google may penalize us for backlink spamming!!If you run more than one website and the Google penalty hits all sites at the same time, check the interlinking (cross linking) between those sites. The risks are even higher where site A site wide links to site B and site B site wide links back to site A. If you must use site wide links, make sure they are not reciprocal links. Link schemes built around links in the footer of each webpage are particularly risky. The reality is that site wide links do little to increase site visibility in the Google SERPS, nor do they improve Page Rank more than a single link, as Google only counts one link from a site to another. KSL Consulting also believe that Yahoo! now applies a similar policy. There is some evidence that the extensive use of site wide links can lower website Google trust value, which can subsequently reduce ranking.I have joined the Back Links Project or BLP as they call it.Most of you would be guessing what BLP is??BRP is a project started by a guy who had his blog's Page Rank jumped from PR=0 to PR=5 just in less than 2 months.Now let me explain how it works.
You will get a high number of back links for free and by this your page rank will be high in search engines.If your PR is high in Search engines, your blog will get a high amount of Traffic..

Now if you are interested (I'm DAMN sure that you will be interested) here are the steps you have to follow to get Back links.

1. Write about the Backlinks Project in your blog in the same way as I did here along with the Domains List given below.
2. After publishing the blog post, you have to comment to the Backlinks Project program post at Techodia with your published post's permalink.

The guy will verify the link to ensure that you've written about this project and copy/pasted the domains list in your blog. After that he will add your blog's URL to the domains list. All those who've joined this project will frequently update their domains list. By this you will get a backlink from all those who've joined this project.






So what are you waiting for just join it.......

Click Here to Read More..
By htRULZ 1 comments

Create Custom Google Homepage

Wednesday, August 20, 2008


Hoping that you have enjoyed Change Google Logo by changing it to your name.You must also have made the Google page dark. But don't you feel that Google search home page should be something more sizzling, cheesy and hot.If you feel likewise then you don’t need to worry anymore as Groovle is here to give us new flavor of Google Search.

Create your own Google custom homepage here


Groovle is a very smart service that helps you make Custom Google Search Homepage. You can customize your Google Search Homepage the way you like by adding premade backgrounds or even by uploading one of your own. There is a big list of pre-made Custom Google Search Pages ranging from celebrity themes to themes based on Sports and Animals.
You can even set the page as the default Google Search Homepage and you don’t need to worry about the search results as Groovle uses the same search engine technology that Google does.

Here are some of the customized home pages which I loved...





View entire list of premade home pages here
Create your own home pages and just post its link as comment here so that others can also see your customized page.

Click Here to Read More..
By htRULZ 0 comments

Listen to PDF's


PDF is a very popular file format.Most or I can say all of us every now and then use Adobe Acrobat Reader for PDF files.There are a lot of features in the Adobe Acrobat Reader that we are not aware of.One of its function isthat you can listen to any PDF instead of reading.Yes it is possible by using the following shortcuts

* Press Ctrl+Shift+B to hear the complete document (View-> Read out Loud -> Read to the End of Document).
* Press Ctrl+Shift+V to hear the page (View -> Read out Loud ->Read This Page).
* Press Ctrl+Shift+E to Stop the Speech (View -> Read out Loud -> Stop).

Download Adobe Acrobat Reader here

Click Here to Read More..
By htRULZ 0 comments

Use trial version softwares indefinitely

Sunday, August 17, 2008


I usually download trial versions of softwares and games.But I really get annoyed when these trial versions expire after a fixed period of time.I always wished to use them as full versions.Now I have got a solution to my problem that makes me use trial versions indefinitely.




Here is a list of some softwares that uninstall the expired softwares completely without leaving any trace so that you can install the trial version again for reuse.


Altiris Software Virtualization Solution:Altiris Software Virtualization Solution (SVS) is a new way to use software. By placing applications and data into managed units called Virtual Software Packages (VSP's), SVS allows you to instantly activate, deactivate, or reset applications, to completely avoid conflicts between applications, and to remove them cleanly without altering the base Windows installation.








Once installed on a system, SVS runs continually. If you install a program under it, SVS grabs all changes to the Registry and file system (including added and deleted files) that the installer makes and puts them in what Altiris calls a layer. Thereafter, the virtualization software directs file and Registry calls to the layer or to the base system as appropriate. The SVS-installed app looks perfectly normal, but disappears without a trace when you deactivate the layer. You can turn the app on and off like a light switch.
Sandboxie: When you run a program on your computer, data flows from the hard disk to the program via read operations. The data is then processed and displayed, and finally flows back from the progam to the hard disk via write operations.

Sandboxie changes the rules such that write operations do not make it back to your hard disk.

  • Intercept changes to both your files and registry settings, making it virtually impossible for any software to reach outside the sandbox.
  • Traps cached browser items into the sandbox as a by-product of normal operation, so when you throw away the sandbox, all the history records and other side-effects of your browsing disappear as well.






Total Uninstall: Total Uninstall helps monitor any changes made to your system during the installation of a new application.It allows you to perform a complete uninstall without having to rely on the supplied Add/Remove program which can leave files or changes behind.Total Uninstall creates a snapshot of your system prior to installing a new application. It then takes an additional snapshot after the installation has completed. It then compares the two snapshots and displays all changes in a graphical tree view, marking all registry values and/or files that have been added, changed or deleted. Total Uninstall saves these changes and if you decide to uninstall the application, it will reverse the changes to the previous state. Any other computer activity during this period that makes changes to the file system and/or registry will also be monitored.







Via TechStyro

Click Here to Read More..
By htRULZ 5 comments

Have fun with Google

Tuesday, August 05, 2008

i'm feeling lucky
Open Google ,now type any one from following in google search box and click on I'm feeling lucky button ....Mind it that you have to click I'm feeling lucky button not the Google Search button.

google l33t
elgoog
find chuck norris
google gothic


ewmew fudd
xx-klingon
xx-piglatin
google bsd
google linux
google easteregg
google gizoogle
google bearshare
google microsoft

google april fool's
google finnish
google black
google christmas

For more fun check
Change Google logo text
Make Google Search & iGoogle Homepage Dark
Google extra - All in one Google search

lol.....

Click Here to Read More..
By htRULZ 3 comments

View Song lyrics in Windows Media Player 11,Winamp

Saturday, August 02, 2008


While listening to my favorite tracks,I always wished that I could somehow have lyrics of that song in the player.Now my problem is solved.I can listen to songs and the player will automatically download the lyrics for me.Here is a screenshot of MP11 with lyrics.
Now what you need is a tiny but cool plugin named Lyrics Plugin


Lyrics Plugin is a piece of software tailored for music fans. To put it simply - it is an add-on to view lyrics in WinAmp or Windows Media Player. No more searching for lyrics. Just start listening to your favourite songs and lyrics will be displayed automatically. Oh, and if lyrics is not found, you can add it yourself :)

Download Lyrics Plugin for Winamp

Download Lyrics Plugin for Windows Media Player


Screenshots



winamp

mediaplayer

Click Here to Read More..
By htRULZ 0 comments

Hide Your Drives

Friday, August 01, 2008


This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

1.Go to start->run.Type regedit.
2.Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3.Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive).
4.Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
5.Now restart your computer.

So, now when you click on My Computer, no drives will be shown(all gone...).

To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again. Magic........lol....


Click Here to Read More..
By htRULZ 0 comments

Page Hits Flooder

Thursday, June 26, 2008


This small program can flood ur page hits.


Method


Make a batch file with these lines

@echo off
:1
start C:\Progra~1\Intern~1\iexplore.exe "http://yoursite.com"
ping -n
10 127.0.0.1 >nul
taskkill.exe /im iexplore.exe
goto 1



Depending upon your net speed u may increase the 10 secs time wait

with 10 sec time u may have 360 hits in an hour
with 5 sec time u may have 720 hits in an hour


Click Here to Read More..
By htRULZ 0 comments

Show ur name after time in taskbar

Friday, May 30, 2008


Hi guys !
I m here to tell u a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of frnds.

Its simple
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow

Click Here to Read More..
By htRULZ 1 comments

Block websites without any software

Wednesday, May 28, 2008

This small tutorial could keep you going in simple way of blocking websites without using any software.

1.Browse C:\WINDOWS\system32\drivers\etc
2.Find the file named "HOSTS"
3.Open it in notepad
4.Under "127.0.0.1 localhost" Add 127.0.0.2 www.orkut.com , and that site will no longer be accessable.
5.Done!


example :

127.0.0.1 localhost
127.0.0.2 www.orkut.com

- www.orkut.com is now unaccessable


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the addy like before.

IE:
127.0.0.3 www.yahoo.com
127.0.0.4 www.msn.com
127.0.0.5 www.google.com




Click Here to Read More..
By htRULZ 0 comments

Google Secrets

Tuesday, May 27, 2008


Google search has been a blessing for developers, ummm not only devlopers, bloggers, surfers and i guess everyone who is using the immense power of internet. They are the best in the business with their superb algorithms. Google search has some hidden easter eggs through which one can utilise the power of in Google a fun rather tricky way.
So here we go with a bunch of amazing tricks:

e-Books,e-Music,e-Movies with Google:

Do you wanna download any pdf file, word document or mp3 file? Google can be the first place to look forward to, isn’t it? You must be wondering what could be the trick in that, well an enormous amount of free downloadable files can be easily accessed at Open Web Directories. Its like turning Google into Napster of 2000, isn’t it VOW !!

So here is the tricky url syntax:

-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(your choice) “name”

“your choice” can be either of the following file types:
-> wma|mp3 for Music
-> pdf|doc for Ebooks
-> mpg|wmv for Videos

and “name” can be any specific music file, movie or book, you are looking for.

For example:

-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(wma|mp3) “Shakira”

This is a Google search string for searching open web directories containing downloadable Shakira music files.

Ofcourse, you can always bookmark the search result for future use. Don’t worry, just enjoy !!
Lots of free downloadable stuff with Google:

Haven’t you fed up with searching for free wallpapers, stock images or social sites and getting nothing out of the search results??? Have your ever thought, why this happen when you have made right search queries, The only possible answer to this can be the most popular and most likable word “free”, it attracts spams. Anyways, don’t be upset, we do have a trick for that also. All you have to do is to direct Google to numerous available social media sites which have an active community of users who have already reviewed and ranked various “free” items that may interst you.

So here are some tricky queries:
-> site:del.icio.us free “stock images”
-> site:netscape.com free “ringtones”
-> site:digg.com free “desktop wallpaper”
-> site:reddit.com free “wordpress templates”
-> site:stumbleupon.com free icons

Have fun with your favourite free stuff!!
Free Anonymous Web Proxies with Google:

All you have to do is look through the search results returned by the queries below, find a proxy that works, and enter in the URL of the site you want to browse anonymously.

Use the following query and enjoy:

-> inurl:”nph-proxy.cgi” “start using cgiproxy”
-> inurl:”nph-proxy.cgi” “Start browsing through this CGI-based proxy”
Search only Faces with Google Image Search:

You can use this trick on Google Image search to filter the search results so that they include only images of people. This search can be performed just by appending the string &imgtype=face at the end of the after URL you perform a standard Google Image search.

See also....

Google extra - All in one Google search
10 Tips For Google Image Search
Top 100 Search Engines Other than Google

Click Here to Read More..
By htRULZ 0 comments