<% Dim ContactMessage,sErrorMessage Dim cname,cemail,ccomment Dim objregisterMail,sBody Dim cURL,cCompany ,sPhone Dim sReason, sTechLog ContactMessage = "" cemail = trim(request("cemail")) cname = trim(request("cname")) ccomment = trim(request("ccomment")) cURL= trim(request("cURL")) sPhone = trim(request("sPhone")) validator = lcase(request("validator")) sTechLog = vbcrlf & vbcrlf sTechLog = sTechLog & "------------------------------------------------------------------------------------------------------------------" & vbcrlf sTechLog = sTechLog & "Tech Log for SPAM Fighting Purposes." & vbcrlf sTechLog = sTechLog & "------------------------------------------------------------------------------------------------------------------" & vbcrlf sTechLog = sTechLog & "DATE/TIME: " & now & " (PST)" & vbcrlf sTechLog = sTechLog & "REMOTE_ADDR: " & Request.ServerVariables("REMOTE_ADDR") & vbcrlf sTechLog = sTechLog & "LOCAL_ADDR: " & Request.ServerVariables("LOCAL_ADDR") & vbcrlf sTechLog = sTechLog & "HTTP_USER_AGENT: " & Request.ServerVariables("HTTP_USER_AGENT") & vbcrlf sTechLog = sTechLog & "HTTP_REFERER: " & Request.ServerVariables("HTTP_REFERER") & vbcrlf sTechLog = sTechLog & "HTTP_HOST: " & Request.ServerVariables("HTTP_HOST") & vbcrlf sTechLog = sTechLog & "HTTP_URL: " & Request.ServerVariables("HTTP_URL") & vbcrlf & vbcrlf 'ContactMessage = ContactMessage & currdtandtm & vbcrlf 'ContactMessage = ContactMessage & now & vbcrlf 'ContactMessage = ContactMessage & datediff("s",formatdatetime(currdtandtm,vbshortdatetime),now) & vbcrlf ContactMessage = ContactMessage & "Your Message was transmitted successfully. " & vbcrlf & vbcrlf ContactMessage = ContactMessage & "Thank you for contacting me and your interest in RoySAC.com." & vbcrlf ContactMessage = ContactMessage & "I appreciate your time to write me and your feedback and comments about my Website. " & vbcrlf ContactMessage = ContactMessage & "I will contact you shortly." & vbcrlf & vbcrlf sErrorMessage="" if request("sendmail") = "yes" and instr(1,Request.ServerVariables("HTTP_REFERER"),"http://www.roysac.com/contact.asp",1) > 0 then 'send contact email if EMailValidator(cemail) = false then sErrorMessage = sErrorMessage & "- Please enter a valid Email Address.
" end if if cname = "" then sErrorMessage = sErrorMessage & "- Please enter your Full Name.
" end if if ccomment = "" then sErrorMessage = sErrorMessage & "- Please enter your Message.
" end if if validator <> "carsten" then sErrorMessage = sErrorMessage & "- You did not pass the 'if you are human' check.
" end if if sErrorMessage = "" then sBody = "" sBody = sBody & "RoySAC.com Web Contact Form Submission" & vbcrlf sBody = sBody & "-----------------------------------------------------------------------------" & vbcrlf sBody = sBody & "Contacted Roy aka Carsten on: " & Weekdayname(weekday(now)) & "," & day(now) & ". " & monthname(month(now)) & " " & year(now) & ", " & amitimedisp(now) & " (PST)" & vbcrlf sBody = sBody & vbcrlf sBody = sBody & "Your Name: " & cname & vbcrlf if sPhone <> "" then sBody = sBody & "Phone Number: " & sPhone & vbcrlf end if sBody = sBody & "Email Address: " & cemail & vbcrlf if cURL <> "" then sBody = sBody & "Website URL: " & cURL & vbcrlf end if sBody = sBody & vbcrlf sBody = sBody & "Your Message: " & vbcrlf sBody = sBody & "-----------------------------------------------------------------------------" & vbcrlf sBody = sBody & ccomment & vbcrlf sBody = sBody & "-----------------------------------------------------------------------------" & vbcrlf sBody = sBody & vbcrlf Set objregisterMail = Server.CreateObject("CDONTS.NewMail") objregisterMail.From = cemail objregisterMail.To = "roy_sac@gmx.net" ' objregisterMail.To = "carsten@cumbrowski.com" objregisterMail.Subject = "RoySAC.com Web Contact Form" objregisterMail.BodyFormat = 1 objregisterMail.MailFormat = 0 objregisterMail.Body = sBody & sTechLog objregisterMail.Importance = 1 objregisterMail.Send Set objregisterMail = Nothing sBody = sBody & ContactMessage & vbcrlf sBody = sBody & "Thank you for visiting http://www.RoySAC.com" & vbcrlf & vbcrlf sBody = sBody & "Cheers," & vbcrlf sBody = sBody & "Carsten Cumbrowski aka Roy/SAC" & vbcrlf Set objregisterMail = Server.CreateObject("CDONTS.NewMail") objregisterMail.From = "Roy/SAC aka Carsten Cumbrowski
" ' objregisterMail.To = "Roy/SAC aka Carsten Cumbrowski
" objregisterMail.To = cemail objregisterMail.Subject = "RE: RoySAC.com Web Contact Form - Confirmation and Auto Reply" objregisterMail.BodyFormat = 1 objregisterMail.MailFormat = 0 objregisterMail.Body = sBody objregisterMail.Importance = 1 objregisterMail.Send Set objregisterMail = Nothing response.redirect "contact.asp?thankyou=yes" end if end if %>
Contact Roy/SAC
Contact Roy/SAC
Tweet
<%if request("thankyou") = "yes" then%> <%else%> <%end if%>
Thank you for your Time
<%=replace(replace(ContactMessage,vbcrlf,"
"),"RoySAC.com","
RoySAC.com
",1,-1,1)%>
Note: A copy of your Message was also sent to your Email Address.
Sincerely,
Roy/SAC aka Carsten Cumbrowski
Where do you want to go Next?
Roy/SAC Blog
or
SAC Homepage
or
Roy/SAC Art Page
or
ASCII Art Primer
or
ASCII Art Styles Article
. How about
My Shop
or
My Download Page
? ...
... or something different like
My ASCII Art Gallery
or maybe
My ANSI Art Gallery
... uncertain? Why not check the
Site Map
?
<%if sErrorMessage <> "" then%> <%end if%>
OOps. I am sorry, but I have problems with the following information:
<%=sErrorMessage%>
Use the contact form below to leave me a brief message.
You can also send me an email directly to
roy_sac
AT
gmx
DOT
net
.
If you want to contact me regarding an
art request
,
please read this first
.
Short:
I am not accepting any requests for art work (ASCII/ANSI) anymore!
Use my "
Drop Box
" below the message form to send me file(s).
Alternative means of contacting me can be
found here
.
Send me a Message
Input fields marked with
*
and
bold
labels are required.
Your Full Name
*
Your Email Address
*
Phone Number
Your Website URL
Your Message
*
<%=ccomment%>
Check, if you are human
<- Type the word
Technical Information about this Session
Your IP Adress: <%=Request.ServerVariables("REMOTE_ADDR")%>
Server Date and Time: <%=now%> (PST)
Home
Sitemap
Contact
Support This Site!
Google+
Roy's Blog
Superior Art Creations
About SAC
SAC Packs
SAC Cracktros
Pack Files
SAC Artists
Logos
SAC VGA Logos
SAC ANSI Logos
SAC ASCII Logos
Roy/SAC
About Roy
BBS
Tools by Roy
ANSI/ASCII Converter
DeDupe Files
FileType Detector
VBScript to Win32 EXE
Cracktro Text Edit Tool
Process Scene Releases
VBScript Syntax Checker
VOBJ Tool for OSDM
TheDraw (.TDF) Fonts Tool
ATE-Ansi Text Editor (Beta)
.FNT Converter Tool
Editorial Note
OSDM Intros
Galleries
ASCII Art
ANSI Art
Best Of Text
Pixel Art
Early ASCII
Early ANSI
ASCII Academy
Acadamy Home
Videos
ASCIIMation
Articles
The History of Text Art
PC Ascii Scene History
Abbreviated Scene History
ASCII Art Primer
Underground Art Styles
ASCII Art Defined
ASCII Art FAQ
File_ID.DIZ FAQ
Demo or Die
FIGFont V2 Standard
Other Tutorials
Paradigmn Handwriting
7Bit ASC Tutorials
Solid
DiamonDie
Rowan Crawford
Normand Veilleux
Targon
Susie Oviatt
Daniel Au
Cain
8Bit ASC Tutorials
Block ASCII Eye
Block ASCII Tips
Block ASCII Art
ANSI Tutorials
ANSI.SYS Documentation
Tips by Lord Soth/iCE
Shading Tutorial by Halaster
Vamp Logo by Halaster
Shading ASCII in ANSI
Toon Face by A.Donut
Endor Logo by Dangermouse
Fluph by The Knight
Zerovision
ANSI Font by ZeroVision
Female Character by Enzo
Strgz indha Drk by PoSeidon
ANSI Blondie by Reanimator
Greyscale Tutorial by Newt
Flying Eagle by enzO
Art Galleries
Gallery List
ASCII Nudes
File_ID Collection
Dytec
Dynasty
TheDraw Fonts
Roy
ASCII Art
ANSI Art
Best Of Text
Pixel Art
Early ASCII
Early ANSI
OSDM Intros by Roy
Tools by Roy
SAC
SAC Packs
SAC Artists
SAC Pack Files
SAC VGA Logos
SAC ANSI Logos
SAC ASCII Logos
SAC Intros
Other
ASCII
ANSI
ANSI Animation
VT-100 Animation
Online Tools
AnsiLove.js
AnsiTube
Links & Files
Links
Downloads
Shop
TheDraw Fonts
Tools by Roy
ANSI/ASCII Converter
DeDupe Files
FileType Detector
VBScript to Win32 EXE
Cracktro Text Edit Tool
Process Scene Releases
VBScript Syntax Checker
VOBJ Tool for OSDM
TheDraw (.TDF) Fonts Tool
ATE-Ansi Text Editor (Beta)
.FNT Converter Tool
Search
true