ASP/PageRank is a server side COM component that helps web developers to retrieve Google's PageRank value in a web application.
|
This component is shareware version without limitations on functionality or time.You can fully develop and test your application before purchasing this product, the only limitation is component works when client requests from the IP 127.0.0.1 or ServerIP, No requests from other IP addresses will be served. If you want to remove limitations then you have to register it for US$20.
More information about Google PageRank click here:
ASP/PageRank Component |
CH.2 |
Installation |
for zip file:
- Login as Administrator or Power User.
- Unzip the aspPageRank.zip file extract to a directory.
- copy register.bat and nonnoi_ASPPageRank.dll to the WINNT\SYSTEM32 (or WINDOWS\SYSTEM on Win95/98 or WINDOWS\SYSTEM32 on WinXP Home) directory
- run register.bat
- Done!
for setup(.exe) file: (Recommended !)
- Login as Administrator or Power User.
- run setup_aspPageRank.exe
- Follow instructions of the installer
- Done!
ASP/PageRank Component |
CH.3 |
Reference |
Url : String
Set your Url on this property whose want to check page rank.Use "www." for best results.
Example :
Obj.Url = "www.nonnoi.com"
PageRank : Integer
Result of PageRank value. (PageRank is a numeric value that represents how important a page is on the web - scale of 1 to 10)
Example :
Response.write Obj.PageRank & "/10"
RegisterName
if you already registered this product, input your name (company name or customer name) here.
** you must set this value before call PageRank method.
RegisterKey
if you already registered this product, input your registration key here.
** you must set this value before call PageRank method.
ASP/PageRank Component |
CH.4 |
Example |
ASP : Get PageRank
<%
Set Obj = Server.CreateObject("nonnoi_ASPPageRank.ASPPageRank")
Obj.Url = "www.nonnoi.com"
response.write "PageRank : "
response.write Obj.PageRank & "/10"
Set Obj = nothing
%>
ASP : Get PageRank (Registered User):
<%
Set Obj = Server.CreateObject("nonnoi_ASPPageRank.ASPPageRank")
Obj.Url = "www.nonnoi.com"
Obj.RegisterName = "Nonnoi"
Obj.RegisterKey = "0123456-789"
response.write "PageRank : "
response.write Obj.PageRank & "/10"
Set Obj = nothing
%>
ASP/PageRank Component |
CH.5 |
Update & Order |
Click here for prices and discount information.
Click here for product news & information.
Click here for product support or any comment.