The process is roughly like this. Foreigners cracked it a few years ago and now it is organized as follows
1. Install a google toolbar and enable pagerank
2. Find a network sniffer software, run the browser and open any website.
3. Sniffer will record the data packet sent by Google Toolbar to Google. The transmission protocol is http. In addition to the address of the website visited, the key to the data packet is the ch parameter. The ch parameter changes according to the website address (see The key is how to calculate ch!)
4. Analyze the Google toolbar, get the assembly code for calculating ch, and then translate it into c# code
5. Imitate google toolbar to send data packets
6. Get the PR data and welcome everyone to discuss at http://i.aspx1.com
Source code download c#2005 compiled and passed
Expand