Here's what the RSLite include looks like
Here's the one-line getvar.php file:
<? setcookie("RSLite", getenv($p) . "\n" . date("h:i A l F dS, Y", time()) ) ?>If you were to use IIS, here's the one-line getvar.asp file:
<% Response.Cookies("RSLite") = Request.ServerVariables(Request("p")) & vbCRLF & Now %> back to AshleyIT Remote Scripting