<%@ LANGUAGE=VBScript %> <% Set asplObj=Server.CreateObject("ASPL.Login") asplObj.Group("Admin") asplObj.Group("Dealer") asplObj.Protect Set asplObj=Nothing Pagename = "dealer.asp" [an error occurred while processing this directive] if Session("asplUserID") <> "" then set asplObj=Server.CreateObject("ASPL.Login") set conntrace=Server.CreateObject("ADODB.Connection") conntrace.Open asplObj.getasplConnStr mytime = now set rs = Server.CreateObject("ADODB.Recordset") sqlStr = "Select * from trace" rs.Open sqlStr, conntrace, 1, 3 rs.AddNew rs("userid")=session("asplUserid") rs("username")=session("asplUsername") rs("readtime")=mytime rs("Pagename")=Pagename rs.Update rs.Close conntrace.Close set rs=nothing set conntrace=nothing set asplObj=nothing end if set altConn = Server.CreateObject("ADODB.Connection") set altRS = Server.CreateObject("ADODB.Recordset") set altConn = Server.CreateObject("ADODB.Connection") set altObj = Server.CreateObject("ASPL.Login") set altRS = Server.CreateObject("ADODB.Recordset") altConn.Open altObj.getasplConnStr altRS.Open "Select * from trace where username like " & "'" & Session("asplUserName") & "'" & "AND pagename like " & "'" & Pagename & "'", altConn COUNT_DAYS = 0 FIRST_DATE = altRS("readtime") Do while Not altRS.EOF COUNT_DAYS = COUNT_DAYS + 1 LAST_DATE = altRS("readtime") altRS.MoveNext loop DATE_DIFF = DateAdd("d",-30, LAST_DATE) if ((COUNT_DAYS = 5) or (COUNT_DAYS >= 5 And (COUNT_DAYS Mod 10 = 0))) And FIRST_DATE > DATE_DIFF then Set JMail = Server.CreateObject("JMail.SMTPMail") JMail.ContentType = "text/html" JMail.ServerAddress = "mail.ddc.net" JMail.Sender = "ADMIN" JMail.Subject = "ALERT: " & Session("asplUserName") JMail.AddRecipient("info@aateledata.com") JMail.Body = "" & Session("asplUserName") & "" & " has accessed " & Pagename & " " & COUNT_DAYS & " times between: " & "

" & FIRST_DATE & " - " & Last_DATE JMail.Priority = 3 JMail.Execute end if altRS.close altConn.Close set altRS=Nothing set altConn=nothing %> Callwhere® Dealer Downloads
You are Here: Home > Dealers > Dealer Forum > Dealer Downloads
Callwhere Dealer Downloads
File  (Clicking on link will begin download) Last Update File Size
Product Order Form (PDF) 06/15/2007 645 KB
Callwhere Brochure (PDF) 10/01/04 3.35MB
End User Support Agreement Application (PDF) 04/04/05 155 KB
Sales and Technical Guide 12/26/01 14.5MB
White Paper 12/26/01 54KB
W9 Form 2/20/01 107KB

For Callwhere® Product updates click here. For other downloads, please see the Downloads section.