home *** CD-ROM | disk | FTP | other *** search
/ PC Format (Spanish) 9 / PCF9.iso / wired / dynamip / dynamip_.ht_ / dynamip_.ht
Encoding:
Text File  |  1997-02-10  |  3.6 KB  |  118 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type"
  6. content="text/html; charset=iso-8859-1">
  7. <meta http-equiv="REFRESH" content="120">
  8. <meta name="GENERATOR" content="Microsoft FrontPage 2.0">
  9. <title>DynamIP</title>
  10. </head>
  11.  
  12. <body bgcolor="#FFFFCE" text="#000000" link="#0000FF"
  13. vlink="#800080" alink="#FF0000">
  14. <script language="JavaScript"><!--
  15. <!--
  16. /*************************************************************
  17.  * fade script ver0.1 by Kouichirou@Eto.com 1996/02/20
  18.  * Copyright (c) 1996 Kouichirou Eto. All Rights Reserved.
  19.  * You can freely copy, use, modify this script,
  20.  * if the credit is given in the source.
  21.  * If you would like to get information for this script,
  22.  * please access <http://eto.com/JavaScript/>
  23.  */
  24.  
  25. function makearray(n) {
  26.     this.length = n;
  27.     for(var i = 1; i <= n; i++)
  28.         this[i] = 0;
  29.     return this;
  30. }
  31.  
  32. hexa = new makearray(16);
  33. for(var i = 0; i < 10; i++)
  34.     hexa[i] = i;
  35. hexa[10]="a"; hexa[11]="b"; hexa[12]="c";
  36. hexa[13]="d"; hexa[14]="e"; hexa[15]="f";
  37.  
  38. function hex(i) {
  39.     if (i < 0)
  40.         return "00";
  41.     else if (i > 255)
  42.         return "ff";
  43.     else
  44.         return "" + hexa[Math.floor(i/16)] + hexa[i%16];
  45. }
  46.  
  47. function setbgColor(r, g, b) {
  48.     var hr = hex(r); var hg = hex(g); var hb = hex(b);
  49.     document.bgColor = "#"+hr+hg+hb;
  50. }
  51.  
  52. function fade(sr, sg, sb, er, eg, eb, step) {
  53.     for(var i = 0; i <= step; i++) {
  54.         setbgColor(
  55.         Math.floor(sr * ((step-i)/step) + er * (i/step)),
  56.         Math.floor(sg * ((step-i)/step) + eg * (i/step)),
  57.         Math.floor(sb * ((step-i)/step) + eb * (i/step)));
  58.     }
  59. }
  60.  
  61. function fadein() {
  62.     fade(0,0,0,255,255,206,200);
  63. }
  64.  
  65. /* do fadein */
  66. fadein();
  67. document.bgColor = "#FFFFCE";
  68. document.fgColor = "#000000"; 
  69. document.linkColor = "#0000FF"; 
  70. document.vlinkColor = "#800080";
  71. document.alinkColor = "#FF0000";
  72.  
  73. /***** end fade script *****/
  74. /************************************************************/
  75.  
  76. // --></script>
  77.  
  78. <p><a name="top"><font size="5">DynamIP</font></a> </p>
  79.  
  80. <hr>
  81.  
  82. <p>My current IP address is <<b><i>NOT.ON.LINE.NOW</i></b>><br>
  83. Last update on server: <b><i>$DateTime</i></b></p>
  84.  
  85. <table border="3" cellspacing="1">
  86.     <tr>
  87.         <td valign="top" nowrap><strong>HTTP Server </strong></td>
  88.         <td>HTTP Server NOT available</td>
  89.     </tr>
  90.     <tr>
  91.         <td valign="top" nowrap><strong>FTP Server</strong></td>
  92.         <td>FTP Server NOT available</td>
  93.     </tr>
  94.     <tr>
  95.         <td valign="top" nowrap><strong>NetMeeting</strong></td>
  96.         <td>call me at <!--webbot bot="HTMLMarkup" startspan --><a href="callto:NOT.ON.LINE.NOW"><!--webbot
  97.         bot="HTMLMarkup" endspan --><strong>NOT.ON.LINE.NOW<!--webbot
  98.         bot="HTMLMarkup" startspan --></a><!--webbot
  99.         bot="HTMLMarkup" endspan --></strong><br>
  100.         <font size="1">(this shortcut works only with </font><a
  101.         href="http://www.microsoft.com/ie/default.asp"><font
  102.         size="1">Internet Explorer</font></a><font size="1">)</font></td>
  103.     </tr>
  104.     <tr>
  105.         <td valign="top" nowrap><strong>WEBchat</strong></td>
  106.         <td><!--WEBchat--></td>
  107.     </tr>
  108. </table>
  109.  
  110. <p><font size="2"><em>More information about DynamIP v3.0 is
  111. available at</em></font><br>
  112. <a href="http://www.stanford.edu/~cmu/DynamIP.htm"><font size="2"><strong>http://www.stanford.edu/~cmu/DynamIP.htm</strong></font></a><strong><br>
  113. </strong><font color="#FF0000" size="2"><i>This page
  114. automatically reloads every 2 minutes to retrieve the latest
  115. info!</i></font><font size="2"> </font></p>
  116. </body>
  117. </html>
  118.