2005/Oct/12

You can Search Google for the finest things,

~ Songs/Entertainment
parent directory MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
?intitle:index.of? mp3
?intitle:index.of? mp3 britney - Change britney with the artist you want.

~ Applications
parent directory /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
parent directory Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

~ Ebooks
+(index of) +(/ebooks/book) +(chmpdfziprar) +apache
ebook intitle:Title filetype:pdf ~ Change the Title according to your Need.

All the above contents are intended only for Educational and Testing Purpose and use of this for any illegal usage is strictly not allowed.

Google Secret

All rapidshare.de Downloads: :
http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+.*+site%3Arapidshare.de
.* site:rapidshare.de

Apps Rapidshare.de Downloads: .cab OR .exe OR .rar OR .zip site:rapidshare.de

http://www.google.com/search?hl=en&lr=&as_qdr=all&q=.cab+OR+.exe+OR+.rar+OR+.zip+site%3Arapidshare.de&btnG=Search

Movies rapidshare.de Downloads: .Avi OR .mpg OR .mpeg site:rapidshare.de http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+.Avi+OR+.mpg+OR+.mpeg+site%3Arapidshare.de&btnG=Search

Manual Google Secrets

"Hacks" are generally considered to be "quick-n-dirty" solutions to programming problems or interesting techniques for getting a task done. But what does this kind of hacking have to do with Google?
Considering the size of the Google index, there are many times when you might want to do a particular kind of search and you get too many results for the search to be useful. Or you may want to do a search that the current Google interface does not support.
The idea of Google Hacks is not to give you some exhaustive manual of how every command in the Google syntax works, but rather to show you some tricks for making the best use of a search and show applications of the Google API that perform searches that you can't perform using the regular Google interface. In other words, hacks.
Dozens of programs and interfaces have sprung up from the Google API. Both games and serious applications using Google's database of web pages are available from everybody from the serious programmer to the devoted fan (like me).

download:
http://rapidshare.de/files/1104102/OReilly_-_Google_Hacks_-_2003.chm.html

Google Hacks

link: http://s2.ultrashare.net/hosting/fs/c474e79ceaa985d3/

Rapidshare Hacks !

~ Countdown Hack
While waiting for download put javascript:c(countdown = 0); in the addressbar.

~ Change Proxy
Sometimes Rapidshare blocks IP for sometime in that case you can change your IP as Rapidshare identifies person by IP. First obtain a IP and it`s port from any free site`s like www.publicproxyservers.com, www.proxz.com, www.samair.ru/proxy etc
then in Browser Firefox Go to Tools > Options > General > Connection Settings then put the IP and it`s port there , Click ok and Enjoy :) ( psst : you can try changing proxy if one does not work)
In Internet Explorer Go to Tools > Internet Options > Connections > Settings > check use proxy option > then put the IP and it`s port there , Click ok

rapidShare time delay - simple hack

rapidshare.de is one of the multiple websites offering a quick way to host files. Unfortunately, they use 'download tickets' to avoid hammering.. or better said, to try to annoy the user enough to make them pay for a premium account to have access to the 'full features' : "Avoid the need for download-tickets by using a PREMIUM-Account". Restrictions are : you have to wait ~40 seconds before downloading, and you cannot download more than one file at one given time.

Let's take an example. Google "rapidshare.de/file", pick something. I choosed a K1-MMA fight video : http://rapidshare.de/files-en/261232/AkebonoVsRoyce.www.al3xweb.com.wmv.html (yes, akebono looses... how predictable)
The protection runs (again) on client side, with a simple javascript :
var countx = 39; c();
function c(){ if(countx>0) { document.getElementById("dl").innerHTML = "Download-Ticket reserved. Please wait " + countx + ' seconds. Avoid the need for download-tickets by using a PREMIUM-Account.'; countx = countx - 5; setTimeout("c()", 5000) } else { document.getElementById("dl").innerHTML = unescape('blablablabla') }}
so, it's really nothing. It sets a counter to 39, and goes in a loop. If the counter is greater than 0, it prints the time left and the advert for their premium account, and then reduces the counter by 5 (erm...). And when the counter is equal to 0, it finally goes and print the url to download the file.

My quick solution is to always set the counter to 0, by using a proxo filter :
Name = "RapidShare" Active = TRUE URL = "*rapidshare.de*" Limit = 256 Match = "var countx = 39" Replace = "var countx = 0"
it could be done also by forcing the unescape function, using a bookmarklet, or through a php script. But i'm not sure it'll be quicker :)
unfortunately, it seems that it's not working everytime. I had another look at the sources, and oh surprise ! they put a trick to protect a little bit their script. the variable name (countx) isn't always finishing by 'x'. blah, it won't resist to proxo's matching language...
Name = "RapidShare"Active = TRUEURL = "*rapidshare.de*"Limit = 256Match = "(var count?)\1 = [#0:45]"Replace = "\1 = 0"

And it works fine now.


[L]umi[E]re[Z]
View full profile