Skip to content
Nico Sap edited this page Nov 8, 2013 · 3 revisions

The DLL contains the code, so just add it to your project if required.

Usage:

int Result = GetThePageRank.DLL.GooglePR.MyPageRank(URL);

The forms are an example of the code, there are 2 forms:

  • PageRankSingle : Gets the website pagerank bij a single url or email and immediatly copies it to the clipboard.
  • PageRankBatch : Add a list of emails or urls in the textbox, after setting the options. The pagerank will appear in a DataGridView

PS. This was just fast development and not supposed to be released into the wild. It was requested on Hackernews, so i added it here.

Clone this wiki locally