
Originally Posted by
Smith6612
S is for Server-generated Hyper Text Markup Language. Pretty much if I'm not mistaken it's used for things such as PERL/CGI files that need to be created by the server, but the server cannot do it using the regular html format.
Like displaying your ip and browser on shtml with server codes.
Code:
<!--#echo var="HTTP_REFERER" -->
<!--#echo var="REMOTE_ADDR" -->
<!--#echo var="REQUEST_URI" -->
<!--#echo var="HTTP_HOST" -->
<!--#echo var="HTTP_USER_AGENT" -->
<!--#echo var="REDIRECT_STATUS" -->