Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
68 lines (59 sloc)
2.11 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><head><title>THANKS-CGI [WEBLINK]</title></head> | |
| <body bgcolor="3366aa" text=000000 link=yellow alink=red vlink=lime> | |
| <center> | |
| <table border=0 width=640> | |
| <tr><td vlaign=top align=center> | |
| <script Language='JavaScript'> | |
| var now = new Date(); | |
| var years = now.getYear(); | |
| var months =now.getMonth(); | |
| var days = now.getDate(); | |
| var hours = now.getHours(); | |
| var minutes = now.getMinutes(); | |
| var seconds = now.getSeconds(); | |
| var ram_num=Math.floor(Math.random()*10000); | |
| var markstr=""+years+"-"+months+"-"+days+"-"+hours+"-"+minutes+"-"+seconds+"-"+ram_num; | |
| var showcgiurl="http://www.thanks-cgi.com/cgi-bin/banker/banker_show.cgi"; | |
| var clickcgiurl="http://www.thanks-cgi.com/cgi-bin/banker/banker_click.cgi"; | |
| document.write('<a href='+clickcgiurl+'?'+markstr+'><img src='+showcgiurl+'?'+markstr+' border=0></a>'); | |
| </script><hr width=600> | |
| <table bgcolor="#000000" border=0 cellpadding=0 cellspacing=0 width="450"><tr><td> | |
| <table border=0 cellpadding=3 cellspacing=1 width="450"> | |
| <tr align=center bgcolor="#000000"> | |
| <td><font size=-1 face=arial color=#ffffff> | |
| <b>THANKS-WEBLINK</b> | |
| </font></td></tr> | |
| <tr valign=top align=left bgcolor="#ffffff"> | |
| <td width="50%"><font size=-1 face=arial> | |
| <h3><font face=arial>Create your own Interactive Search Engine Data-base</font></h3> | |
| This is like a search engine of your own site. Visitor can registe their URL at your site. | |
| So you will have small database of your own. Also have benefits as following:<br><br> | |
| Can search by word<br><br> | |
| Can search by category<br><br> | |
| Easy to install and set-up<br><br> | |
| Total control by web-master<br><br> | |
| <br> | |
| </font></td></tr> | |
| <tr align=center bgcolor="#ffffaa"> | |
| <td><font size=3 face=arial color=red> | |
| <b> | |
| SPECIAL PRICE: US $80 | |
| </b> | |
| </font></td></tr> | |
| <tr align=center bgcolor="#000000"> | |
| <td><font size=3 face=arial color=#ffffff> | |
| <b> | |
| <a href="/cgi-bin/weblink/weblink.cgi">SAMPLE</a> | |
| <font color=white>|</font> | |
| <a href="index.html">BACK TO MAIN PAGE</a> | |
| <font color=white>|</font> | |
| <a href="order.html">PURCHASE</a> | |
| </b> | |
| </font></td></tr> | |
| </table> | |
| </td><tr></table> | |
| <hr> | |
| <font size=1>© 1998, 1999 <a href="index.html">Thanks CGI resources</a></font> | |
| </td></tr></table> | |
| </body> | |
| </html> |