Searching algorithms information help

Stuff that don´t fit in the other categories.
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Searching algorithms information help

Post by z3r0aCc3Ss »

I have some questions in my mind, hope I'll get the answers here.
I have been thinking how Google predicts what search we are going to try or what is there in our mind. When I searched on Google itself, I got some vague answer like PageRank, etc. Any member having a solid underground source about what algorithms Google use to make its search effective over other search engines?

Or any information/source can I get which is not available to the general public about searching techniques of any famous search engine?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: Searching algorithms information help

Post by DNR »

start here

http://code.google.com/apis/libraries/devguide.html" onclick="window.open(this.href);return false;

someone did some work for ya already

http://serversideguy.blogspot.com/2004/ ... ected.html" onclick="window.open(this.href);return false;

"Looking at the main page source, just go to google and view source... At the bottom of this file, we can see a reference to javascript which drives the dynamic interaface (available directly from google here...)

The good folks at google compress their code as they should, so in order to understand it, I first re-indented it as can be seen here... Then I began the fun process of figuring out what the global variables are for, and what the various functions do, and renaming them to meaningful names... I made it pretty far as can be seen in my final re-write of Google's suggest javascript codehere "

'here' would refer to the website again - http://serversideguy.blogspot.com/2004/ ... ected.html" onclick="window.open(this.href);return false;

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: Searching algorithms information help

Post by z3r0aCc3Ss »

Thank you so much DNR. It was quite helpful.
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

Post Reply