Use the first standalone component in order to display dynamically your Google Page Rank on your page!

DypsoPRank checker is a powerfull component wich enable you to display dynamically youre Google Page Rank on your website.

Download Products


DypsWebCapture : Capture Web page as thumbnail image

Documentation
Example
Download
Buy

New release with embed IE and Firefox rendering engine !



DypsFTP : Manage a FTP site from your script

Documentation
Buy


DypsImg2SWF : Protect and save your image as SWF/Flash format!

Documentation
Example
Download
Buy


DypsXLS for ASP: Générateur de fichier Excel

New features!
Documentation
Exemple d'utilisation
Download
Buy


DypsMetaGrabber : get Meta Tag from any web page!

Documentation
Example
Download
Buy


DypsAntiSpam for ASP

Features
Exemple d'utilisation
Download
Buy

DypsoPRank for ASP

Features
Exemple d'utilisation
Download
Buy

Pop3 Checker for ASP

Features
Exemple d'utilisation
Download
Buy

SVG Pie chart Maker for ASP

Features
Exemple d'utilisation
Download

DypsRTF for ASP

Features
Exemple d'utilisation
Download
Buy

What's New ?


Mise en ligne du premier outil gratuit pour générer des fichiers Excel depuis ASP : DypsXLS !
[Lire la suite]

Et un forum Le site se dote d'un forum pour vous permettre de partager toujours plus.
[Rejoigner nous]

Annuaire de scripts ! Un annuaire de scripts et de liens utiles vers des ressources pour le développement
[Lire la suite]

Création d'un outil gratuit pour retrouver ses mails : Pop3 Checker for free !
[Lire la suite]

Création d'un outil gratuit pour générer des graphiques vectoriels à la volée: Free SVG Pie chart Maker !
[Lire la suite]

Component to check your Google Page rank

Techniques

Cette section permet de regrouper un ensemble de techniques ou de scripts qui ont l'originalité d'arriver à résoudre une difficulté avec le moindre effort ou qui sont particulièrement efficaces...


Techniques / Web component : DypsoPRank Checker Download DypsoPRank for free!
Please visit also our sponsor


  •  Display dynamically your Google Page Rank from ASP :


Here is the final result you should have when browsing main.asp :
(The full version does not contain the mention : Dypso BO ©)


In order to display the page rank of various web site we will write two ASP pages :

  • - main.asp : will contain the table and the <img> tag in order to display the above image. The href attribute of the img TAG will be : display.asp
  • - display.asp : in the file we will going to call the DypsoPRank object so it will draw the correct rank image on our page.

Here is main.asp script :

<html>
<body>


<%
      Response.Expires = 0
      Response.Buffer = true
      Response.Clear

Dim arr_url(4)
arr_url(0) = "dypso.free.fr"
arr_url(1) = "www.aspin.com"
arr_url(2) = "www.google.com"
arr_url(3) = "www.hotscript.com"

With Response

 .write "<table "&_
 "style='border:1px solid #cecece;width:350px'>"&_
 "<tr>"

for i = Lbound(arr_url) to UBound(arr_url)-1
 .write "<tr>"&_
        "<td style='border-bottom:1px dashed silver'>"&_
arr_url(i) & "</td><td>"&_
   "<a href='http://dypso.free.fr' "&_
" title='Display your Page Rank with DypsoPRank!'>"&_
" <img border='0' src='get_pr.asp?url="& arr_url(i) &"'>"&_
"     </a></td></tr>" & vbcrlf
next

end with

%>


</body>

</html>

and now here is display.asp :

<%
set chk = server.createObject("DypsoPRank.checker")
chk.strURL = request.queryString("url")
chk.displayPR
set chk = nothing
%>


Declaimer: Because of dependency the components from functionality of third party services (Google Search), the author disclaim any responsibility for components functionality failures caused by activity or inactivity of this third party services.



You could now ask for support by using the forum.