| Free For all Link Page (.asp) |
|
Files needed index.shtml (or index.asp)
head.txt
addurl.asp
All files must be save to a directory named "Links".
|
| index.shtml |
|
<!--#include virtual="/Links/head.txt" -->
<OL> <!--#include virtual="/Links/links.txt" --> </OL>
<!--#include virtual="/Links/tail.txt" --> |
| head.txt |
|
<html><head><title>Links Page</title>
</head> <body bgcolor="#FFFFFF"> <center><BR> <table BORDER=0 COLS=2 WIDTH="500"><tr><td ALIGN=CENTER BGCOLOR="#AAAAFF" COLSPAN=2> <font face="Times New Roman,Times" color="red" size=7><b><i>My Links Page</i></b></font><br><font face="Times New Roman,Times" color="green" size=4><b><i>The place to find the very new</i></b></font> </td></tr> <tr><td> <HR> |
| tail.txt |
|
<HR></TD></TR></TABLE>
<!-- Please do not remove next two lines -->
</CENTER>
|
| addurl.asp |
|
<!--#include virtual="/Links/head.txt" -->
<%
newlink="<LI><A HREF=" & aa & ">" & bb & "</A><BR>" & cc badhtml=0
if instr(aa,".")=0 OR aa="" OR bb="" OR cc="" OR len(aa)>256 OR len(bb)>100 OR len(cc)>256 OR badhtml=1 then %> <CENTER>Please go back and check your data<BR>Some data are incorrect</CENTER> <% else %> <%
Set fs = CreateObject("Scripting.FileSystemObject")
if registeredlink=0 then
<% end if %> <!--#include virtual="/Links/tail.txt" --> |
| links.txt (this file must contain 50 lines. In this case the first 49 lines are blank lines. If there are less than 50 lines you will get an error when the script is running) |
|
<LI><A HREF=http://www.submitside.com>Free promotion</A><BR>Free
url submision to top search engines. Webmaster: own your submission service.
|