Click Here to Visit! Click Here to Visit!


Fake SSI

Fake SSI is just javascript.
I don't really recommend this but it can be useful at times.

First you need a main page and page you want to include.
In the main page put..
<script language="javascript" src="http://url to the file you want to include.html"></script>
In the include file put...
document.write('Put all ur html in here')
Call you main page from your browser. You should see the include file.

Now you have your fake SSI hope you like it.