Hello, for years now I have used a math formula to determine relative activity levels for message boards. Now I would like to use that formula in a php search engine to replace the non-functioning Google Page Ranking system.
The data items used are: Members (B2), Posts (D2), Topics (C2), and the Boards creation date (E2). In the spreadsheet the base formula looks like this:
=SUM(((((((B2/E2)+(C2/E2)+(D2/E2)))*0.419)))+((((((B2/C2)+(B2/D2))/2)+(((C2/B2)+(D2/B2))/3)-3.4777)))/7)+0.0017
The hard (non-generated) numbers are numbers I calculated by hand to provide output that seems to provide results close to what would be Alexa Traffic rankings and I modify them each year. The output is always held to 4 decimal places.