% Function StoreEncrypt (SafeKey, StoreID, URLPostTo) StoreEncrypt = "StoreID=" & StoreID StoreEncrypt = URLPostTo &"?"& StoreEncrypt & "&StoreDigest=" & md5(LCase(SafeKey & StoreID)) End Function Response.Buffer = true Dim x, storeinfo, storename, StoreLogo, SQLLogin, SQLPassword, StoreID, DefaultConnectionsString, strSqlCat, init_catID, strSql_Categories, strCat, strSql_Products, isSearch, Image, cnnSafeshopStoreDB, ScriptName ScriptName = Request.ServerVariables("SCRIPT_NAME") StoreID = Application("StoreID") storename = Application("StoreName") StoreLogo = Application("storelogo") Application("StoreRef") = StoreID 'Set cnnSafeshopStoreDB = Server.CreateObject("adodb.connection") 'cnnSafeshopStoreDB.Open Application("connect2") Session("storename") = "WELCOME TO " & ucase(Application("StoreName")) storeinfo = Request("storeinfo") If Request("SafeTrack") <> "" Then Session("SafeTrack") = Request("SafeTrack") End If %>
| "> |
|
||