0byt3m1n1
Path:
/
data
/
0
/
0
/
22
/
44
/
22370
/
user
/
22848
/
cgi-bin
/
[
Home
]
File: install.html
<html> <head> <title>webFrame</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p><b><font face="Arial, Helvetica, sans-serif" size="4" color="#000099">webFrame 1.0</font></b><br> <a href="http://www.web-scribble.com"><font face="Arial, Helvetica, sans-serif" size="2">http://www.web-scribble.com </font></a></p> <p><strong><font color="#FF0000" size="2" face="Arial, Helvetica, sans-serif">Initially, webFrame was a pay-to-use script. We have decided to make it free and open to the public. It is published under the GPL license. If you decide to use this script, we require that you link back to Web Scribble's site somewhere on your site. Thank you for your cooperation.</font></strong></p> <p><b><font face="Arial, Helvetica, sans-serif" size="2">Installation Instructions</font></b><font face="Arial, Helvetica, sans-serif" size="2"> </font></p> <ol> <li><font face="Arial, Helvetica, sans-serif" size="2">Open webframe.pl. There are two variables you should modify:<br> <b>$title </b> - the title that will be displayed at the top of each page <br> <b>$cgipath</b> - the path to your CGI-BIN (for example, http://www.web-scribble.com/cgi-bin</font><font face="Arial, Helvetica, sans-serif" size="2">)</font></li> <li><font face="Arial, Helvetica, sans-serif" size="2">Open webframeadmin.pl. Change <b>$adminpassword</b> to fit your choice of a password.</font></li> <li><font face="Arial, Helvetica, sans-serif" size="2">If you would like to have a "Remove Frame" link such as in our demo, simply open top.html and make a link with a url of |LINK| (which the script will replace with a real URL when it is called) and make the target "_top". For example, a link could look like this:<br> <a href="|LINK|" target="_top">Remove Frame</a><br> For more information on this, please refer to the top.html provided as an example.</font></li> <li><font face="Arial, Helvetica, sans-serif" size="2">Modify webframetemplate.html to fit your layout needs. Put |CONTENT| where you would like the script to put its content. For more information please refer to webframetemplate.html.</font></li> <li><font face="Arial, Helvetica, sans-serif" size="2">Upload the following files into your CGI-BIN, and chmod them all to 755 or 777.<br> webframe.pl<br> webframeadmin.pl<br> topframe.pl <br> links.dat<br> webframetemplate.html<br> top.html</font></li> <li><font face="Arial, Helvetica, sans-serif" size="2">Follow the usage instructions for directions on how to use webFrame.</font></li> </ol> <p><font face="Arial, Helvetica, sans-serif" size="2"><b>Usage Instructions</b></font></p> <ol> <li><font face="Arial, Helvetica, sans-serif" size="2">To place a frame on top of the page the user is accessing, call the script this way: webframe.pl?YOUR_URL_HERE. For example, a real link could look something like this: <br> <a href="http://www.web-scribble.com/cgi-bin/webframe.pl?http://www.web-scribble.com">http://www.web-scribble.com/cgi-bin/webframe.pl?http://www.web-scribble.com</a></font></li> <li><font face="Arial, Helvetica, sans-serif" size="2">To display the top links, you must have SSI on your webserver. Call the script with the following SSI include:<br> <!--#include virtual="cgi-bin/webframe.pl?top5" --><br> Make sure the path to your CGI-BIN is correct. If you would like to display top 10, top 13, top 20, or however many links, simply change it to ?topX. For example:<br> <!--#include virtual="cgi-bin/webframe.pl?top13" --> </font></li> </ol> <p align="center"><font face="Arial, Helvetica, sans-serif" size="2">©2001 Web-Scribble.com</font></p> </body> </html>